diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e099568f6..2611ea7b5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -38,6 +38,7 @@ jobs:
- name: Check if version has already been tagged
id: check_tag_exists
run: |-
+ if [ ! -f dist/dist/releasetag.txt ]; then (echo "exists=true" >> $GITHUB_OUTPUT) && exit 0; fi
TAG=$(cat dist/dist/releasetag.txt)
([ ! -z "$TAG" ] && git ls-remote -q --exit-code --tags origin $TAG && (echo "exists=true" >> $GITHUB_OUTPUT)) || (echo "exists=false" >> $GITHUB_OUTPUT)
cat $GITHUB_OUTPUT
diff --git a/README.md b/README.md
index aa85a778b..dadb7d26b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# CDKTF prebuilt bindings for hashicorp/hcp provider version 0.80.0
+# CDKTF prebuilt bindings for hashicorp/hcp provider version 0.81.0
-This repo builds and publishes the [Terraform hcp provider](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
+This repo builds and publishes the [Terraform hcp provider](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
## Available Packages
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform hcp provider version 1:1.
These are the upstream dependencies:
- [CDK for Terraform](https://cdk.tf)
-- [Terraform hcp provider](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0)
+- [Terraform hcp provider](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0)
- [Terraform Engine](https://terraform.io)
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
diff --git a/docs/awsNetworkPeering.csharp.md b/docs/awsNetworkPeering.csharp.md
index 4093f9de1..17f7937f9 100644
--- a/docs/awsNetworkPeering.csharp.md
+++ b/docs/awsNetworkPeering.csharp.md
@@ -4,7 +4,7 @@
### AwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the AwsNetworkPeering to impor
The id of the existing AwsNetworkPeering that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use
---
@@ -980,7 +980,7 @@ new AwsNetworkPeeringConfig {
| PeeringId
| string
| The ID of the network peering. |
| PeerVpcId
| string
| The ID of the peer VPC in AWS. |
| PeerVpcRegion
| string
| The region of the peer VPC in AWS. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
| ProjectId
| string
| The ID of the HCP project where the network peering is located. |
| Timeouts
| AwsNetworkPeeringTimeouts
| timeouts block. |
@@ -1066,7 +1066,7 @@ public string HvnId { get; set; }
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
---
@@ -1080,7 +1080,7 @@ public string PeerAccountId { get; set; }
The account ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id}
---
@@ -1094,7 +1094,7 @@ public string PeeringId { get; set; }
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
---
@@ -1108,7 +1108,7 @@ public string PeerVpcId { get; set; }
The ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id}
---
@@ -1122,7 +1122,7 @@ public string PeerVpcRegion { get; set; }
The region of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region}
---
@@ -1134,7 +1134,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1155,7 +1155,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
---
@@ -1169,7 +1169,7 @@ public AwsNetworkPeeringTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
---
@@ -1191,9 +1191,9 @@ new AwsNetworkPeeringTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
---
@@ -1205,7 +1205,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
---
@@ -1217,7 +1217,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
---
@@ -1229,7 +1229,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
---
diff --git a/docs/awsNetworkPeering.go.md b/docs/awsNetworkPeering.go.md
index 9a87e3f01..1e82c0e5c 100644
--- a/docs/awsNetworkPeering.go.md
+++ b/docs/awsNetworkPeering.go.md
@@ -4,7 +4,7 @@
### AwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the AwsNetworkPeering to impor
The id of the existing AwsNetworkPeering that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use
---
@@ -980,7 +980,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awsnetworkpeering"
| PeeringId
| *string
| The ID of the network peering. |
| PeerVpcId
| *string
| The ID of the peer VPC in AWS. |
| PeerVpcRegion
| *string
| The region of the peer VPC in AWS. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
| ProjectId
| *string
| The ID of the HCP project where the network peering is located. |
| Timeouts
| AwsNetworkPeeringTimeouts
| timeouts block. |
@@ -1066,7 +1066,7 @@ HvnId *string
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
---
@@ -1080,7 +1080,7 @@ PeerAccountId *string
The account ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id}
---
@@ -1094,7 +1094,7 @@ PeeringId *string
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
---
@@ -1108,7 +1108,7 @@ PeerVpcId *string
The ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id}
---
@@ -1122,7 +1122,7 @@ PeerVpcRegion *string
The region of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region}
---
@@ -1134,7 +1134,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1155,7 +1155,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
---
@@ -1169,7 +1169,7 @@ Timeouts AwsNetworkPeeringTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
---
@@ -1191,9 +1191,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awsnetworkpeering"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
---
@@ -1205,7 +1205,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
---
@@ -1217,7 +1217,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
---
@@ -1229,7 +1229,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
---
diff --git a/docs/awsNetworkPeering.java.md b/docs/awsNetworkPeering.java.md
index b7bad7108..cb08f28fa 100644
--- a/docs/awsNetworkPeering.java.md
+++ b/docs/awsNetworkPeering.java.md
@@ -4,7 +4,7 @@
### AwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -50,7 +50,7 @@ AwsNetworkPeering.Builder.create(Construct scope, java.lang.String id)
| peeringId
| java.lang.String
| The ID of the network peering. |
| peerVpcId
| java.lang.String
| The ID of the peer VPC in AWS. |
| peerVpcRegion
| java.lang.String
| The region of the peer VPC in AWS. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the network peering is located. |
| timeouts
| AwsNetworkPeeringTimeouts
| timeouts block. |
@@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The account ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The region of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -187,7 +187,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
---
@@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
---
@@ -658,7 +658,7 @@ The construct id used in the generated config for the AwsNetworkPeering to impor
The id of the existing AwsNetworkPeering that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use
---
@@ -1141,7 +1141,7 @@ AwsNetworkPeeringConfig.builder()
| peeringId
| java.lang.String
| The ID of the network peering. |
| peerVpcId
| java.lang.String
| The ID of the peer VPC in AWS. |
| peerVpcRegion
| java.lang.String
| The region of the peer VPC in AWS. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the network peering is located. |
| timeouts
| AwsNetworkPeeringTimeouts
| timeouts block. |
@@ -1227,7 +1227,7 @@ public java.lang.String getHvnId();
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
---
@@ -1241,7 +1241,7 @@ public java.lang.String getPeerAccountId();
The account ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id}
---
@@ -1255,7 +1255,7 @@ public java.lang.String getPeeringId();
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
---
@@ -1269,7 +1269,7 @@ public java.lang.String getPeerVpcId();
The ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id}
---
@@ -1283,7 +1283,7 @@ public java.lang.String getPeerVpcRegion();
The region of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region}
---
@@ -1295,7 +1295,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1316,7 +1316,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
---
@@ -1330,7 +1330,7 @@ public AwsNetworkPeeringTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
---
@@ -1352,9 +1352,9 @@ AwsNetworkPeeringTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
---
@@ -1366,7 +1366,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
---
@@ -1378,7 +1378,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
---
@@ -1390,7 +1390,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
---
diff --git a/docs/awsNetworkPeering.python.md b/docs/awsNetworkPeering.python.md
index dad8b70f0..2f98c1f60 100644
--- a/docs/awsNetworkPeering.python.md
+++ b/docs/awsNetworkPeering.python.md
@@ -4,7 +4,7 @@
### AwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -48,7 +48,7 @@ awsNetworkPeering.AwsNetworkPeering(
| peering_id
| str
| The ID of the network peering. |
| peer_vpc_id
| str
| The ID of the peer VPC in AWS. |
| peer_vpc_region
| str
| The region of the peer VPC in AWS. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
| project_id
| str
| The ID of the HCP project where the network peering is located. |
| timeouts
| AwsNetworkPeeringTimeouts
| timeouts block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The account ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The region of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -185,7 +185,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
---
@@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
---
@@ -572,7 +572,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
---
@@ -580,7 +580,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
---
@@ -588,7 +588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
---
@@ -724,7 +724,7 @@ The construct id used in the generated config for the AwsNetworkPeering to impor
The id of the existing AwsNetworkPeering that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use
---
@@ -1203,7 +1203,7 @@ awsNetworkPeering.AwsNetworkPeeringConfig(
| peering_id
| str
| The ID of the network peering. |
| peer_vpc_id
| str
| The ID of the peer VPC in AWS. |
| peer_vpc_region
| str
| The region of the peer VPC in AWS. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
| project_id
| str
| The ID of the HCP project where the network peering is located. |
| timeouts
| AwsNetworkPeeringTimeouts
| timeouts block. |
@@ -1289,7 +1289,7 @@ hvn_id: str
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
---
@@ -1303,7 +1303,7 @@ peer_account_id: str
The account ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id}
---
@@ -1317,7 +1317,7 @@ peering_id: str
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
---
@@ -1331,7 +1331,7 @@ peer_vpc_id: str
The ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id}
---
@@ -1345,7 +1345,7 @@ peer_vpc_region: str
The region of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region}
---
@@ -1357,7 +1357,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1378,7 +1378,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
---
@@ -1392,7 +1392,7 @@ timeouts: AwsNetworkPeeringTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
---
@@ -1414,9 +1414,9 @@ awsNetworkPeering.AwsNetworkPeeringTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
---
@@ -1428,7 +1428,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
---
@@ -1440,7 +1440,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
---
@@ -1452,7 +1452,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
---
diff --git a/docs/awsNetworkPeering.typescript.md b/docs/awsNetworkPeering.typescript.md
index 52726715b..44b0115da 100644
--- a/docs/awsNetworkPeering.typescript.md
+++ b/docs/awsNetworkPeering.typescript.md
@@ -4,7 +4,7 @@
### AwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the AwsNetworkPeering to impor
The id of the existing AwsNetworkPeering that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use
---
@@ -964,7 +964,7 @@ const awsNetworkPeeringConfig: awsNetworkPeering.AwsNetworkPeeringConfig = { ...
| peeringId
| string
| The ID of the network peering. |
| peerVpcId
| string
| The ID of the peer VPC in AWS. |
| peerVpcRegion
| string
| The region of the peer VPC in AWS. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
| projectId
| string
| The ID of the HCP project where the network peering is located. |
| timeouts
| AwsNetworkPeeringTimeouts
| timeouts block. |
@@ -1050,7 +1050,7 @@ public readonly hvnId: string;
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
---
@@ -1064,7 +1064,7 @@ public readonly peerAccountId: string;
The account ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id}
---
@@ -1078,7 +1078,7 @@ public readonly peeringId: string;
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
---
@@ -1092,7 +1092,7 @@ public readonly peerVpcId: string;
The ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id}
---
@@ -1106,7 +1106,7 @@ public readonly peerVpcRegion: string;
The region of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region}
---
@@ -1118,7 +1118,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1139,7 +1139,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
---
@@ -1153,7 +1153,7 @@ public readonly timeouts: AwsNetworkPeeringTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
---
@@ -1171,9 +1171,9 @@ const awsNetworkPeeringTimeouts: awsNetworkPeering.AwsNetworkPeeringTimeouts = {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
---
@@ -1185,7 +1185,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
---
@@ -1197,7 +1197,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
---
@@ -1209,7 +1209,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
---
diff --git a/docs/awsTransitGatewayAttachment.csharp.md b/docs/awsTransitGatewayAttachment.csharp.md
index 139532ecf..0538a60ff 100644
--- a/docs/awsTransitGatewayAttachment.csharp.md
+++ b/docs/awsTransitGatewayAttachment.csharp.md
@@ -4,7 +4,7 @@
### AwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the AwsTransitGatewayAttachmen
The id of the existing AwsTransitGatewayAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -956,7 +956,7 @@ new AwsTransitGatewayAttachmentConfig {
| ResourceShareArn
| string
| The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. |
| TransitGatewayAttachmentId
| string
| The user-settable name of the transit gateway attachment in HCP. |
| TransitGatewayId
| string
| The ID of the user-owned transit gateway in AWS. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. |
| ProjectId
| string
| The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. |
| Timeouts
| AwsTransitGatewayAttachmentTimeouts
| timeouts block. |
@@ -1042,7 +1042,7 @@ public string HvnId { get; set; }
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id}
---
@@ -1058,7 +1058,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP
The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association))
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn}
---
@@ -1072,7 +1072,7 @@ public string TransitGatewayAttachmentId { get; set; }
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -1088,7 +1088,7 @@ The ID of the user-owned transit gateway in AWS.
The AWS region of the transit gateway must match the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id}
---
@@ -1100,7 +1100,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1117,7 +1117,7 @@ public string ProjectId { get; set; }
The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id}
---
@@ -1131,7 +1131,7 @@ public AwsTransitGatewayAttachmentTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
---
@@ -1153,9 +1153,9 @@ new AwsTransitGatewayAttachmentTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. |
---
@@ -1167,7 +1167,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
---
@@ -1179,7 +1179,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
---
@@ -1191,7 +1191,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
---
diff --git a/docs/awsTransitGatewayAttachment.go.md b/docs/awsTransitGatewayAttachment.go.md
index 45f531f00..f244884c7 100644
--- a/docs/awsTransitGatewayAttachment.go.md
+++ b/docs/awsTransitGatewayAttachment.go.md
@@ -4,7 +4,7 @@
### AwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the AwsTransitGatewayAttachmen
The id of the existing AwsTransitGatewayAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -956,7 +956,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awstransitgatewayattachmen
| ResourceShareArn
| *string
| The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. |
| TransitGatewayAttachmentId
| *string
| The user-settable name of the transit gateway attachment in HCP. |
| TransitGatewayId
| *string
| The ID of the user-owned transit gateway in AWS. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. |
| ProjectId
| *string
| The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. |
| Timeouts
| AwsTransitGatewayAttachmentTimeouts
| timeouts block. |
@@ -1042,7 +1042,7 @@ HvnId *string
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id}
---
@@ -1058,7 +1058,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP
The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association))
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn}
---
@@ -1072,7 +1072,7 @@ TransitGatewayAttachmentId *string
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -1088,7 +1088,7 @@ The ID of the user-owned transit gateway in AWS.
The AWS region of the transit gateway must match the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id}
---
@@ -1100,7 +1100,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1117,7 +1117,7 @@ ProjectId *string
The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id}
---
@@ -1131,7 +1131,7 @@ Timeouts AwsTransitGatewayAttachmentTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
---
@@ -1153,9 +1153,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/awstransitgatewayattachmen
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. |
---
@@ -1167,7 +1167,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
---
@@ -1179,7 +1179,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
---
@@ -1191,7 +1191,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
---
diff --git a/docs/awsTransitGatewayAttachment.java.md b/docs/awsTransitGatewayAttachment.java.md
index 1f7494b5e..d5c1c51ec 100644
--- a/docs/awsTransitGatewayAttachment.java.md
+++ b/docs/awsTransitGatewayAttachment.java.md
@@ -4,7 +4,7 @@
### AwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -48,7 +48,7 @@ AwsTransitGatewayAttachment.Builder.create(Construct scope, java.lang.String id)
| resourceShareArn
| java.lang.String
| The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. |
| transitGatewayAttachmentId
| java.lang.String
| The user-settable name of the transit gateway attachment in HCP. |
| transitGatewayId
| java.lang.String
| The ID of the user-owned transit gateway in AWS. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. |
| timeouts
| AwsTransitGatewayAttachmentTimeouts
| timeouts block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id}
---
@@ -132,7 +132,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP
The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association))
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -154,7 +154,7 @@ The ID of the user-owned transit gateway in AWS.
The AWS region of the transit gateway must match the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t
The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id}
---
@@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
---
@@ -646,7 +646,7 @@ The construct id used in the generated config for the AwsTransitGatewayAttachmen
The id of the existing AwsTransitGatewayAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -1105,7 +1105,7 @@ AwsTransitGatewayAttachmentConfig.builder()
| resourceShareArn
| java.lang.String
| The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. |
| transitGatewayAttachmentId
| java.lang.String
| The user-settable name of the transit gateway attachment in HCP. |
| transitGatewayId
| java.lang.String
| The ID of the user-owned transit gateway in AWS. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. |
| timeouts
| AwsTransitGatewayAttachmentTimeouts
| timeouts block. |
@@ -1191,7 +1191,7 @@ public java.lang.String getHvnId();
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id}
---
@@ -1207,7 +1207,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP
The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association))
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn}
---
@@ -1221,7 +1221,7 @@ public java.lang.String getTransitGatewayAttachmentId();
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -1237,7 +1237,7 @@ The ID of the user-owned transit gateway in AWS.
The AWS region of the transit gateway must match the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id}
---
@@ -1249,7 +1249,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1266,7 +1266,7 @@ public java.lang.String getProjectId();
The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id}
---
@@ -1280,7 +1280,7 @@ public AwsTransitGatewayAttachmentTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
---
@@ -1302,9 +1302,9 @@ AwsTransitGatewayAttachmentTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. |
---
@@ -1316,7 +1316,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
---
@@ -1328,7 +1328,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
---
@@ -1340,7 +1340,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
---
diff --git a/docs/awsTransitGatewayAttachment.python.md b/docs/awsTransitGatewayAttachment.python.md
index 732324945..da139b142 100644
--- a/docs/awsTransitGatewayAttachment.python.md
+++ b/docs/awsTransitGatewayAttachment.python.md
@@ -4,7 +4,7 @@
### AwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -46,7 +46,7 @@ awsTransitGatewayAttachment.AwsTransitGatewayAttachment(
| resource_share_arn
| str
| The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. |
| transit_gateway_attachment_id
| str
| The user-settable name of the transit gateway attachment in HCP. |
| transit_gateway_id
| str
| The ID of the user-owned transit gateway in AWS. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. |
| project_id
| str
| The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. |
| timeouts
| AwsTransitGatewayAttachmentTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id}
---
@@ -130,7 +130,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP
The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association))
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -152,7 +152,7 @@ The ID of the user-owned transit gateway in AWS.
The AWS region of the transit gateway must match the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -173,7 +173,7 @@ If you experience problems setting this value it might not be settable. Please t
The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id}
---
@@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
---
@@ -560,7 +560,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
---
@@ -568,7 +568,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
---
@@ -576,7 +576,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
---
@@ -712,7 +712,7 @@ The construct id used in the generated config for the AwsTransitGatewayAttachmen
The id of the existing AwsTransitGatewayAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -1167,7 +1167,7 @@ awsTransitGatewayAttachment.AwsTransitGatewayAttachmentConfig(
| resource_share_arn
| str
| The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. |
| transit_gateway_attachment_id
| str
| The user-settable name of the transit gateway attachment in HCP. |
| transit_gateway_id
| str
| The ID of the user-owned transit gateway in AWS. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. |
| project_id
| str
| The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. |
| timeouts
| AwsTransitGatewayAttachmentTimeouts
| timeouts block. |
@@ -1253,7 +1253,7 @@ hvn_id: str
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id}
---
@@ -1269,7 +1269,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP
The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association))
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn}
---
@@ -1283,7 +1283,7 @@ transit_gateway_attachment_id: str
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -1299,7 +1299,7 @@ The ID of the user-owned transit gateway in AWS.
The AWS region of the transit gateway must match the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id}
---
@@ -1311,7 +1311,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1328,7 +1328,7 @@ project_id: str
The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id}
---
@@ -1342,7 +1342,7 @@ timeouts: AwsTransitGatewayAttachmentTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
---
@@ -1364,9 +1364,9 @@ awsTransitGatewayAttachment.AwsTransitGatewayAttachmentTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. |
---
@@ -1378,7 +1378,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
---
@@ -1390,7 +1390,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
---
@@ -1402,7 +1402,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
---
diff --git a/docs/awsTransitGatewayAttachment.typescript.md b/docs/awsTransitGatewayAttachment.typescript.md
index 9bb500bcf..a8016bab5 100644
--- a/docs/awsTransitGatewayAttachment.typescript.md
+++ b/docs/awsTransitGatewayAttachment.typescript.md
@@ -4,7 +4,7 @@
### AwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the AwsTransitGatewayAttachmen
The id of the existing AwsTransitGatewayAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -941,7 +941,7 @@ const awsTransitGatewayAttachmentConfig: awsTransitGatewayAttachment.AwsTransitG
| resourceShareArn
| string
| The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. |
| transitGatewayAttachmentId
| string
| The user-settable name of the transit gateway attachment in HCP. |
| transitGatewayId
| string
| The ID of the user-owned transit gateway in AWS. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. |
| projectId
| string
| The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. |
| timeouts
| AwsTransitGatewayAttachmentTimeouts
| timeouts block. |
@@ -1027,7 +1027,7 @@ public readonly hvnId: string;
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id}
---
@@ -1043,7 +1043,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP
The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association))
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn}
---
@@ -1057,7 +1057,7 @@ public readonly transitGatewayAttachmentId: string;
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -1073,7 +1073,7 @@ The ID of the user-owned transit gateway in AWS.
The AWS region of the transit gateway must match the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id}
---
@@ -1085,7 +1085,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1102,7 +1102,7 @@ public readonly projectId: string;
The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id}
---
@@ -1116,7 +1116,7 @@ public readonly timeouts: AwsTransitGatewayAttachmentTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
---
@@ -1134,9 +1134,9 @@ const awsTransitGatewayAttachmentTimeouts: awsTransitGatewayAttachment.AwsTransi
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. |
---
@@ -1148,7 +1148,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
---
@@ -1160,7 +1160,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
---
@@ -1172,7 +1172,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
---
diff --git a/docs/azurePeeringConnection.csharp.md b/docs/azurePeeringConnection.csharp.md
index eec33afc2..d8bec3a3e 100644
--- a/docs/azurePeeringConnection.csharp.md
+++ b/docs/azurePeeringConnection.csharp.md
@@ -4,7 +4,7 @@
### AzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the AzurePeeringConnection to
The id of the existing AzurePeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -1081,7 +1081,7 @@ new AzurePeeringConnectionConfig {
| PeerVnetName
| string
| The name of the peer VNet in Azure. |
| PeerVnetRegion
| string
| The region of the peer VNet in Azure. |
| AllowForwardedTraffic
| object
| Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
| Timeouts
| AzurePeeringConnectionTimeouts
| timeouts block. |
| UseRemoteGateways
| object
| If the HVN should use the gateway of the peered VNet. |
@@ -1167,7 +1167,7 @@ public string HvnLink { get; set; }
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
---
@@ -1181,7 +1181,7 @@ public string PeeringId { get; set; }
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
---
@@ -1195,7 +1195,7 @@ public string PeerResourceGroupName { get; set; }
The resource group name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name}
---
@@ -1209,7 +1209,7 @@ public string PeerSubscriptionId { get; set; }
The subscription ID of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id}
---
@@ -1223,7 +1223,7 @@ public string PeerTenantId { get; set; }
The tenant ID of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id}
---
@@ -1237,7 +1237,7 @@ public string PeerVnetName { get; set; }
The name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name}
---
@@ -1251,7 +1251,7 @@ public string PeerVnetRegion { get; set; }
The region of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region}
---
@@ -1265,7 +1265,7 @@ public object AllowForwardedTraffic { get; set; }
Whether the forwarded traffic originating from the peered VNet is allowed in the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
---
@@ -1277,7 +1277,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1294,7 +1294,7 @@ public AzurePeeringConnectionTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
---
@@ -1308,7 +1308,7 @@ public object UseRemoteGateways { get; set; }
If the HVN should use the gateway of the peered VNet.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
---
@@ -1330,9 +1330,9 @@ new AzurePeeringConnectionTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
---
@@ -1344,7 +1344,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
---
@@ -1356,7 +1356,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
---
@@ -1368,7 +1368,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
---
diff --git a/docs/azurePeeringConnection.go.md b/docs/azurePeeringConnection.go.md
index 60f7f97a3..f190f1468 100644
--- a/docs/azurePeeringConnection.go.md
+++ b/docs/azurePeeringConnection.go.md
@@ -4,7 +4,7 @@
### AzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the AzurePeeringConnection to
The id of the existing AzurePeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -1081,7 +1081,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/azurepeeringconnection"
| PeerVnetName
| *string
| The name of the peer VNet in Azure. |
| PeerVnetRegion
| *string
| The region of the peer VNet in Azure. |
| AllowForwardedTraffic
| interface{}
| Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
| Timeouts
| AzurePeeringConnectionTimeouts
| timeouts block. |
| UseRemoteGateways
| interface{}
| If the HVN should use the gateway of the peered VNet. |
@@ -1167,7 +1167,7 @@ HvnLink *string
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
---
@@ -1181,7 +1181,7 @@ PeeringId *string
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
---
@@ -1195,7 +1195,7 @@ PeerResourceGroupName *string
The resource group name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name}
---
@@ -1209,7 +1209,7 @@ PeerSubscriptionId *string
The subscription ID of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id}
---
@@ -1223,7 +1223,7 @@ PeerTenantId *string
The tenant ID of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id}
---
@@ -1237,7 +1237,7 @@ PeerVnetName *string
The name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name}
---
@@ -1251,7 +1251,7 @@ PeerVnetRegion *string
The region of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region}
---
@@ -1265,7 +1265,7 @@ AllowForwardedTraffic interface{}
Whether the forwarded traffic originating from the peered VNet is allowed in the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
---
@@ -1277,7 +1277,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1294,7 +1294,7 @@ Timeouts AzurePeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
---
@@ -1308,7 +1308,7 @@ UseRemoteGateways interface{}
If the HVN should use the gateway of the peered VNet.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
---
@@ -1330,9 +1330,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/azurepeeringconnection"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
---
@@ -1344,7 +1344,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
---
@@ -1356,7 +1356,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
---
@@ -1368,7 +1368,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
---
diff --git a/docs/azurePeeringConnection.java.md b/docs/azurePeeringConnection.java.md
index 617f2161c..d077f94db 100644
--- a/docs/azurePeeringConnection.java.md
+++ b/docs/azurePeeringConnection.java.md
@@ -4,7 +4,7 @@
### AzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -58,7 +58,7 @@ AzurePeeringConnection.Builder.create(Construct scope, java.lang.String id)
| peerVnetName
| java.lang.String
| The name of the peer VNet in Azure. |
| peerVnetRegion
| java.lang.String
| The region of the peer VNet in Azure. |
| allowForwardedTraffic
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
| timeouts
| AzurePeeringConnectionTimeouts
| timeouts block. |
| useRemoteGateways
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If the HVN should use the gateway of the peered VNet. |
@@ -130,7 +130,7 @@ Must be unique amongst siblings in the same scope
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The resource group name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The subscription ID of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The tenant ID of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id}
---
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name}
---
@@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The region of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region}
---
@@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether the forwarded traffic originating from the peered VNet is allowed in the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
---
@@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -221,7 +221,7 @@ If you experience problems setting this value it might not be settable. Please t
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
---
@@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
If the HVN should use the gateway of the peered VNet.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
---
@@ -699,7 +699,7 @@ The construct id used in the generated config for the AzurePeeringConnection to
The id of the existing AzurePeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -1278,7 +1278,7 @@ AzurePeeringConnectionConfig.builder()
| peerVnetName
| java.lang.String
| The name of the peer VNet in Azure. |
| peerVnetRegion
| java.lang.String
| The region of the peer VNet in Azure. |
| allowForwardedTraffic
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
| timeouts
| AzurePeeringConnectionTimeouts
| timeouts block. |
| useRemoteGateways
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If the HVN should use the gateway of the peered VNet. |
@@ -1364,7 +1364,7 @@ public java.lang.String getHvnLink();
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
---
@@ -1378,7 +1378,7 @@ public java.lang.String getPeeringId();
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
---
@@ -1392,7 +1392,7 @@ public java.lang.String getPeerResourceGroupName();
The resource group name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name}
---
@@ -1406,7 +1406,7 @@ public java.lang.String getPeerSubscriptionId();
The subscription ID of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id}
---
@@ -1420,7 +1420,7 @@ public java.lang.String getPeerTenantId();
The tenant ID of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id}
---
@@ -1434,7 +1434,7 @@ public java.lang.String getPeerVnetName();
The name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name}
---
@@ -1448,7 +1448,7 @@ public java.lang.String getPeerVnetRegion();
The region of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region}
---
@@ -1462,7 +1462,7 @@ public java.lang.Object getAllowForwardedTraffic();
Whether the forwarded traffic originating from the peered VNet is allowed in the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
---
@@ -1474,7 +1474,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1491,7 +1491,7 @@ public AzurePeeringConnectionTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
---
@@ -1505,7 +1505,7 @@ public java.lang.Object getUseRemoteGateways();
If the HVN should use the gateway of the peered VNet.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
---
@@ -1527,9 +1527,9 @@ AzurePeeringConnectionTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
---
@@ -1541,7 +1541,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
---
@@ -1553,7 +1553,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
---
@@ -1565,7 +1565,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
---
diff --git a/docs/azurePeeringConnection.python.md b/docs/azurePeeringConnection.python.md
index e5f85875a..8d9eaf6b5 100644
--- a/docs/azurePeeringConnection.python.md
+++ b/docs/azurePeeringConnection.python.md
@@ -4,7 +4,7 @@
### AzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -54,7 +54,7 @@ azurePeeringConnection.AzurePeeringConnection(
| peer_vnet_name
| str
| The name of the peer VNet in Azure. |
| peer_vnet_region
| str
| The region of the peer VNet in Azure. |
| allow_forwarded_traffic
| typing.Union[bool, cdktf.IResolvable]
| Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
| timeouts
| AzurePeeringConnectionTimeouts
| timeouts block. |
| use_remote_gateways
| typing.Union[bool, cdktf.IResolvable]
| If the HVN should use the gateway of the peered VNet. |
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.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.81.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.80.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.81.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.80.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.81.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.80.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.81.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.80.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.81.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region}
---
@@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Whether the forwarded traffic originating from the peered VNet is allowed in the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
---
@@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -217,7 +217,7 @@ If you experience problems setting this value it might not be settable. Please t
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
---
@@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
If the HVN should use the gateway of the peered VNet.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
---
@@ -605,7 +605,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
---
@@ -613,7 +613,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
---
@@ -621,7 +621,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
---
@@ -763,7 +763,7 @@ The construct id used in the generated config for the AzurePeeringConnection to
The id of the existing AzurePeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -1336,7 +1336,7 @@ azurePeeringConnection.AzurePeeringConnectionConfig(
| peer_vnet_name
| str
| The name of the peer VNet in Azure. |
| peer_vnet_region
| str
| The region of the peer VNet in Azure. |
| allow_forwarded_traffic
| typing.Union[bool, cdktf.IResolvable]
| Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
| timeouts
| AzurePeeringConnectionTimeouts
| timeouts block. |
| use_remote_gateways
| typing.Union[bool, cdktf.IResolvable]
| If the HVN should use the gateway of the peered VNet. |
@@ -1422,7 +1422,7 @@ hvn_link: str
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
---
@@ -1436,7 +1436,7 @@ peering_id: str
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
---
@@ -1450,7 +1450,7 @@ peer_resource_group_name: str
The resource group name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name}
---
@@ -1464,7 +1464,7 @@ peer_subscription_id: str
The subscription ID of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id}
---
@@ -1478,7 +1478,7 @@ peer_tenant_id: str
The tenant ID of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id}
---
@@ -1492,7 +1492,7 @@ peer_vnet_name: str
The name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name}
---
@@ -1506,7 +1506,7 @@ peer_vnet_region: str
The region of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region}
---
@@ -1520,7 +1520,7 @@ allow_forwarded_traffic: typing.Union[bool, IResolvable]
Whether the forwarded traffic originating from the peered VNet is allowed in the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
---
@@ -1532,7 +1532,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1549,7 +1549,7 @@ timeouts: AzurePeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
---
@@ -1563,7 +1563,7 @@ use_remote_gateways: typing.Union[bool, IResolvable]
If the HVN should use the gateway of the peered VNet.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
---
@@ -1585,9 +1585,9 @@ azurePeeringConnection.AzurePeeringConnectionTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
---
@@ -1599,7 +1599,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
---
@@ -1611,7 +1611,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
---
@@ -1623,7 +1623,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
---
diff --git a/docs/azurePeeringConnection.typescript.md b/docs/azurePeeringConnection.typescript.md
index 4962ad4dd..4be2ab114 100644
--- a/docs/azurePeeringConnection.typescript.md
+++ b/docs/azurePeeringConnection.typescript.md
@@ -4,7 +4,7 @@
### AzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the AzurePeeringConnection to
The id of the existing AzurePeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -1062,7 +1062,7 @@ const azurePeeringConnectionConfig: azurePeeringConnection.AzurePeeringConnectio
| peerVnetName
| string
| The name of the peer VNet in Azure. |
| peerVnetRegion
| string
| The region of the peer VNet in Azure. |
| allowForwardedTraffic
| boolean \| cdktf.IResolvable
| Whether the forwarded traffic originating from the peered VNet is allowed in the HVN. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
| timeouts
| AzurePeeringConnectionTimeouts
| timeouts block. |
| useRemoteGateways
| boolean \| cdktf.IResolvable
| If the HVN should use the gateway of the peered VNet. |
@@ -1148,7 +1148,7 @@ public readonly hvnLink: string;
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
---
@@ -1162,7 +1162,7 @@ public readonly peeringId: string;
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
---
@@ -1176,7 +1176,7 @@ public readonly peerResourceGroupName: string;
The resource group name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name}
---
@@ -1190,7 +1190,7 @@ public readonly peerSubscriptionId: string;
The subscription ID of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id}
---
@@ -1204,7 +1204,7 @@ public readonly peerTenantId: string;
The tenant ID of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id}
---
@@ -1218,7 +1218,7 @@ public readonly peerVnetName: string;
The name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name}
---
@@ -1232,7 +1232,7 @@ public readonly peerVnetRegion: string;
The region of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region}
---
@@ -1246,7 +1246,7 @@ public readonly allowForwardedTraffic: boolean | IResolvable;
Whether the forwarded traffic originating from the peered VNet is allowed in the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
---
@@ -1258,7 +1258,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1275,7 +1275,7 @@ public readonly timeouts: AzurePeeringConnectionTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
---
@@ -1289,7 +1289,7 @@ public readonly useRemoteGateways: boolean | IResolvable;
If the HVN should use the gateway of the peered VNet.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
---
@@ -1307,9 +1307,9 @@ const azurePeeringConnectionTimeouts: azurePeeringConnection.AzurePeeringConnect
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
---
@@ -1321,7 +1321,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
---
@@ -1333,7 +1333,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
---
@@ -1345,7 +1345,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
---
diff --git a/docs/boundaryCluster.csharp.md b/docs/boundaryCluster.csharp.md
index 56c6b07ce..599a5026f 100644
--- a/docs/boundaryCluster.csharp.md
+++ b/docs/boundaryCluster.csharp.md
@@ -4,7 +4,7 @@
### BoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -521,7 +521,7 @@ The construct id used in the generated config for the BoundaryCluster to import.
The id of the existing BoundaryCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -966,7 +966,7 @@ new BoundaryClusterConfig {
| Password
| string
| The password of the initial admin user. |
| Tier
| string
| The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. |
| Username
| string
| The username of the initial admin user. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
| MaintenanceWindowConfig
| BoundaryClusterMaintenanceWindowConfig
| maintenance_window_config block. |
| ProjectId
| string
| The ID of the HCP project where the Boundary cluster is located. |
| Timeouts
| BoundaryClusterTimeouts
| timeouts block. |
@@ -1053,7 +1053,7 @@ public string ClusterId { get; set; }
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
---
@@ -1069,7 +1069,7 @@ The password of the initial admin user.
This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
---
@@ -1083,7 +1083,7 @@ public string Tier { get; set; }
The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
---
@@ -1099,7 +1099,7 @@ The username of the initial admin user.
This must be at least 3 characters in length, alphanumeric, hyphen, or period.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
---
@@ -1111,7 +1111,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1128,7 +1128,7 @@ public BoundaryClusterMaintenanceWindowConfig MaintenanceWindowConfig { get; set
maintenance_window_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config}
---
@@ -1145,7 +1145,7 @@ The ID of the HCP project where the Boundary cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
---
@@ -1159,7 +1159,7 @@ public BoundaryClusterTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
---
@@ -1201,7 +1201,7 @@ The maintenance day of the week for scheduled upgrades.
Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
---
@@ -1217,7 +1217,7 @@ The end time which upgrades can be performed.
Uses 24H clock and must be in UTC time zone. Valid options include - 1 to 24 (inclusive)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
---
@@ -1233,7 +1233,7 @@ The start time which upgrades can be performed.
Uses 24H clock and must be in UTC time zone. Valid options include - 0 to 23 (inclusive)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
---
@@ -1247,7 +1247,7 @@ public string UpgradeType { get; set; }
The upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
---
@@ -1269,9 +1269,9 @@ new BoundaryClusterTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
---
@@ -1283,7 +1283,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
---
@@ -1295,7 +1295,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
---
@@ -1307,7 +1307,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
---
diff --git a/docs/boundaryCluster.go.md b/docs/boundaryCluster.go.md
index af6325161..1e81923c8 100644
--- a/docs/boundaryCluster.go.md
+++ b/docs/boundaryCluster.go.md
@@ -4,7 +4,7 @@
### BoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -521,7 +521,7 @@ The construct id used in the generated config for the BoundaryCluster to import.
The id of the existing BoundaryCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -966,7 +966,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster"
| Password
| *string
| The password of the initial admin user. |
| Tier
| *string
| The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. |
| Username
| *string
| The username of the initial admin user. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
| MaintenanceWindowConfig
| BoundaryClusterMaintenanceWindowConfig
| maintenance_window_config block. |
| ProjectId
| *string
| The ID of the HCP project where the Boundary cluster is located. |
| Timeouts
| BoundaryClusterTimeouts
| timeouts block. |
@@ -1053,7 +1053,7 @@ ClusterId *string
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
---
@@ -1069,7 +1069,7 @@ The password of the initial admin user.
This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
---
@@ -1083,7 +1083,7 @@ Tier *string
The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
---
@@ -1099,7 +1099,7 @@ The username of the initial admin user.
This must be at least 3 characters in length, alphanumeric, hyphen, or period.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
---
@@ -1111,7 +1111,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1128,7 +1128,7 @@ MaintenanceWindowConfig BoundaryClusterMaintenanceWindowConfig
maintenance_window_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config}
---
@@ -1145,7 +1145,7 @@ The ID of the HCP project where the Boundary cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
---
@@ -1159,7 +1159,7 @@ Timeouts BoundaryClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
---
@@ -1201,7 +1201,7 @@ The maintenance day of the week for scheduled upgrades.
Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
---
@@ -1217,7 +1217,7 @@ The end time which upgrades can be performed.
Uses 24H clock and must be in UTC time zone. Valid options include - 1 to 24 (inclusive)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
---
@@ -1233,7 +1233,7 @@ The start time which upgrades can be performed.
Uses 24H clock and must be in UTC time zone. Valid options include - 0 to 23 (inclusive)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
---
@@ -1247,7 +1247,7 @@ UpgradeType *string
The upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
---
@@ -1269,9 +1269,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/boundarycluster"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
---
@@ -1283,7 +1283,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
---
@@ -1295,7 +1295,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
---
@@ -1307,7 +1307,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
---
diff --git a/docs/boundaryCluster.java.md b/docs/boundaryCluster.java.md
index 5cbad195d..14783afe8 100644
--- a/docs/boundaryCluster.java.md
+++ b/docs/boundaryCluster.java.md
@@ -4,7 +4,7 @@
### BoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -49,7 +49,7 @@ BoundaryCluster.Builder.create(Construct scope, java.lang.String id)
| password
| java.lang.String
| The password of the initial admin user. |
| tier
| java.lang.String
| The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. |
| username
| java.lang.String
| The username of the initial admin user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
| maintenanceWindowConfig
| BoundaryClusterMaintenanceWindowConfig
| maintenance_window_config block. |
| projectId
| java.lang.String
| The ID of the HCP project where the Boundary cluster is located. |
| timeouts
| BoundaryClusterTimeouts
| timeouts block. |
@@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
---
@@ -134,7 +134,7 @@ The password of the initial admin user.
This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
---
@@ -156,7 +156,7 @@ The username of the initial admin user.
This must be at least 3 characters in length, alphanumeric, hyphen, or period.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -177,7 +177,7 @@ If you experience problems setting this value it might not be settable. Please t
maintenance_window_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config}
---
@@ -190,7 +190,7 @@ The ID of the HCP project where the Boundary cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
---
@@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
---
@@ -681,7 +681,7 @@ The construct id used in the generated config for the BoundaryCluster to import.
The id of the existing BoundaryCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1130,7 +1130,7 @@ BoundaryClusterConfig.builder()
| password
| java.lang.String
| The password of the initial admin user. |
| tier
| java.lang.String
| The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. |
| username
| java.lang.String
| The username of the initial admin user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
| maintenanceWindowConfig
| BoundaryClusterMaintenanceWindowConfig
| maintenance_window_config block. |
| projectId
| java.lang.String
| The ID of the HCP project where the Boundary cluster is located. |
| timeouts
| BoundaryClusterTimeouts
| timeouts block. |
@@ -1217,7 +1217,7 @@ public java.lang.String getClusterId();
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
---
@@ -1233,7 +1233,7 @@ The password of the initial admin user.
This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
---
@@ -1247,7 +1247,7 @@ public java.lang.String getTier();
The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
---
@@ -1263,7 +1263,7 @@ The username of the initial admin user.
This must be at least 3 characters in length, alphanumeric, hyphen, or period.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
---
@@ -1275,7 +1275,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1292,7 +1292,7 @@ public BoundaryClusterMaintenanceWindowConfig getMaintenanceWindowConfig();
maintenance_window_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config}
---
@@ -1309,7 +1309,7 @@ The ID of the HCP project where the Boundary cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
---
@@ -1323,7 +1323,7 @@ public BoundaryClusterTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
---
@@ -1365,7 +1365,7 @@ The maintenance day of the week for scheduled upgrades.
Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
---
@@ -1381,7 +1381,7 @@ The end time which upgrades can be performed.
Uses 24H clock and must be in UTC time zone. Valid options include - 1 to 24 (inclusive)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
---
@@ -1397,7 +1397,7 @@ The start time which upgrades can be performed.
Uses 24H clock and must be in UTC time zone. Valid options include - 0 to 23 (inclusive)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
---
@@ -1411,7 +1411,7 @@ public java.lang.String getUpgradeType();
The upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
---
@@ -1433,9 +1433,9 @@ BoundaryClusterTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
---
@@ -1447,7 +1447,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
---
@@ -1459,7 +1459,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
---
@@ -1471,7 +1471,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
---
diff --git a/docs/boundaryCluster.python.md b/docs/boundaryCluster.python.md
index dda68b356..7c3e18283 100644
--- a/docs/boundaryCluster.python.md
+++ b/docs/boundaryCluster.python.md
@@ -4,7 +4,7 @@
### BoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -47,7 +47,7 @@ boundaryCluster.BoundaryCluster(
| password
| str
| The password of the initial admin user. |
| tier
| str
| The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. |
| username
| str
| The username of the initial admin user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
| maintenance_window_config
| BoundaryClusterMaintenanceWindowConfig
| maintenance_window_config block. |
| project_id
| str
| The ID of the HCP project where the Boundary cluster is located. |
| timeouts
| BoundaryClusterTimeouts
| timeouts block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
---
@@ -132,7 +132,7 @@ The password of the initial admin user.
This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
---
@@ -154,7 +154,7 @@ The username of the initial admin user.
This must be at least 3 characters in length, alphanumeric, hyphen, or period.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t
maintenance_window_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config}
---
@@ -188,7 +188,7 @@ The ID of the HCP project where the Boundary cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
---
@@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
---
@@ -582,7 +582,7 @@ The maintenance day of the week for scheduled upgrades.
Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
---
@@ -594,7 +594,7 @@ The end time which upgrades can be performed.
Uses 24H clock and must be in UTC time zone. Valid options include - 1 to 24 (inclusive)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
---
@@ -606,7 +606,7 @@ The start time which upgrades can be performed.
Uses 24H clock and must be in UTC time zone. Valid options include - 0 to 23 (inclusive)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
---
@@ -616,7 +616,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
---
@@ -634,7 +634,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
---
@@ -642,7 +642,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
---
@@ -650,7 +650,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
---
@@ -792,7 +792,7 @@ The construct id used in the generated config for the BoundaryCluster to import.
The id of the existing BoundaryCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1237,7 +1237,7 @@ boundaryCluster.BoundaryClusterConfig(
| password
| str
| The password of the initial admin user. |
| tier
| str
| The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. |
| username
| str
| The username of the initial admin user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
| maintenance_window_config
| BoundaryClusterMaintenanceWindowConfig
| maintenance_window_config block. |
| project_id
| str
| The ID of the HCP project where the Boundary cluster is located. |
| timeouts
| BoundaryClusterTimeouts
| timeouts block. |
@@ -1324,7 +1324,7 @@ cluster_id: str
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
---
@@ -1340,7 +1340,7 @@ The password of the initial admin user.
This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
---
@@ -1354,7 +1354,7 @@ tier: str
The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
---
@@ -1370,7 +1370,7 @@ The username of the initial admin user.
This must be at least 3 characters in length, alphanumeric, hyphen, or period.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
---
@@ -1382,7 +1382,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1399,7 +1399,7 @@ maintenance_window_config: BoundaryClusterMaintenanceWindowConfig
maintenance_window_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config}
---
@@ -1416,7 +1416,7 @@ The ID of the HCP project where the Boundary cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
---
@@ -1430,7 +1430,7 @@ timeouts: BoundaryClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
---
@@ -1472,7 +1472,7 @@ The maintenance day of the week for scheduled upgrades.
Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
---
@@ -1488,7 +1488,7 @@ The end time which upgrades can be performed.
Uses 24H clock and must be in UTC time zone. Valid options include - 1 to 24 (inclusive)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
---
@@ -1504,7 +1504,7 @@ The start time which upgrades can be performed.
Uses 24H clock and must be in UTC time zone. Valid options include - 0 to 23 (inclusive)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
---
@@ -1518,7 +1518,7 @@ upgrade_type: str
The upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
---
@@ -1540,9 +1540,9 @@ boundaryCluster.BoundaryClusterTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
---
@@ -1554,7 +1554,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
---
@@ -1566,7 +1566,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
---
@@ -1578,7 +1578,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
---
diff --git a/docs/boundaryCluster.typescript.md b/docs/boundaryCluster.typescript.md
index 4ffc50879..12ab4aeff 100644
--- a/docs/boundaryCluster.typescript.md
+++ b/docs/boundaryCluster.typescript.md
@@ -4,7 +4,7 @@
### BoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -521,7 +521,7 @@ The construct id used in the generated config for the BoundaryCluster to import.
The id of the existing BoundaryCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -950,7 +950,7 @@ const boundaryClusterConfig: boundaryCluster.BoundaryClusterConfig = { ... }
| password
| string
| The password of the initial admin user. |
| tier
| string
| The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. |
| username
| string
| The username of the initial admin user. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
| maintenanceWindowConfig
| BoundaryClusterMaintenanceWindowConfig
| maintenance_window_config block. |
| projectId
| string
| The ID of the HCP project where the Boundary cluster is located. |
| timeouts
| BoundaryClusterTimeouts
| timeouts block. |
@@ -1037,7 +1037,7 @@ public readonly clusterId: string;
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
---
@@ -1053,7 +1053,7 @@ The password of the initial admin user.
This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
---
@@ -1067,7 +1067,7 @@ public readonly tier: string;
The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
---
@@ -1083,7 +1083,7 @@ The username of the initial admin user.
This must be at least 3 characters in length, alphanumeric, hyphen, or period.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
---
@@ -1095,7 +1095,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1112,7 +1112,7 @@ public readonly maintenanceWindowConfig: BoundaryClusterMaintenanceWindowConfig;
maintenance_window_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config}
---
@@ -1129,7 +1129,7 @@ The ID of the HCP project where the Boundary cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
---
@@ -1143,7 +1143,7 @@ public readonly timeouts: BoundaryClusterTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
---
@@ -1180,7 +1180,7 @@ The maintenance day of the week for scheduled upgrades.
Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
---
@@ -1196,7 +1196,7 @@ The end time which upgrades can be performed.
Uses 24H clock and must be in UTC time zone. Valid options include - 1 to 24 (inclusive)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
---
@@ -1212,7 +1212,7 @@ The start time which upgrades can be performed.
Uses 24H clock and must be in UTC time zone. Valid options include - 0 to 23 (inclusive)
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
---
@@ -1226,7 +1226,7 @@ public readonly upgradeType: string;
The upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
---
@@ -1244,9 +1244,9 @@ const boundaryClusterTimeouts: boundaryCluster.BoundaryClusterTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
---
@@ -1258,7 +1258,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
---
@@ -1270,7 +1270,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
---
@@ -1282,7 +1282,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
---
diff --git a/docs/consulCluster.csharp.md b/docs/consulCluster.csharp.md
index ed60f2211..6f6a8c270 100644
--- a/docs/consulCluster.csharp.md
+++ b/docs/consulCluster.csharp.md
@@ -4,7 +4,7 @@
### ConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -570,7 +570,7 @@ The construct id used in the generated config for the ConsulCluster to import.
The id of the existing ConsulCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1298,7 +1298,7 @@ new ConsulClusterConfig {
| AutoHvnToHvnPeering
| object
| Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. |
| ConnectEnabled
| object
| Denotes the Consul connect feature should be enabled for this cluster. Default to true. |
| Datacenter
| string
| The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
| IpAllowlist
| object
| ip_allowlist block. |
| MinConsulVersion
| string
| The minimum Consul patch version of the cluster. |
| PrimaryLink
| string
| The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. |
@@ -1389,7 +1389,7 @@ public string ClusterId { get; set; }
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
---
@@ -1403,7 +1403,7 @@ public string HvnId { get; set; }
The ID of the HVN this HCP Consul cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
---
@@ -1419,7 +1419,7 @@ The tier that the HCP Consul cluster will be provisioned as.
Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
---
@@ -1435,7 +1435,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede
The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering}
---
@@ -1449,7 +1449,7 @@ public object ConnectEnabled { get; set; }
Denotes the Consul connect feature should be enabled for this cluster. Default to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
---
@@ -1463,7 +1463,7 @@ public string Datacenter { get; set; }
The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
---
@@ -1475,7 +1475,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#id ConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#id ConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1492,7 +1492,7 @@ public object IpAllowlist { get; set; }
ip_allowlist block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
---
@@ -1508,7 +1508,7 @@ The minimum Consul patch version of the cluster.
Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version}
---
@@ -1524,7 +1524,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation
If not specified, it is a standalone cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
---
@@ -1541,7 +1541,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
---
@@ -1555,7 +1555,7 @@ public object PublicEndpoint { get; set; }
Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
---
@@ -1571,7 +1571,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr
Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#size ConsulCluster#size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#size ConsulCluster#size}
---
@@ -1585,7 +1585,7 @@ public ConsulClusterTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
---
@@ -1621,7 +1621,7 @@ public string Address { get; set; }
IP address range in CIDR notation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#address ConsulCluster#address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#address ConsulCluster#address}
---
@@ -1635,7 +1635,7 @@ public string Description { get; set; }
Description to help identify source (maximum 255 chars).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#description ConsulCluster#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#description ConsulCluster#description}
---
@@ -1658,10 +1658,10 @@ new ConsulClusterTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
-| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
+| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
---
@@ -1673,7 +1673,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#create ConsulCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#create ConsulCluster#create}.
---
@@ -1685,7 +1685,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#default ConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#default ConsulCluster#default}.
---
@@ -1697,7 +1697,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
---
@@ -1709,7 +1709,7 @@ public string Update { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#update ConsulCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#update ConsulCluster#update}.
---
diff --git a/docs/consulCluster.go.md b/docs/consulCluster.go.md
index fe618110e..d2ae8c4de 100644
--- a/docs/consulCluster.go.md
+++ b/docs/consulCluster.go.md
@@ -4,7 +4,7 @@
### ConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -570,7 +570,7 @@ The construct id used in the generated config for the ConsulCluster to import.
The id of the existing ConsulCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1298,7 +1298,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster"
| AutoHvnToHvnPeering
| interface{}
| Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. |
| ConnectEnabled
| interface{}
| Denotes the Consul connect feature should be enabled for this cluster. Default to true. |
| Datacenter
| *string
| The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
| IpAllowlist
| interface{}
| ip_allowlist block. |
| MinConsulVersion
| *string
| The minimum Consul patch version of the cluster. |
| PrimaryLink
| *string
| The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. |
@@ -1389,7 +1389,7 @@ ClusterId *string
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
---
@@ -1403,7 +1403,7 @@ HvnId *string
The ID of the HVN this HCP Consul cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
---
@@ -1419,7 +1419,7 @@ The tier that the HCP Consul cluster will be provisioned as.
Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
---
@@ -1435,7 +1435,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede
The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering}
---
@@ -1449,7 +1449,7 @@ ConnectEnabled interface{}
Denotes the Consul connect feature should be enabled for this cluster. Default to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
---
@@ -1463,7 +1463,7 @@ Datacenter *string
The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
---
@@ -1475,7 +1475,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#id ConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#id ConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1492,7 +1492,7 @@ IpAllowlist interface{}
ip_allowlist block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
---
@@ -1508,7 +1508,7 @@ The minimum Consul patch version of the cluster.
Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version}
---
@@ -1524,7 +1524,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation
If not specified, it is a standalone cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
---
@@ -1541,7 +1541,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
---
@@ -1555,7 +1555,7 @@ PublicEndpoint interface{}
Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
---
@@ -1571,7 +1571,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr
Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#size ConsulCluster#size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#size ConsulCluster#size}
---
@@ -1585,7 +1585,7 @@ Timeouts ConsulClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
---
@@ -1621,7 +1621,7 @@ Address *string
IP address range in CIDR notation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#address ConsulCluster#address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#address ConsulCluster#address}
---
@@ -1635,7 +1635,7 @@ Description *string
Description to help identify source (maximum 255 chars).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#description ConsulCluster#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#description ConsulCluster#description}
---
@@ -1658,10 +1658,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulcluster"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
-| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
+| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
---
@@ -1673,7 +1673,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#create ConsulCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#create ConsulCluster#create}.
---
@@ -1685,7 +1685,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#default ConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#default ConsulCluster#default}.
---
@@ -1697,7 +1697,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
---
@@ -1709,7 +1709,7 @@ Update *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#update ConsulCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#update ConsulCluster#update}.
---
diff --git a/docs/consulCluster.java.md b/docs/consulCluster.java.md
index 7f9b79863..24b190cc9 100644
--- a/docs/consulCluster.java.md
+++ b/docs/consulCluster.java.md
@@ -4,7 +4,7 @@
### ConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -61,7 +61,7 @@ ConsulCluster.Builder.create(Construct scope, java.lang.String id)
| autoHvnToHvnPeering
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. |
| connectEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Denotes the Consul connect feature should be enabled for this cluster. Default to true. |
| datacenter
| java.lang.String
| The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
| ipAllowlist
| com.hashicorp.cdktf.IResolvable OR java.util.List<ConsulClusterIpAllowlistStruct>
| ip_allowlist block. |
| minConsulVersion
| java.lang.String
| The minimum Consul patch version of the cluster. |
| primaryLink
| java.lang.String
| The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. |
@@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HVN this HCP Consul cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
---
@@ -160,7 +160,7 @@ The tier that the HCP Consul cluster will be provisioned as.
Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
---
@@ -172,7 +172,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede
The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering}
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes the Consul connect feature should be enabled for this cluster. Default to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
---
@@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
---
@@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#id ConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#id ConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -213,7 +213,7 @@ If you experience problems setting this value it might not be settable. Please t
ip_allowlist block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
---
@@ -225,7 +225,7 @@ The minimum Consul patch version of the cluster.
Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version}
---
@@ -237,7 +237,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation
If not specified, it is a standalone cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
---
@@ -250,7 +250,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
---
@@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
---
@@ -272,7 +272,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr
Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#size ConsulCluster#size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#size ConsulCluster#size}
---
@@ -282,7 +282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
---
@@ -812,7 +812,7 @@ The construct id used in the generated config for the ConsulCluster to import.
The id of the existing ConsulCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1548,7 +1548,7 @@ ConsulClusterConfig.builder()
| autoHvnToHvnPeering
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. |
| connectEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Denotes the Consul connect feature should be enabled for this cluster. Default to true. |
| datacenter
| java.lang.String
| The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
| ipAllowlist
| com.hashicorp.cdktf.IResolvable OR java.util.List<ConsulClusterIpAllowlistStruct>
| ip_allowlist block. |
| minConsulVersion
| java.lang.String
| The minimum Consul patch version of the cluster. |
| primaryLink
| java.lang.String
| The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. |
@@ -1639,7 +1639,7 @@ public java.lang.String getClusterId();
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
---
@@ -1653,7 +1653,7 @@ public java.lang.String getHvnId();
The ID of the HVN this HCP Consul cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
---
@@ -1669,7 +1669,7 @@ The tier that the HCP Consul cluster will be provisioned as.
Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
---
@@ -1685,7 +1685,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede
The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering}
---
@@ -1699,7 +1699,7 @@ public java.lang.Object getConnectEnabled();
Denotes the Consul connect feature should be enabled for this cluster. Default to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
---
@@ -1713,7 +1713,7 @@ public java.lang.String getDatacenter();
The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
---
@@ -1725,7 +1725,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#id ConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#id ConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1742,7 +1742,7 @@ public java.lang.Object getIpAllowlist();
ip_allowlist block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
---
@@ -1758,7 +1758,7 @@ The minimum Consul patch version of the cluster.
Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version}
---
@@ -1774,7 +1774,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation
If not specified, it is a standalone cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
---
@@ -1791,7 +1791,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
---
@@ -1805,7 +1805,7 @@ public java.lang.Object getPublicEndpoint();
Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
---
@@ -1821,7 +1821,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr
Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#size ConsulCluster#size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#size ConsulCluster#size}
---
@@ -1835,7 +1835,7 @@ public ConsulClusterTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
---
@@ -1871,7 +1871,7 @@ public java.lang.String getAddress();
IP address range in CIDR notation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#address ConsulCluster#address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#address ConsulCluster#address}
---
@@ -1885,7 +1885,7 @@ public java.lang.String getDescription();
Description to help identify source (maximum 255 chars).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#description ConsulCluster#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#description ConsulCluster#description}
---
@@ -1908,10 +1908,10 @@ ConsulClusterTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.80.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.81.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.81.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.81.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.81.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
---
@@ -1923,7 +1923,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#create ConsulCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#create ConsulCluster#create}.
---
@@ -1935,7 +1935,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#default ConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#default ConsulCluster#default}.
---
@@ -1947,7 +1947,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
---
@@ -1959,7 +1959,7 @@ public java.lang.String getUpdate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#update ConsulCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#update ConsulCluster#update}.
---
diff --git a/docs/consulCluster.python.md b/docs/consulCluster.python.md
index d6c7d0cc7..379e74cce 100644
--- a/docs/consulCluster.python.md
+++ b/docs/consulCluster.python.md
@@ -4,7 +4,7 @@
### ConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -55,7 +55,7 @@ consulCluster.ConsulCluster(
| auto_hvn_to_hvn_peering
| typing.Union[bool, cdktf.IResolvable]
| Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. |
| connect_enabled
| typing.Union[bool, cdktf.IResolvable]
| Denotes the Consul connect feature should be enabled for this cluster. Default to true. |
| datacenter
| str
| The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
| ip_allowlist
| typing.Union[cdktf.IResolvable, typing.List[ConsulClusterIpAllowlistStruct]]
| ip_allowlist block. |
| min_consul_version
| str
| The minimum Consul patch version of the cluster. |
| primary_link
| str
| The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. |
@@ -132,7 +132,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HVN this HCP Consul cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
---
@@ -154,7 +154,7 @@ The tier that the HCP Consul cluster will be provisioned as.
Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
---
@@ -166,7 +166,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede
The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering}
---
@@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes the Consul connect feature should be enabled for this cluster. Default to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
---
@@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
---
@@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#id ConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#id ConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -207,7 +207,7 @@ If you experience problems setting this value it might not be settable. Please t
ip_allowlist block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
---
@@ -219,7 +219,7 @@ The minimum Consul patch version of the cluster.
Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version}
---
@@ -231,7 +231,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation
If not specified, it is a standalone cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
---
@@ -244,7 +244,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
---
@@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
---
@@ -266,7 +266,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr
Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#size ConsulCluster#size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#size ConsulCluster#size}
---
@@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
---
@@ -677,7 +677,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#create ConsulCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#create ConsulCluster#create}.
---
@@ -685,7 +685,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#default ConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#default ConsulCluster#default}.
---
@@ -693,7 +693,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
---
@@ -701,7 +701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#update ConsulCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#update ConsulCluster#update}.
---
@@ -885,7 +885,7 @@ The construct id used in the generated config for the ConsulCluster to import.
The id of the existing ConsulCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1613,7 +1613,7 @@ consulCluster.ConsulClusterConfig(
| auto_hvn_to_hvn_peering
| typing.Union[bool, cdktf.IResolvable]
| Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. |
| connect_enabled
| typing.Union[bool, cdktf.IResolvable]
| Denotes the Consul connect feature should be enabled for this cluster. Default to true. |
| datacenter
| str
| The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
| ip_allowlist
| typing.Union[cdktf.IResolvable, typing.List[ConsulClusterIpAllowlistStruct]]
| ip_allowlist block. |
| min_consul_version
| str
| The minimum Consul patch version of the cluster. |
| primary_link
| str
| The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. |
@@ -1704,7 +1704,7 @@ cluster_id: str
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
---
@@ -1718,7 +1718,7 @@ hvn_id: str
The ID of the HVN this HCP Consul cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
---
@@ -1734,7 +1734,7 @@ The tier that the HCP Consul cluster will be provisioned as.
Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
---
@@ -1750,7 +1750,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede
The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering}
---
@@ -1764,7 +1764,7 @@ connect_enabled: typing.Union[bool, IResolvable]
Denotes the Consul connect feature should be enabled for this cluster. Default to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
---
@@ -1778,7 +1778,7 @@ datacenter: str
The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
---
@@ -1790,7 +1790,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#id ConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#id ConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1807,7 +1807,7 @@ ip_allowlist: typing.Union[IResolvable, typing.List[ConsulClusterIpAllowlistStru
ip_allowlist block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
---
@@ -1823,7 +1823,7 @@ The minimum Consul patch version of the cluster.
Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version}
---
@@ -1839,7 +1839,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation
If not specified, it is a standalone cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
---
@@ -1856,7 +1856,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
---
@@ -1870,7 +1870,7 @@ public_endpoint: typing.Union[bool, IResolvable]
Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
---
@@ -1886,7 +1886,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr
Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#size ConsulCluster#size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#size ConsulCluster#size}
---
@@ -1900,7 +1900,7 @@ timeouts: ConsulClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
---
@@ -1936,7 +1936,7 @@ address: str
IP address range in CIDR notation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#address ConsulCluster#address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#address ConsulCluster#address}
---
@@ -1950,7 +1950,7 @@ description: str
Description to help identify source (maximum 255 chars).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#description ConsulCluster#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#description ConsulCluster#description}
---
@@ -1973,10 +1973,10 @@ consulCluster.ConsulClusterTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
-| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
+| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
---
@@ -1988,7 +1988,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#create ConsulCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#create ConsulCluster#create}.
---
@@ -2000,7 +2000,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#default ConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#default ConsulCluster#default}.
---
@@ -2012,7 +2012,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
---
@@ -2024,7 +2024,7 @@ update: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#update ConsulCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#update ConsulCluster#update}.
---
diff --git a/docs/consulCluster.typescript.md b/docs/consulCluster.typescript.md
index c79da7d1f..1e5bf5c6e 100644
--- a/docs/consulCluster.typescript.md
+++ b/docs/consulCluster.typescript.md
@@ -4,7 +4,7 @@
### ConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -570,7 +570,7 @@ The construct id used in the generated config for the ConsulCluster to import.
The id of the existing ConsulCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1276,7 +1276,7 @@ const consulClusterConfig: consulCluster.ConsulClusterConfig = { ... }
| autoHvnToHvnPeering
| boolean \| cdktf.IResolvable
| Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. |
| connectEnabled
| boolean \| cdktf.IResolvable
| Denotes the Consul connect feature should be enabled for this cluster. Default to true. |
| datacenter
| string
| The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
| ipAllowlist
| cdktf.IResolvable \| ConsulClusterIpAllowlistStruct[]
| ip_allowlist block. |
| minConsulVersion
| string
| The minimum Consul patch version of the cluster. |
| primaryLink
| string
| The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. |
@@ -1367,7 +1367,7 @@ public readonly clusterId: string;
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
---
@@ -1381,7 +1381,7 @@ public readonly hvnId: string;
The ID of the HVN this HCP Consul cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
---
@@ -1397,7 +1397,7 @@ The tier that the HCP Consul cluster will be provisioned as.
Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
---
@@ -1413,7 +1413,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede
The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering}
---
@@ -1427,7 +1427,7 @@ public readonly connectEnabled: boolean | IResolvable;
Denotes the Consul connect feature should be enabled for this cluster. Default to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
---
@@ -1441,7 +1441,7 @@ public readonly datacenter: string;
The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
---
@@ -1453,7 +1453,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#id ConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#id ConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1470,7 +1470,7 @@ public readonly ipAllowlist: IResolvable | ConsulClusterIpAllowlistStruct[];
ip_allowlist block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
---
@@ -1486,7 +1486,7 @@ The minimum Consul patch version of the cluster.
Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version}
---
@@ -1502,7 +1502,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation
If not specified, it is a standalone cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
---
@@ -1519,7 +1519,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
---
@@ -1533,7 +1533,7 @@ public readonly publicEndpoint: boolean | IResolvable;
Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
---
@@ -1549,7 +1549,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr
Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#size ConsulCluster#size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#size ConsulCluster#size}
---
@@ -1563,7 +1563,7 @@ public readonly timeouts: ConsulClusterTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
---
@@ -1596,7 +1596,7 @@ public readonly address: string;
IP address range in CIDR notation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#address ConsulCluster#address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#address ConsulCluster#address}
---
@@ -1610,7 +1610,7 @@ public readonly description: string;
Description to help identify source (maximum 255 chars).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#description ConsulCluster#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#description ConsulCluster#description}
---
@@ -1628,10 +1628,10 @@ const consulClusterTimeouts: consulCluster.ConsulClusterTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
-| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
+| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
---
@@ -1643,7 +1643,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#create ConsulCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#create ConsulCluster#create}.
---
@@ -1655,7 +1655,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#default ConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#default ConsulCluster#default}.
---
@@ -1667,7 +1667,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
---
@@ -1679,7 +1679,7 @@ public readonly update: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#update ConsulCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#update ConsulCluster#update}.
---
diff --git a/docs/consulClusterRootToken.csharp.md b/docs/consulClusterRootToken.csharp.md
index 29275af1e..6da1a3855 100644
--- a/docs/consulClusterRootToken.csharp.md
+++ b/docs/consulClusterRootToken.csharp.md
@@ -4,7 +4,7 @@
### ConsulClusterRootToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the ConsulClusterRootToken to
The id of the existing ConsulClusterRootToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use
---
@@ -851,7 +851,7 @@ new ConsulClusterRootTokenConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| ClusterId
| string
| The ID of the HCP Consul cluster. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. |
| ProjectId
| string
| The ID of the HCP project where the HCP Consul cluster is located. |
| Timeouts
| ConsulClusterRootTokenTimeouts
| timeouts block. |
@@ -937,7 +937,7 @@ public string ClusterId { get; set; }
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id}
---
@@ -949,7 +949,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -969,7 +969,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id}
---
@@ -983,7 +983,7 @@ public ConsulClusterRootTokenTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
---
@@ -1003,7 +1003,7 @@ new ConsulClusterRootTokenTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. |
---
@@ -1015,7 +1015,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
---
diff --git a/docs/consulClusterRootToken.go.md b/docs/consulClusterRootToken.go.md
index 873226f92..2e7f62326 100644
--- a/docs/consulClusterRootToken.go.md
+++ b/docs/consulClusterRootToken.go.md
@@ -4,7 +4,7 @@
### ConsulClusterRootToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the ConsulClusterRootToken to
The id of the existing ConsulClusterRootToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use
---
@@ -851,7 +851,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulclusterroottoken"
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| ClusterId
| *string
| The ID of the HCP Consul cluster. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HCP Consul cluster is located. |
| Timeouts
| ConsulClusterRootTokenTimeouts
| timeouts block. |
@@ -937,7 +937,7 @@ ClusterId *string
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id}
---
@@ -949,7 +949,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -969,7 +969,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id}
---
@@ -983,7 +983,7 @@ Timeouts ConsulClusterRootTokenTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
---
@@ -1003,7 +1003,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulclusterroottoken"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. |
---
@@ -1015,7 +1015,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
---
diff --git a/docs/consulClusterRootToken.java.md b/docs/consulClusterRootToken.java.md
index d8313d178..ae3d29c6e 100644
--- a/docs/consulClusterRootToken.java.md
+++ b/docs/consulClusterRootToken.java.md
@@ -4,7 +4,7 @@
### ConsulClusterRootToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
#### Initializers
@@ -42,7 +42,7 @@ ConsulClusterRootToken.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| ConsulClusterRootTokenTimeouts
| timeouts block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -138,7 +138,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
---
@@ -609,7 +609,7 @@ The construct id used in the generated config for the ConsulClusterRootToken to
The id of the existing ConsulClusterRootToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use
---
@@ -963,7 +963,7 @@ ConsulClusterRootTokenConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| ConsulClusterRootTokenTimeouts
| timeouts block. |
@@ -1049,7 +1049,7 @@ public java.lang.String getClusterId();
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id}
---
@@ -1061,7 +1061,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1081,7 +1081,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id}
---
@@ -1095,7 +1095,7 @@ public ConsulClusterRootTokenTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
---
@@ -1115,7 +1115,7 @@ ConsulClusterRootTokenTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. |
---
@@ -1127,7 +1127,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
---
diff --git a/docs/consulClusterRootToken.python.md b/docs/consulClusterRootToken.python.md
index 70dc0f1e8..5f8e38725 100644
--- a/docs/consulClusterRootToken.python.md
+++ b/docs/consulClusterRootToken.python.md
@@ -4,7 +4,7 @@
### ConsulClusterRootToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
#### Initializers
@@ -40,7 +40,7 @@ consulClusterRootToken.ConsulClusterRootToken(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Consul cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| ConsulClusterRootTokenTimeouts
| timeouts block. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -136,7 +136,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
---
@@ -521,7 +521,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
---
@@ -657,7 +657,7 @@ The construct id used in the generated config for the ConsulClusterRootToken to
The id of the existing ConsulClusterRootToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use
---
@@ -1007,7 +1007,7 @@ consulClusterRootToken.ConsulClusterRootTokenConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Consul cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| ConsulClusterRootTokenTimeouts
| timeouts block. |
@@ -1093,7 +1093,7 @@ cluster_id: str
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id}
---
@@ -1105,7 +1105,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1125,7 +1125,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id}
---
@@ -1139,7 +1139,7 @@ timeouts: ConsulClusterRootTokenTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
---
@@ -1159,7 +1159,7 @@ consulClusterRootToken.ConsulClusterRootTokenTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. |
---
@@ -1171,7 +1171,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
---
diff --git a/docs/consulClusterRootToken.typescript.md b/docs/consulClusterRootToken.typescript.md
index 024512db8..e8b496a34 100644
--- a/docs/consulClusterRootToken.typescript.md
+++ b/docs/consulClusterRootToken.typescript.md
@@ -4,7 +4,7 @@
### ConsulClusterRootToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the ConsulClusterRootToken to
The id of the existing ConsulClusterRootToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use
---
@@ -839,7 +839,7 @@ const consulClusterRootTokenConfig: consulClusterRootToken.ConsulClusterRootToke
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| clusterId
| string
| The ID of the HCP Consul cluster. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. |
| projectId
| string
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| ConsulClusterRootTokenTimeouts
| timeouts block. |
@@ -925,7 +925,7 @@ public readonly clusterId: string;
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id}
---
@@ -937,7 +937,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -957,7 +957,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id}
---
@@ -971,7 +971,7 @@ public readonly timeouts: ConsulClusterRootTokenTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
---
@@ -989,7 +989,7 @@ const consulClusterRootTokenTimeouts: consulClusterRootToken.ConsulClusterRootTo
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. |
---
@@ -1001,7 +1001,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
---
diff --git a/docs/consulSnapshot.csharp.md b/docs/consulSnapshot.csharp.md
index 112621094..9276b0d01 100644
--- a/docs/consulSnapshot.csharp.md
+++ b/docs/consulSnapshot.csharp.md
@@ -4,7 +4,7 @@
### ConsulSnapshot
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the ConsulSnapshot to import.
The id of the existing ConsulSnapshot that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use
---
@@ -908,7 +908,7 @@ new ConsulSnapshotConfig {
| Provisioners
| object[]
| *No description.* |
| ClusterId
| string
| The ID of the HCP Consul cluster. |
| SnapshotName
| string
| The name of the snapshot. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
| ProjectId
| string
| The ID of the HCP project where the HCP Consul cluster is located. |
| Timeouts
| ConsulSnapshotTimeouts
| timeouts block. |
@@ -994,7 +994,7 @@ public string ClusterId { get; set; }
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
---
@@ -1008,7 +1008,7 @@ public string SnapshotName { get; set; }
The name of the snapshot.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
---
@@ -1020,7 +1020,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1040,7 +1040,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
---
@@ -1054,7 +1054,7 @@ public ConsulSnapshotTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
---
@@ -1077,10 +1077,10 @@ new ConsulSnapshotTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
-| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
+| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
---
@@ -1092,7 +1092,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
---
@@ -1104,7 +1104,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
---
@@ -1116,7 +1116,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
---
@@ -1128,7 +1128,7 @@ public string Update { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
---
diff --git a/docs/consulSnapshot.go.md b/docs/consulSnapshot.go.md
index 68de4a8d9..bd78b0ce7 100644
--- a/docs/consulSnapshot.go.md
+++ b/docs/consulSnapshot.go.md
@@ -4,7 +4,7 @@
### ConsulSnapshot
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the ConsulSnapshot to import.
The id of the existing ConsulSnapshot that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use
---
@@ -908,7 +908,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulsnapshot"
| Provisioners
| *[]interface{}
| *No description.* |
| ClusterId
| *string
| The ID of the HCP Consul cluster. |
| SnapshotName
| *string
| The name of the snapshot. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HCP Consul cluster is located. |
| Timeouts
| ConsulSnapshotTimeouts
| timeouts block. |
@@ -994,7 +994,7 @@ ClusterId *string
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
---
@@ -1008,7 +1008,7 @@ SnapshotName *string
The name of the snapshot.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
---
@@ -1020,7 +1020,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1040,7 +1040,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
---
@@ -1054,7 +1054,7 @@ Timeouts ConsulSnapshotTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
---
@@ -1077,10 +1077,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/consulsnapshot"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
-| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
+| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
---
@@ -1092,7 +1092,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
---
@@ -1104,7 +1104,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
---
@@ -1116,7 +1116,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
---
@@ -1128,7 +1128,7 @@ Update *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
---
diff --git a/docs/consulSnapshot.java.md b/docs/consulSnapshot.java.md
index 9bd66c923..14eb83944 100644
--- a/docs/consulSnapshot.java.md
+++ b/docs/consulSnapshot.java.md
@@ -4,7 +4,7 @@
### ConsulSnapshot
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
#### Initializers
@@ -44,7 +44,7 @@ ConsulSnapshot.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
| snapshotName
| java.lang.String
| The name of the snapshot. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| ConsulSnapshotTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the snapshot.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -150,7 +150,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
---
@@ -621,7 +621,7 @@ The construct id used in the generated config for the ConsulSnapshot to import.
The id of the existing ConsulSnapshot that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use
---
@@ -1032,7 +1032,7 @@ ConsulSnapshotConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
| snapshotName
| java.lang.String
| The name of the snapshot. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| ConsulSnapshotTimeouts
| timeouts block. |
@@ -1118,7 +1118,7 @@ public java.lang.String getClusterId();
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
---
@@ -1132,7 +1132,7 @@ public java.lang.String getSnapshotName();
The name of the snapshot.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
---
@@ -1144,7 +1144,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1164,7 +1164,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
---
@@ -1178,7 +1178,7 @@ public ConsulSnapshotTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
---
@@ -1201,10 +1201,10 @@ ConsulSnapshotTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.80.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.81.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.81.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.81.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.81.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
---
@@ -1216,7 +1216,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
---
@@ -1228,7 +1228,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
---
@@ -1240,7 +1240,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
---
@@ -1252,7 +1252,7 @@ public java.lang.String getUpdate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
---
diff --git a/docs/consulSnapshot.python.md b/docs/consulSnapshot.python.md
index 695f8e35d..30d080f11 100644
--- a/docs/consulSnapshot.python.md
+++ b/docs/consulSnapshot.python.md
@@ -4,7 +4,7 @@
### ConsulSnapshot
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
#### Initializers
@@ -42,7 +42,7 @@ consulSnapshot.ConsulSnapshot(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Consul cluster. |
| snapshot_name
| str
| The name of the snapshot. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| ConsulSnapshotTimeouts
| timeouts block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the snapshot.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -148,7 +148,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
---
@@ -536,7 +536,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
---
@@ -544,7 +544,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
---
@@ -552,7 +552,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
---
@@ -560,7 +560,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
---
@@ -696,7 +696,7 @@ The construct id used in the generated config for the ConsulSnapshot to import.
The id of the existing ConsulSnapshot that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use
---
@@ -1103,7 +1103,7 @@ consulSnapshot.ConsulSnapshotConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Consul cluster. |
| snapshot_name
| str
| The name of the snapshot. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| ConsulSnapshotTimeouts
| timeouts block. |
@@ -1189,7 +1189,7 @@ cluster_id: str
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
---
@@ -1203,7 +1203,7 @@ snapshot_name: str
The name of the snapshot.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
---
@@ -1215,7 +1215,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1235,7 +1235,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
---
@@ -1249,7 +1249,7 @@ timeouts: ConsulSnapshotTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
---
@@ -1272,10 +1272,10 @@ consulSnapshot.ConsulSnapshotTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
-| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
+| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
---
@@ -1287,7 +1287,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
---
@@ -1299,7 +1299,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
---
@@ -1311,7 +1311,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
---
@@ -1323,7 +1323,7 @@ update: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
---
diff --git a/docs/consulSnapshot.typescript.md b/docs/consulSnapshot.typescript.md
index f9fe8f02c..ea1bd1743 100644
--- a/docs/consulSnapshot.typescript.md
+++ b/docs/consulSnapshot.typescript.md
@@ -4,7 +4,7 @@
### ConsulSnapshot
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the ConsulSnapshot to import.
The id of the existing ConsulSnapshot that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use
---
@@ -895,7 +895,7 @@ const consulSnapshotConfig: consulSnapshot.ConsulSnapshotConfig = { ... }
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| clusterId
| string
| The ID of the HCP Consul cluster. |
| snapshotName
| string
| The name of the snapshot. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
| projectId
| string
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| ConsulSnapshotTimeouts
| timeouts block. |
@@ -981,7 +981,7 @@ public readonly clusterId: string;
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
---
@@ -995,7 +995,7 @@ public readonly snapshotName: string;
The name of the snapshot.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
---
@@ -1007,7 +1007,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1027,7 +1027,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
---
@@ -1041,7 +1041,7 @@ public readonly timeouts: ConsulSnapshotTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
---
@@ -1059,10 +1059,10 @@ const consulSnapshotTimeouts: consulSnapshot.ConsulSnapshotTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
-| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
+| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
---
@@ -1074,7 +1074,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
---
@@ -1086,7 +1086,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
---
@@ -1098,7 +1098,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
---
@@ -1110,7 +1110,7 @@ public readonly update: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
---
diff --git a/docs/dataHcpAwsNetworkPeering.csharp.md b/docs/dataHcpAwsNetworkPeering.csharp.md
index 8bc2b491e..48206276c 100644
--- a/docs/dataHcpAwsNetworkPeering.csharp.md
+++ b/docs/dataHcpAwsNetworkPeering.csharp.md
@@ -4,7 +4,7 @@
### DataHcpAwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpAwsNetworkPeering t
The id of the existing DataHcpAwsNetworkPeering that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use
---
@@ -847,7 +847,7 @@ new DataHcpAwsNetworkPeeringConfig {
| Provisioners
| object[]
| *No description.* |
| HvnId
| string
| The ID of the HashiCorp Virtual Network (HVN). |
| PeeringId
| string
| The ID of the network peering. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. |
| ProjectId
| string
| The ID of the HCP project where the network peering is located. |
| Timeouts
| DataHcpAwsNetworkPeeringTimeouts
| timeouts block. |
| WaitForActiveState
| object
| If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -934,7 +934,7 @@ public string HvnId { get; set; }
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id}
---
@@ -948,7 +948,7 @@ public string PeeringId { get; set; }
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
---
@@ -960,7 +960,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -981,7 +981,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id}
---
@@ -995,7 +995,7 @@ public DataHcpAwsNetworkPeeringTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
---
@@ -1009,7 +1009,7 @@ public object WaitForActiveState { get; set; }
If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state}
---
@@ -1029,7 +1029,7 @@ new DataHcpAwsNetworkPeeringTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Read
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. |
---
@@ -1041,7 +1041,7 @@ public string Read { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
---
diff --git a/docs/dataHcpAwsNetworkPeering.go.md b/docs/dataHcpAwsNetworkPeering.go.md
index d56f21752..a051c3ac5 100644
--- a/docs/dataHcpAwsNetworkPeering.go.md
+++ b/docs/dataHcpAwsNetworkPeering.go.md
@@ -4,7 +4,7 @@
### DataHcpAwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpAwsNetworkPeering t
The id of the existing DataHcpAwsNetworkPeering that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use
---
@@ -847,7 +847,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawsnetworkpeering"
| Provisioners
| *[]interface{}
| *No description.* |
| HvnId
| *string
| The ID of the HashiCorp Virtual Network (HVN). |
| PeeringId
| *string
| The ID of the network peering. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. |
| ProjectId
| *string
| The ID of the HCP project where the network peering is located. |
| Timeouts
| DataHcpAwsNetworkPeeringTimeouts
| timeouts block. |
| WaitForActiveState
| interface{}
| If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -934,7 +934,7 @@ HvnId *string
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id}
---
@@ -948,7 +948,7 @@ PeeringId *string
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
---
@@ -960,7 +960,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -981,7 +981,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id}
---
@@ -995,7 +995,7 @@ Timeouts DataHcpAwsNetworkPeeringTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
---
@@ -1009,7 +1009,7 @@ WaitForActiveState interface{}
If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state}
---
@@ -1029,7 +1029,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawsnetworkpeering"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Read
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. |
---
@@ -1041,7 +1041,7 @@ Read *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
---
diff --git a/docs/dataHcpAwsNetworkPeering.java.md b/docs/dataHcpAwsNetworkPeering.java.md
index d666cf246..34779293e 100644
--- a/docs/dataHcpAwsNetworkPeering.java.md
+++ b/docs/dataHcpAwsNetworkPeering.java.md
@@ -4,7 +4,7 @@
### DataHcpAwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -46,7 +46,7 @@ DataHcpAwsNetworkPeering.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| hvnId
| java.lang.String
| The ID of the HashiCorp Virtual Network (HVN). |
| peeringId
| java.lang.String
| The ID of the network peering. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the network peering is located. |
| timeouts
| DataHcpAwsNetworkPeeringTimeouts
| timeouts block. |
| waitForActiveState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id}
---
@@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -154,7 +154,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state}
---
@@ -538,7 +538,7 @@ The construct id used in the generated config for the DataHcpAwsNetworkPeering t
The id of the existing DataHcpAwsNetworkPeering that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use
---
@@ -984,7 +984,7 @@ DataHcpAwsNetworkPeeringConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| hvnId
| java.lang.String
| The ID of the HashiCorp Virtual Network (HVN). |
| peeringId
| java.lang.String
| The ID of the network peering. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the network peering is located. |
| timeouts
| DataHcpAwsNetworkPeeringTimeouts
| timeouts block. |
| waitForActiveState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -1071,7 +1071,7 @@ public java.lang.String getHvnId();
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id}
---
@@ -1085,7 +1085,7 @@ public java.lang.String getPeeringId();
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
---
@@ -1097,7 +1097,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1118,7 +1118,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id}
---
@@ -1132,7 +1132,7 @@ public DataHcpAwsNetworkPeeringTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
---
@@ -1146,7 +1146,7 @@ public java.lang.Object getWaitForActiveState();
If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state}
---
@@ -1166,7 +1166,7 @@ DataHcpAwsNetworkPeeringTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| read
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. |
---
@@ -1178,7 +1178,7 @@ public java.lang.String getRead();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
---
diff --git a/docs/dataHcpAwsNetworkPeering.python.md b/docs/dataHcpAwsNetworkPeering.python.md
index 1b817cf32..22127fc52 100644
--- a/docs/dataHcpAwsNetworkPeering.python.md
+++ b/docs/dataHcpAwsNetworkPeering.python.md
@@ -4,7 +4,7 @@
### DataHcpAwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -43,7 +43,7 @@ dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeering(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_id
| str
| The ID of the HashiCorp Virtual Network (HVN). |
| peering_id
| str
| The ID of the network peering. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. |
| project_id
| str
| The ID of the HCP project where the network peering is located. |
| timeouts
| DataHcpAwsNetworkPeeringTimeouts
| timeouts block. |
| wait_for_active_state
| typing.Union[bool, cdktf.IResolvable]
| If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -151,7 +151,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id}
---
@@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
---
@@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state}
---
@@ -433,7 +433,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
---
@@ -575,7 +575,7 @@ The construct id used in the generated config for the DataHcpAwsNetworkPeering t
The id of the existing DataHcpAwsNetworkPeering that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use
---
@@ -1016,7 +1016,7 @@ dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_id
| str
| The ID of the HashiCorp Virtual Network (HVN). |
| peering_id
| str
| The ID of the network peering. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. |
| project_id
| str
| The ID of the HCP project where the network peering is located. |
| timeouts
| DataHcpAwsNetworkPeeringTimeouts
| timeouts block. |
| wait_for_active_state
| typing.Union[bool, cdktf.IResolvable]
| If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -1103,7 +1103,7 @@ hvn_id: str
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id}
---
@@ -1117,7 +1117,7 @@ peering_id: str
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
---
@@ -1129,7 +1129,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1150,7 +1150,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id}
---
@@ -1164,7 +1164,7 @@ timeouts: DataHcpAwsNetworkPeeringTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
---
@@ -1178,7 +1178,7 @@ wait_for_active_state: typing.Union[bool, IResolvable]
If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state}
---
@@ -1198,7 +1198,7 @@ dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| read
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. |
---
@@ -1210,7 +1210,7 @@ read: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
---
diff --git a/docs/dataHcpAwsNetworkPeering.typescript.md b/docs/dataHcpAwsNetworkPeering.typescript.md
index 24e18eb10..93e3cc520 100644
--- a/docs/dataHcpAwsNetworkPeering.typescript.md
+++ b/docs/dataHcpAwsNetworkPeering.typescript.md
@@ -4,7 +4,7 @@
### DataHcpAwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpAwsNetworkPeering t
The id of the existing DataHcpAwsNetworkPeering that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use
---
@@ -833,7 +833,7 @@ const dataHcpAwsNetworkPeeringConfig: dataHcpAwsNetworkPeering.DataHcpAwsNetwork
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| hvnId
| string
| The ID of the HashiCorp Virtual Network (HVN). |
| peeringId
| string
| The ID of the network peering. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. |
| projectId
| string
| The ID of the HCP project where the network peering is located. |
| timeouts
| DataHcpAwsNetworkPeeringTimeouts
| timeouts block. |
| waitForActiveState
| boolean \| cdktf.IResolvable
| If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -920,7 +920,7 @@ public readonly hvnId: string;
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id}
---
@@ -934,7 +934,7 @@ public readonly peeringId: string;
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
---
@@ -946,7 +946,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -967,7 +967,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id}
---
@@ -981,7 +981,7 @@ public readonly timeouts: DataHcpAwsNetworkPeeringTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
---
@@ -995,7 +995,7 @@ public readonly waitForActiveState: boolean | IResolvable;
If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state}
---
@@ -1013,7 +1013,7 @@ const dataHcpAwsNetworkPeeringTimeouts: dataHcpAwsNetworkPeering.DataHcpAwsNetwo
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| read
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. |
---
@@ -1025,7 +1025,7 @@ public readonly read: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
---
diff --git a/docs/dataHcpAwsTransitGatewayAttachment.csharp.md b/docs/dataHcpAwsTransitGatewayAttachment.csharp.md
index 4323dcd22..a5211e669 100644
--- a/docs/dataHcpAwsTransitGatewayAttachment.csharp.md
+++ b/docs/dataHcpAwsTransitGatewayAttachment.csharp.md
@@ -4,7 +4,7 @@
### DataHcpAwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpAwsTransitGatewayAt
The id of the existing DataHcpAwsTransitGatewayAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -825,7 +825,7 @@ new DataHcpAwsTransitGatewayAttachmentConfig {
| Provisioners
| object[]
| *No description.* |
| HvnId
| string
| The ID of the HashiCorp Virtual Network (HVN). |
| TransitGatewayAttachmentId
| string
| The user-settable name of the transit gateway attachment in HCP. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. |
| ProjectId
| string
| The ID of the HCP project where the transit gateway attachment is located. |
| Timeouts
| DataHcpAwsTransitGatewayAttachmentTimeouts
| timeouts block. |
| WaitForActiveState
| object
| If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -912,7 +912,7 @@ public string HvnId { get; set; }
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id}
---
@@ -926,7 +926,7 @@ public string TransitGatewayAttachmentId { get; set; }
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -938,7 +938,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -958,7 +958,7 @@ The ID of the HCP project where the transit gateway attachment is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id}
---
@@ -972,7 +972,7 @@ public DataHcpAwsTransitGatewayAttachmentTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
---
@@ -986,7 +986,7 @@ public object WaitForActiveState { get; set; }
If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state}
---
@@ -1006,7 +1006,7 @@ new DataHcpAwsTransitGatewayAttachmentTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. |
---
@@ -1018,7 +1018,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
---
diff --git a/docs/dataHcpAwsTransitGatewayAttachment.go.md b/docs/dataHcpAwsTransitGatewayAttachment.go.md
index cb0931fb7..6513c2e17 100644
--- a/docs/dataHcpAwsTransitGatewayAttachment.go.md
+++ b/docs/dataHcpAwsTransitGatewayAttachment.go.md
@@ -4,7 +4,7 @@
### DataHcpAwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpAwsTransitGatewayAt
The id of the existing DataHcpAwsTransitGatewayAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -825,7 +825,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawstransitgatewayat
| Provisioners
| *[]interface{}
| *No description.* |
| HvnId
| *string
| The ID of the HashiCorp Virtual Network (HVN). |
| TransitGatewayAttachmentId
| *string
| The user-settable name of the transit gateway attachment in HCP. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. |
| ProjectId
| *string
| The ID of the HCP project where the transit gateway attachment is located. |
| Timeouts
| DataHcpAwsTransitGatewayAttachmentTimeouts
| timeouts block. |
| WaitForActiveState
| interface{}
| If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -912,7 +912,7 @@ HvnId *string
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id}
---
@@ -926,7 +926,7 @@ TransitGatewayAttachmentId *string
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -938,7 +938,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -958,7 +958,7 @@ The ID of the HCP project where the transit gateway attachment is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id}
---
@@ -972,7 +972,7 @@ Timeouts DataHcpAwsTransitGatewayAttachmentTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
---
@@ -986,7 +986,7 @@ WaitForActiveState interface{}
If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state}
---
@@ -1006,7 +1006,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpawstransitgatewayat
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. |
---
@@ -1018,7 +1018,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
---
diff --git a/docs/dataHcpAwsTransitGatewayAttachment.java.md b/docs/dataHcpAwsTransitGatewayAttachment.java.md
index 58acf5933..a2694352c 100644
--- a/docs/dataHcpAwsTransitGatewayAttachment.java.md
+++ b/docs/dataHcpAwsTransitGatewayAttachment.java.md
@@ -4,7 +4,7 @@
### DataHcpAwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -46,7 +46,7 @@ DataHcpAwsTransitGatewayAttachment.Builder.create(Construct scope, java.lang.Str
| provisioners
| java.util.List
| *No description.* |
| hvnId
| java.lang.String
| The ID of the HashiCorp Virtual Network (HVN). |
| transitGatewayAttachmentId
| java.lang.String
| The user-settable name of the transit gateway attachment in HCP. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the transit gateway attachment is located. |
| timeouts
| DataHcpAwsTransitGatewayAttachmentTimeouts
| timeouts block. |
| waitForActiveState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id}
---
@@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -153,7 +153,7 @@ The ID of the HCP project where the transit gateway attachment is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id}
---
@@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
---
@@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state}
---
@@ -537,7 +537,7 @@ The construct id used in the generated config for the DataHcpAwsTransitGatewayAt
The id of the existing DataHcpAwsTransitGatewayAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -961,7 +961,7 @@ DataHcpAwsTransitGatewayAttachmentConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| hvnId
| java.lang.String
| The ID of the HashiCorp Virtual Network (HVN). |
| transitGatewayAttachmentId
| java.lang.String
| The user-settable name of the transit gateway attachment in HCP. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the transit gateway attachment is located. |
| timeouts
| DataHcpAwsTransitGatewayAttachmentTimeouts
| timeouts block. |
| waitForActiveState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -1048,7 +1048,7 @@ public java.lang.String getHvnId();
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id}
---
@@ -1062,7 +1062,7 @@ public java.lang.String getTransitGatewayAttachmentId();
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -1074,7 +1074,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1094,7 +1094,7 @@ The ID of the HCP project where the transit gateway attachment is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id}
---
@@ -1108,7 +1108,7 @@ public DataHcpAwsTransitGatewayAttachmentTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
---
@@ -1122,7 +1122,7 @@ public java.lang.Object getWaitForActiveState();
If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state}
---
@@ -1142,7 +1142,7 @@ DataHcpAwsTransitGatewayAttachmentTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. |
---
@@ -1154,7 +1154,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
---
diff --git a/docs/dataHcpAwsTransitGatewayAttachment.python.md b/docs/dataHcpAwsTransitGatewayAttachment.python.md
index 27acfbe07..049b86924 100644
--- a/docs/dataHcpAwsTransitGatewayAttachment.python.md
+++ b/docs/dataHcpAwsTransitGatewayAttachment.python.md
@@ -4,7 +4,7 @@
### DataHcpAwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -43,7 +43,7 @@ dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachment(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_id
| str
| The ID of the HashiCorp Virtual Network (HVN). |
| transit_gateway_attachment_id
| str
| The user-settable name of the transit gateway attachment in HCP. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. |
| project_id
| str
| The ID of the HCP project where the transit gateway attachment is located. |
| timeouts
| DataHcpAwsTransitGatewayAttachmentTimeouts
| timeouts block. |
| wait_for_active_state
| typing.Union[bool, cdktf.IResolvable]
| If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -150,7 +150,7 @@ The ID of the HCP project where the transit gateway attachment is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state}
---
@@ -432,7 +432,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
---
@@ -574,7 +574,7 @@ The construct id used in the generated config for the DataHcpAwsTransitGatewayAt
The id of the existing DataHcpAwsTransitGatewayAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -993,7 +993,7 @@ dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_id
| str
| The ID of the HashiCorp Virtual Network (HVN). |
| transit_gateway_attachment_id
| str
| The user-settable name of the transit gateway attachment in HCP. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. |
| project_id
| str
| The ID of the HCP project where the transit gateway attachment is located. |
| timeouts
| DataHcpAwsTransitGatewayAttachmentTimeouts
| timeouts block. |
| wait_for_active_state
| typing.Union[bool, cdktf.IResolvable]
| If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -1080,7 +1080,7 @@ hvn_id: str
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id}
---
@@ -1094,7 +1094,7 @@ transit_gateway_attachment_id: str
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -1106,7 +1106,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1126,7 +1126,7 @@ The ID of the HCP project where the transit gateway attachment is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id}
---
@@ -1140,7 +1140,7 @@ timeouts: DataHcpAwsTransitGatewayAttachmentTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
---
@@ -1154,7 +1154,7 @@ wait_for_active_state: typing.Union[bool, IResolvable]
If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state}
---
@@ -1174,7 +1174,7 @@ dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. |
---
@@ -1186,7 +1186,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
---
diff --git a/docs/dataHcpAwsTransitGatewayAttachment.typescript.md b/docs/dataHcpAwsTransitGatewayAttachment.typescript.md
index 963658fe9..f65741db2 100644
--- a/docs/dataHcpAwsTransitGatewayAttachment.typescript.md
+++ b/docs/dataHcpAwsTransitGatewayAttachment.typescript.md
@@ -4,7 +4,7 @@
### DataHcpAwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpAwsTransitGatewayAt
The id of the existing DataHcpAwsTransitGatewayAttachment that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use
---
@@ -811,7 +811,7 @@ const dataHcpAwsTransitGatewayAttachmentConfig: dataHcpAwsTransitGatewayAttachme
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| hvnId
| string
| The ID of the HashiCorp Virtual Network (HVN). |
| transitGatewayAttachmentId
| string
| The user-settable name of the transit gateway attachment in HCP. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. |
| projectId
| string
| The ID of the HCP project where the transit gateway attachment is located. |
| timeouts
| DataHcpAwsTransitGatewayAttachmentTimeouts
| timeouts block. |
| waitForActiveState
| boolean \| cdktf.IResolvable
| If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -898,7 +898,7 @@ public readonly hvnId: string;
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id}
---
@@ -912,7 +912,7 @@ public readonly transitGatewayAttachmentId: string;
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -924,7 +924,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -944,7 +944,7 @@ The ID of the HCP project where the transit gateway attachment is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id}
---
@@ -958,7 +958,7 @@ public readonly timeouts: DataHcpAwsTransitGatewayAttachmentTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
---
@@ -972,7 +972,7 @@ public readonly waitForActiveState: boolean | IResolvable;
If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state}
---
@@ -990,7 +990,7 @@ const dataHcpAwsTransitGatewayAttachmentTimeouts: dataHcpAwsTransitGatewayAttach
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. |
---
@@ -1002,7 +1002,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
---
diff --git a/docs/dataHcpAzurePeeringConnection.csharp.md b/docs/dataHcpAzurePeeringConnection.csharp.md
index 6f3cf9e72..8d1c40786 100644
--- a/docs/dataHcpAzurePeeringConnection.csharp.md
+++ b/docs/dataHcpAzurePeeringConnection.csharp.md
@@ -4,7 +4,7 @@
### DataHcpAzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpAzurePeeringConnect
The id of the existing DataHcpAzurePeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -883,7 +883,7 @@ new DataHcpAzurePeeringConnectionConfig {
| Provisioners
| object[]
| *No description.* |
| HvnLink
| string
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| PeeringId
| string
| The ID of the peering connection. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. |
| Timeouts
| DataHcpAzurePeeringConnectionTimeouts
| timeouts block. |
| WaitForActiveState
| object
| If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -969,7 +969,7 @@ public string HvnLink { get; set; }
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link}
---
@@ -983,7 +983,7 @@ public string PeeringId { get; set; }
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id}
---
@@ -995,7 +995,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1012,7 +1012,7 @@ public DataHcpAzurePeeringConnectionTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
---
@@ -1026,7 +1026,7 @@ public object WaitForActiveState { get; set; }
If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state}
---
@@ -1046,7 +1046,7 @@ new DataHcpAzurePeeringConnectionTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Read
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. |
---
@@ -1058,7 +1058,7 @@ public string Read { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
---
diff --git a/docs/dataHcpAzurePeeringConnection.go.md b/docs/dataHcpAzurePeeringConnection.go.md
index 339445383..88eec1dde 100644
--- a/docs/dataHcpAzurePeeringConnection.go.md
+++ b/docs/dataHcpAzurePeeringConnection.go.md
@@ -4,7 +4,7 @@
### DataHcpAzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpAzurePeeringConnect
The id of the existing DataHcpAzurePeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -883,7 +883,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpazurepeeringconnect
| Provisioners
| *[]interface{}
| *No description.* |
| HvnLink
| *string
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| PeeringId
| *string
| The ID of the peering connection. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. |
| Timeouts
| DataHcpAzurePeeringConnectionTimeouts
| timeouts block. |
| WaitForActiveState
| interface{}
| If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -969,7 +969,7 @@ HvnLink *string
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link}
---
@@ -983,7 +983,7 @@ PeeringId *string
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id}
---
@@ -995,7 +995,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1012,7 +1012,7 @@ Timeouts DataHcpAzurePeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
---
@@ -1026,7 +1026,7 @@ WaitForActiveState interface{}
If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state}
---
@@ -1046,7 +1046,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpazurepeeringconnect
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Read
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. |
---
@@ -1058,7 +1058,7 @@ Read *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
---
diff --git a/docs/dataHcpAzurePeeringConnection.java.md b/docs/dataHcpAzurePeeringConnection.java.md
index cb0c7721b..7c3bfdaf4 100644
--- a/docs/dataHcpAzurePeeringConnection.java.md
+++ b/docs/dataHcpAzurePeeringConnection.java.md
@@ -4,7 +4,7 @@
### DataHcpAzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -45,7 +45,7 @@ DataHcpAzurePeeringConnection.Builder.create(Construct scope, java.lang.String i
| provisioners
| java.util.List
| *No description.* |
| hvnLink
| java.lang.String
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| peeringId
| java.lang.String
| The ID of the peering connection. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. |
| timeouts
| DataHcpAzurePeeringConnectionTimeouts
| timeouts block. |
| waitForActiveState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link}
---
@@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -148,7 +148,7 @@ If you experience problems setting this value it might not be settable. Please t
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state}
---
@@ -515,7 +515,7 @@ The construct id used in the generated config for the DataHcpAzurePeeringConnect
The id of the existing DataHcpAzurePeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -1004,7 +1004,7 @@ DataHcpAzurePeeringConnectionConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| hvnLink
| java.lang.String
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| peeringId
| java.lang.String
| The ID of the peering connection. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. |
| timeouts
| DataHcpAzurePeeringConnectionTimeouts
| timeouts block. |
| waitForActiveState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -1090,7 +1090,7 @@ public java.lang.String getHvnLink();
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link}
---
@@ -1104,7 +1104,7 @@ public java.lang.String getPeeringId();
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id}
---
@@ -1116,7 +1116,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1133,7 +1133,7 @@ public DataHcpAzurePeeringConnectionTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
---
@@ -1147,7 +1147,7 @@ public java.lang.Object getWaitForActiveState();
If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state}
---
@@ -1167,7 +1167,7 @@ DataHcpAzurePeeringConnectionTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| read
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. |
---
@@ -1179,7 +1179,7 @@ public java.lang.String getRead();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
---
diff --git a/docs/dataHcpAzurePeeringConnection.python.md b/docs/dataHcpAzurePeeringConnection.python.md
index b33fbb1d7..e859bc8a0 100644
--- a/docs/dataHcpAzurePeeringConnection.python.md
+++ b/docs/dataHcpAzurePeeringConnection.python.md
@@ -4,7 +4,7 @@
### DataHcpAzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -42,7 +42,7 @@ dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnection(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_link
| str
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| peering_id
| str
| The ID of the peering connection. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. |
| timeouts
| DataHcpAzurePeeringConnectionTimeouts
| timeouts block. |
| wait_for_active_state
| typing.Union[bool, cdktf.IResolvable]
| If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
---
@@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state}
---
@@ -416,7 +416,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
---
@@ -552,7 +552,7 @@ The construct id used in the generated config for the DataHcpAzurePeeringConnect
The id of the existing DataHcpAzurePeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -1036,7 +1036,7 @@ dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_link
| str
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| peering_id
| str
| The ID of the peering connection. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. |
| timeouts
| DataHcpAzurePeeringConnectionTimeouts
| timeouts block. |
| wait_for_active_state
| typing.Union[bool, cdktf.IResolvable]
| If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -1122,7 +1122,7 @@ hvn_link: str
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link}
---
@@ -1136,7 +1136,7 @@ peering_id: str
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id}
---
@@ -1148,7 +1148,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1165,7 +1165,7 @@ timeouts: DataHcpAzurePeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
---
@@ -1179,7 +1179,7 @@ wait_for_active_state: typing.Union[bool, IResolvable]
If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state}
---
@@ -1199,7 +1199,7 @@ dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| read
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. |
---
@@ -1211,7 +1211,7 @@ read: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
---
diff --git a/docs/dataHcpAzurePeeringConnection.typescript.md b/docs/dataHcpAzurePeeringConnection.typescript.md
index d10b4f62c..0f83390eb 100644
--- a/docs/dataHcpAzurePeeringConnection.typescript.md
+++ b/docs/dataHcpAzurePeeringConnection.typescript.md
@@ -4,7 +4,7 @@
### DataHcpAzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpAzurePeeringConnect
The id of the existing DataHcpAzurePeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -870,7 +870,7 @@ const dataHcpAzurePeeringConnectionConfig: dataHcpAzurePeeringConnection.DataHcp
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| hvnLink
| string
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| peeringId
| string
| The ID of the peering connection. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. |
| timeouts
| DataHcpAzurePeeringConnectionTimeouts
| timeouts block. |
| waitForActiveState
| boolean \| cdktf.IResolvable
| If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -956,7 +956,7 @@ public readonly hvnLink: string;
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link}
---
@@ -970,7 +970,7 @@ public readonly peeringId: string;
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id}
---
@@ -982,7 +982,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -999,7 +999,7 @@ public readonly timeouts: DataHcpAzurePeeringConnectionTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
---
@@ -1013,7 +1013,7 @@ public readonly waitForActiveState: boolean | IResolvable;
If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state}
---
@@ -1031,7 +1031,7 @@ const dataHcpAzurePeeringConnectionTimeouts: dataHcpAzurePeeringConnection.DataH
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| read
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. |
---
@@ -1043,7 +1043,7 @@ public readonly read: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
---
diff --git a/docs/dataHcpBoundaryCluster.csharp.md b/docs/dataHcpBoundaryCluster.csharp.md
index fc67a6168..52c4d9afc 100644
--- a/docs/dataHcpBoundaryCluster.csharp.md
+++ b/docs/dataHcpBoundaryCluster.csharp.md
@@ -4,7 +4,7 @@
### DataHcpBoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpBoundaryCluster to
The id of the existing DataHcpBoundaryCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -749,7 +749,7 @@ new DataHcpBoundaryClusterConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| ClusterId
| string
| The ID of the Boundary cluster. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
| ProjectId
| string
| The ID of the HCP project where the Boundary cluster is located. |
| Timeouts
| DataHcpBoundaryClusterTimeouts
| timeouts block. |
@@ -835,7 +835,7 @@ public string ClusterId { get; set; }
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
---
@@ -847,7 +847,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -868,7 +868,7 @@ If not specified, the project configured in the HCP provider config block will b
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
---
@@ -882,7 +882,7 @@ public DataHcpBoundaryClusterTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
---
@@ -915,7 +915,7 @@ new DataHcpBoundaryClusterTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
---
@@ -927,7 +927,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
---
diff --git a/docs/dataHcpBoundaryCluster.go.md b/docs/dataHcpBoundaryCluster.go.md
index 63ba2b897..dd7a71c19 100644
--- a/docs/dataHcpBoundaryCluster.go.md
+++ b/docs/dataHcpBoundaryCluster.go.md
@@ -4,7 +4,7 @@
### DataHcpBoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpBoundaryCluster to
The id of the existing DataHcpBoundaryCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -749,7 +749,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster"
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| ClusterId
| *string
| The ID of the Boundary cluster. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
| ProjectId
| *string
| The ID of the HCP project where the Boundary cluster is located. |
| Timeouts
| DataHcpBoundaryClusterTimeouts
| timeouts block. |
@@ -835,7 +835,7 @@ ClusterId *string
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
---
@@ -847,7 +847,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -868,7 +868,7 @@ If not specified, the project configured in the HCP provider config block will b
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
---
@@ -882,7 +882,7 @@ Timeouts DataHcpBoundaryClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
---
@@ -915,7 +915,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpboundarycluster"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
---
@@ -927,7 +927,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
---
diff --git a/docs/dataHcpBoundaryCluster.java.md b/docs/dataHcpBoundaryCluster.java.md
index 8be256570..04e7f63ab 100644
--- a/docs/dataHcpBoundaryCluster.java.md
+++ b/docs/dataHcpBoundaryCluster.java.md
@@ -4,7 +4,7 @@
### DataHcpBoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -42,7 +42,7 @@ DataHcpBoundaryCluster.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the Boundary cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the Boundary cluster is located. |
| timeouts
| DataHcpBoundaryClusterTimeouts
| timeouts block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -139,7 +139,7 @@ If not specified, the project configured in the HCP provider config block will b
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
---
@@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
---
@@ -506,7 +506,7 @@ The construct id used in the generated config for the DataHcpBoundaryCluster to
The id of the existing DataHcpBoundaryCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -860,7 +860,7 @@ DataHcpBoundaryClusterConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the Boundary cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the Boundary cluster is located. |
| timeouts
| DataHcpBoundaryClusterTimeouts
| timeouts block. |
@@ -946,7 +946,7 @@ public java.lang.String getClusterId();
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
---
@@ -958,7 +958,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -979,7 +979,7 @@ If not specified, the project configured in the HCP provider config block will b
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
---
@@ -993,7 +993,7 @@ public DataHcpBoundaryClusterTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
---
@@ -1025,7 +1025,7 @@ DataHcpBoundaryClusterTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
---
@@ -1037,7 +1037,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
---
diff --git a/docs/dataHcpBoundaryCluster.python.md b/docs/dataHcpBoundaryCluster.python.md
index 0b4add462..109e10768 100644
--- a/docs/dataHcpBoundaryCluster.python.md
+++ b/docs/dataHcpBoundaryCluster.python.md
@@ -4,7 +4,7 @@
### DataHcpBoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -40,7 +40,7 @@ dataHcpBoundaryCluster.DataHcpBoundaryCluster(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the Boundary cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
| project_id
| str
| The ID of the HCP project where the Boundary cluster is located. |
| timeouts
| DataHcpBoundaryClusterTimeouts
| timeouts block. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -137,7 +137,7 @@ If not specified, the project configured in the HCP provider config block will b
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
---
@@ -408,7 +408,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
---
@@ -544,7 +544,7 @@ The construct id used in the generated config for the DataHcpBoundaryCluster to
The id of the existing DataHcpBoundaryCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -894,7 +894,7 @@ dataHcpBoundaryCluster.DataHcpBoundaryClusterConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the Boundary cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
| project_id
| str
| The ID of the HCP project where the Boundary cluster is located. |
| timeouts
| DataHcpBoundaryClusterTimeouts
| timeouts block. |
@@ -980,7 +980,7 @@ cluster_id: str
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
---
@@ -992,7 +992,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1013,7 +1013,7 @@ If not specified, the project configured in the HCP provider config block will b
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
---
@@ -1027,7 +1027,7 @@ timeouts: DataHcpBoundaryClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
---
@@ -1058,7 +1058,7 @@ dataHcpBoundaryCluster.DataHcpBoundaryClusterTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
---
@@ -1070,7 +1070,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
---
diff --git a/docs/dataHcpBoundaryCluster.typescript.md b/docs/dataHcpBoundaryCluster.typescript.md
index 36cea3f2d..34b291a2a 100644
--- a/docs/dataHcpBoundaryCluster.typescript.md
+++ b/docs/dataHcpBoundaryCluster.typescript.md
@@ -4,7 +4,7 @@
### DataHcpBoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpBoundaryCluster to
The id of the existing DataHcpBoundaryCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -737,7 +737,7 @@ const dataHcpBoundaryClusterConfig: dataHcpBoundaryCluster.DataHcpBoundaryCluste
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| clusterId
| string
| The ID of the Boundary cluster. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
| projectId
| string
| The ID of the HCP project where the Boundary cluster is located. |
| timeouts
| DataHcpBoundaryClusterTimeouts
| timeouts block. |
@@ -823,7 +823,7 @@ public readonly clusterId: string;
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
---
@@ -835,7 +835,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -856,7 +856,7 @@ If not specified, the project configured in the HCP provider config block will b
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
---
@@ -870,7 +870,7 @@ public readonly timeouts: DataHcpBoundaryClusterTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
---
@@ -899,7 +899,7 @@ const dataHcpBoundaryClusterTimeouts: dataHcpBoundaryCluster.DataHcpBoundaryClus
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
---
@@ -911,7 +911,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
---
diff --git a/docs/dataHcpConsulAgentHelmConfig.csharp.md b/docs/dataHcpConsulAgentHelmConfig.csharp.md
index 802951f74..8dd73aa02 100644
--- a/docs/dataHcpConsulAgentHelmConfig.csharp.md
+++ b/docs/dataHcpConsulAgentHelmConfig.csharp.md
@@ -4,7 +4,7 @@
### DataHcpConsulAgentHelmConfig
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpConsulAgentHelmConf
The id of the existing DataHcpConsulAgentHelmConfig that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use
---
@@ -760,7 +760,7 @@ new DataHcpConsulAgentHelmConfigConfig {
| ClusterId
| string
| The ID of the HCP Consul cluster. |
| KubernetesEndpoint
| string
| The FQDN for the Kubernetes API. |
| ExposeGossipPorts
| object
| Denotes that the gossip ports should be exposed. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. |
| ProjectId
| string
| The ID of the HCP project where the HCP Consul cluster is located. |
| Timeouts
| DataHcpConsulAgentHelmConfigTimeouts
| timeouts block. |
@@ -846,7 +846,7 @@ public string ClusterId { get; set; }
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id}
---
@@ -860,7 +860,7 @@ public string KubernetesEndpoint { get; set; }
The FQDN for the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
---
@@ -874,7 +874,7 @@ public object ExposeGossipPorts { get; set; }
Denotes that the gossip ports should be exposed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports}
---
@@ -886,7 +886,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -906,7 +906,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id}
---
@@ -920,7 +920,7 @@ public DataHcpConsulAgentHelmConfigTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
---
@@ -940,7 +940,7 @@ new DataHcpConsulAgentHelmConfigTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. |
---
@@ -952,7 +952,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
---
diff --git a/docs/dataHcpConsulAgentHelmConfig.go.md b/docs/dataHcpConsulAgentHelmConfig.go.md
index 0d72633bd..27c1fa453 100644
--- a/docs/dataHcpConsulAgentHelmConfig.go.md
+++ b/docs/dataHcpConsulAgentHelmConfig.go.md
@@ -4,7 +4,7 @@
### DataHcpConsulAgentHelmConfig
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpConsulAgentHelmConf
The id of the existing DataHcpConsulAgentHelmConfig that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use
---
@@ -760,7 +760,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagenthelmconf
| ClusterId
| *string
| The ID of the HCP Consul cluster. |
| KubernetesEndpoint
| *string
| The FQDN for the Kubernetes API. |
| ExposeGossipPorts
| interface{}
| Denotes that the gossip ports should be exposed. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HCP Consul cluster is located. |
| Timeouts
| DataHcpConsulAgentHelmConfigTimeouts
| timeouts block. |
@@ -846,7 +846,7 @@ ClusterId *string
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id}
---
@@ -860,7 +860,7 @@ KubernetesEndpoint *string
The FQDN for the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
---
@@ -874,7 +874,7 @@ ExposeGossipPorts interface{}
Denotes that the gossip ports should be exposed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports}
---
@@ -886,7 +886,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -906,7 +906,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id}
---
@@ -920,7 +920,7 @@ Timeouts DataHcpConsulAgentHelmConfigTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
---
@@ -940,7 +940,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagenthelmconf
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. |
---
@@ -952,7 +952,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
---
diff --git a/docs/dataHcpConsulAgentHelmConfig.java.md b/docs/dataHcpConsulAgentHelmConfig.java.md
index 47278a112..71d43eecc 100644
--- a/docs/dataHcpConsulAgentHelmConfig.java.md
+++ b/docs/dataHcpConsulAgentHelmConfig.java.md
@@ -4,7 +4,7 @@
### DataHcpConsulAgentHelmConfig
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
#### Initializers
@@ -47,7 +47,7 @@ DataHcpConsulAgentHelmConfig.Builder.create(Construct scope, java.lang.String id
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
| kubernetesEndpoint
| java.lang.String
| The FQDN for the Kubernetes API. |
| exposeGossipPorts
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Denotes that the gossip ports should be exposed. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulAgentHelmConfigTimeouts
| timeouts block. |
@@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id}
---
@@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The FQDN for the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes that the gossip ports should be exposed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports}
---
@@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -163,7 +163,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id}
---
@@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
---
@@ -537,7 +537,7 @@ The construct id used in the generated config for the DataHcpConsulAgentHelmConf
The id of the existing DataHcpConsulAgentHelmConfig that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use
---
@@ -896,7 +896,7 @@ DataHcpConsulAgentHelmConfigConfig.builder()
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
| kubernetesEndpoint
| java.lang.String
| The FQDN for the Kubernetes API. |
| exposeGossipPorts
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Denotes that the gossip ports should be exposed. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulAgentHelmConfigTimeouts
| timeouts block. |
@@ -982,7 +982,7 @@ public java.lang.String getClusterId();
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id}
---
@@ -996,7 +996,7 @@ public java.lang.String getKubernetesEndpoint();
The FQDN for the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
---
@@ -1010,7 +1010,7 @@ public java.lang.Object getExposeGossipPorts();
Denotes that the gossip ports should be exposed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports}
---
@@ -1022,7 +1022,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1042,7 +1042,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id}
---
@@ -1056,7 +1056,7 @@ public DataHcpConsulAgentHelmConfigTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
---
@@ -1076,7 +1076,7 @@ DataHcpConsulAgentHelmConfigTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. |
---
@@ -1088,7 +1088,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
---
diff --git a/docs/dataHcpConsulAgentHelmConfig.python.md b/docs/dataHcpConsulAgentHelmConfig.python.md
index 5079b61a2..1e073def6 100644
--- a/docs/dataHcpConsulAgentHelmConfig.python.md
+++ b/docs/dataHcpConsulAgentHelmConfig.python.md
@@ -4,7 +4,7 @@
### DataHcpConsulAgentHelmConfig
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
#### Initializers
@@ -44,7 +44,7 @@ dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfig(
| cluster_id
| str
| The ID of the HCP Consul cluster. |
| kubernetes_endpoint
| str
| The FQDN for the Kubernetes API. |
| expose_gossip_ports
| typing.Union[bool, cdktf.IResolvable]
| Denotes that the gossip ports should be exposed. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulAgentHelmConfigTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The FQDN for the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes that the gossip ports should be exposed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -160,7 +160,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
---
@@ -432,7 +432,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
---
@@ -574,7 +574,7 @@ The construct id used in the generated config for the DataHcpConsulAgentHelmConf
The id of the existing DataHcpConsulAgentHelmConfig that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use
---
@@ -928,7 +928,7 @@ dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigConfig(
| cluster_id
| str
| The ID of the HCP Consul cluster. |
| kubernetes_endpoint
| str
| The FQDN for the Kubernetes API. |
| expose_gossip_ports
| typing.Union[bool, cdktf.IResolvable]
| Denotes that the gossip ports should be exposed. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulAgentHelmConfigTimeouts
| timeouts block. |
@@ -1014,7 +1014,7 @@ cluster_id: str
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id}
---
@@ -1028,7 +1028,7 @@ kubernetes_endpoint: str
The FQDN for the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
---
@@ -1042,7 +1042,7 @@ expose_gossip_ports: typing.Union[bool, IResolvable]
Denotes that the gossip ports should be exposed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports}
---
@@ -1054,7 +1054,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1074,7 +1074,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id}
---
@@ -1088,7 +1088,7 @@ timeouts: DataHcpConsulAgentHelmConfigTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
---
@@ -1108,7 +1108,7 @@ dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. |
---
@@ -1120,7 +1120,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
---
diff --git a/docs/dataHcpConsulAgentHelmConfig.typescript.md b/docs/dataHcpConsulAgentHelmConfig.typescript.md
index 3c6f5c516..495ce8e6b 100644
--- a/docs/dataHcpConsulAgentHelmConfig.typescript.md
+++ b/docs/dataHcpConsulAgentHelmConfig.typescript.md
@@ -4,7 +4,7 @@
### DataHcpConsulAgentHelmConfig
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpConsulAgentHelmConf
The id of the existing DataHcpConsulAgentHelmConfig that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use
---
@@ -746,7 +746,7 @@ const dataHcpConsulAgentHelmConfigConfig: dataHcpConsulAgentHelmConfig.DataHcpCo
| clusterId
| string
| The ID of the HCP Consul cluster. |
| kubernetesEndpoint
| string
| The FQDN for the Kubernetes API. |
| exposeGossipPorts
| boolean \| cdktf.IResolvable
| Denotes that the gossip ports should be exposed. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. |
| projectId
| string
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulAgentHelmConfigTimeouts
| timeouts block. |
@@ -832,7 +832,7 @@ public readonly clusterId: string;
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id}
---
@@ -846,7 +846,7 @@ public readonly kubernetesEndpoint: string;
The FQDN for the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
---
@@ -860,7 +860,7 @@ public readonly exposeGossipPorts: boolean | IResolvable;
Denotes that the gossip ports should be exposed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports}
---
@@ -872,7 +872,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -892,7 +892,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id}
---
@@ -906,7 +906,7 @@ public readonly timeouts: DataHcpConsulAgentHelmConfigTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
---
@@ -924,7 +924,7 @@ const dataHcpConsulAgentHelmConfigTimeouts: dataHcpConsulAgentHelmConfig.DataHcp
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. |
---
@@ -936,7 +936,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
---
diff --git a/docs/dataHcpConsulAgentKubernetesSecret.csharp.md b/docs/dataHcpConsulAgentKubernetesSecret.csharp.md
index b68211c2d..38067e79c 100644
--- a/docs/dataHcpConsulAgentKubernetesSecret.csharp.md
+++ b/docs/dataHcpConsulAgentKubernetesSecret.csharp.md
@@ -4,7 +4,7 @@
### DataHcpConsulAgentKubernetesSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpConsulAgentKubernet
The id of the existing DataHcpConsulAgentKubernetesSecret that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use
---
@@ -705,7 +705,7 @@ new DataHcpConsulAgentKubernetesSecretConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| ClusterId
| string
| The ID of the HCP Consul cluster. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. |
| ProjectId
| string
| The ID of the HCP project where the HCP Consul cluster is located. |
| Timeouts
| DataHcpConsulAgentKubernetesSecretTimeouts
| timeouts block. |
@@ -791,7 +791,7 @@ public string ClusterId { get; set; }
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id}
---
@@ -803,7 +803,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -823,7 +823,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id}
---
@@ -837,7 +837,7 @@ public DataHcpConsulAgentKubernetesSecretTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
---
@@ -857,7 +857,7 @@ new DataHcpConsulAgentKubernetesSecretTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. |
---
@@ -869,7 +869,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
---
diff --git a/docs/dataHcpConsulAgentKubernetesSecret.go.md b/docs/dataHcpConsulAgentKubernetesSecret.go.md
index cc272a8b6..d021ac032 100644
--- a/docs/dataHcpConsulAgentKubernetesSecret.go.md
+++ b/docs/dataHcpConsulAgentKubernetesSecret.go.md
@@ -4,7 +4,7 @@
### DataHcpConsulAgentKubernetesSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpConsulAgentKubernet
The id of the existing DataHcpConsulAgentKubernetesSecret that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use
---
@@ -705,7 +705,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagentkubernet
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| ClusterId
| *string
| The ID of the HCP Consul cluster. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HCP Consul cluster is located. |
| Timeouts
| DataHcpConsulAgentKubernetesSecretTimeouts
| timeouts block. |
@@ -791,7 +791,7 @@ ClusterId *string
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id}
---
@@ -803,7 +803,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -823,7 +823,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id}
---
@@ -837,7 +837,7 @@ Timeouts DataHcpConsulAgentKubernetesSecretTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
---
@@ -857,7 +857,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulagentkubernet
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. |
---
@@ -869,7 +869,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
---
diff --git a/docs/dataHcpConsulAgentKubernetesSecret.java.md b/docs/dataHcpConsulAgentKubernetesSecret.java.md
index 6664e9bce..a406315f6 100644
--- a/docs/dataHcpConsulAgentKubernetesSecret.java.md
+++ b/docs/dataHcpConsulAgentKubernetesSecret.java.md
@@ -4,7 +4,7 @@
### DataHcpConsulAgentKubernetesSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
#### Initializers
@@ -42,7 +42,7 @@ DataHcpConsulAgentKubernetesSecret.Builder.create(Construct scope, java.lang.Str
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulAgentKubernetesSecretTimeouts
| timeouts block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -138,7 +138,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
---
@@ -505,7 +505,7 @@ The construct id used in the generated config for the DataHcpConsulAgentKubernet
The id of the existing DataHcpConsulAgentKubernetesSecret that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use
---
@@ -815,7 +815,7 @@ DataHcpConsulAgentKubernetesSecretConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulAgentKubernetesSecretTimeouts
| timeouts block. |
@@ -901,7 +901,7 @@ public java.lang.String getClusterId();
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id}
---
@@ -913,7 +913,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -933,7 +933,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id}
---
@@ -947,7 +947,7 @@ public DataHcpConsulAgentKubernetesSecretTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
---
@@ -967,7 +967,7 @@ DataHcpConsulAgentKubernetesSecretTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. |
---
@@ -979,7 +979,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
---
diff --git a/docs/dataHcpConsulAgentKubernetesSecret.python.md b/docs/dataHcpConsulAgentKubernetesSecret.python.md
index af0ecacf0..2312921dd 100644
--- a/docs/dataHcpConsulAgentKubernetesSecret.python.md
+++ b/docs/dataHcpConsulAgentKubernetesSecret.python.md
@@ -4,7 +4,7 @@
### DataHcpConsulAgentKubernetesSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
#### Initializers
@@ -40,7 +40,7 @@ dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecret(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Consul cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulAgentKubernetesSecretTimeouts
| timeouts block. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -136,7 +136,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
---
@@ -407,7 +407,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
---
@@ -543,7 +543,7 @@ The construct id used in the generated config for the DataHcpConsulAgentKubernet
The id of the existing DataHcpConsulAgentKubernetesSecret that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use
---
@@ -849,7 +849,7 @@ dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Consul cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulAgentKubernetesSecretTimeouts
| timeouts block. |
@@ -935,7 +935,7 @@ cluster_id: str
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id}
---
@@ -947,7 +947,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -967,7 +967,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id}
---
@@ -981,7 +981,7 @@ timeouts: DataHcpConsulAgentKubernetesSecretTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
---
@@ -1001,7 +1001,7 @@ dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. |
---
@@ -1013,7 +1013,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
---
diff --git a/docs/dataHcpConsulAgentKubernetesSecret.typescript.md b/docs/dataHcpConsulAgentKubernetesSecret.typescript.md
index 1b99c0af5..260c2c239 100644
--- a/docs/dataHcpConsulAgentKubernetesSecret.typescript.md
+++ b/docs/dataHcpConsulAgentKubernetesSecret.typescript.md
@@ -4,7 +4,7 @@
### DataHcpConsulAgentKubernetesSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpConsulAgentKubernet
The id of the existing DataHcpConsulAgentKubernetesSecret that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use
---
@@ -693,7 +693,7 @@ const dataHcpConsulAgentKubernetesSecretConfig: dataHcpConsulAgentKubernetesSecr
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| clusterId
| string
| The ID of the HCP Consul cluster. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. |
| projectId
| string
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulAgentKubernetesSecretTimeouts
| timeouts block. |
@@ -779,7 +779,7 @@ public readonly clusterId: string;
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id}
---
@@ -791,7 +791,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -811,7 +811,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id}
---
@@ -825,7 +825,7 @@ public readonly timeouts: DataHcpConsulAgentKubernetesSecretTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
---
@@ -843,7 +843,7 @@ const dataHcpConsulAgentKubernetesSecretTimeouts: dataHcpConsulAgentKubernetesSe
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. |
---
@@ -855,7 +855,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
---
diff --git a/docs/dataHcpConsulCluster.csharp.md b/docs/dataHcpConsulCluster.csharp.md
index c4a1a6bb3..d4f9627c5 100644
--- a/docs/dataHcpConsulCluster.csharp.md
+++ b/docs/dataHcpConsulCluster.csharp.md
@@ -4,7 +4,7 @@
### DataHcpConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpConsulCluster to im
The id of the existing DataHcpConsulCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -947,7 +947,7 @@ new DataHcpConsulClusterConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| ClusterId
| string
| The ID of the HCP Consul cluster. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
| ProjectId
| string
| The ID of the HCP project where the HCP Consul cluster is located. |
| Timeouts
| DataHcpConsulClusterTimeouts
| timeouts block. |
@@ -1033,7 +1033,7 @@ public string ClusterId { get; set; }
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
---
@@ -1045,7 +1045,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1065,7 +1065,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
---
@@ -1079,7 +1079,7 @@ public DataHcpConsulClusterTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
---
@@ -1112,7 +1112,7 @@ new DataHcpConsulClusterTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
---
@@ -1124,7 +1124,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
---
diff --git a/docs/dataHcpConsulCluster.go.md b/docs/dataHcpConsulCluster.go.md
index 31d3c7936..ecfe93538 100644
--- a/docs/dataHcpConsulCluster.go.md
+++ b/docs/dataHcpConsulCluster.go.md
@@ -4,7 +4,7 @@
### DataHcpConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpConsulCluster to im
The id of the existing DataHcpConsulCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -947,7 +947,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster"
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| ClusterId
| *string
| The ID of the HCP Consul cluster. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HCP Consul cluster is located. |
| Timeouts
| DataHcpConsulClusterTimeouts
| timeouts block. |
@@ -1033,7 +1033,7 @@ ClusterId *string
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
---
@@ -1045,7 +1045,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1065,7 +1065,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
---
@@ -1079,7 +1079,7 @@ Timeouts DataHcpConsulClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
---
@@ -1112,7 +1112,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulcluster"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
---
@@ -1124,7 +1124,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
---
diff --git a/docs/dataHcpConsulCluster.java.md b/docs/dataHcpConsulCluster.java.md
index cb5099bbd..ef64a8c9e 100644
--- a/docs/dataHcpConsulCluster.java.md
+++ b/docs/dataHcpConsulCluster.java.md
@@ -4,7 +4,7 @@
### DataHcpConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -42,7 +42,7 @@ DataHcpConsulCluster.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulClusterTimeouts
| timeouts block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -138,7 +138,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
---
@@ -505,7 +505,7 @@ The construct id used in the generated config for the DataHcpConsulCluster to im
The id of the existing DataHcpConsulCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1057,7 +1057,7 @@ DataHcpConsulClusterConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulClusterTimeouts
| timeouts block. |
@@ -1143,7 +1143,7 @@ public java.lang.String getClusterId();
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
---
@@ -1155,7 +1155,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1175,7 +1175,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
---
@@ -1189,7 +1189,7 @@ public DataHcpConsulClusterTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
---
@@ -1221,7 +1221,7 @@ DataHcpConsulClusterTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
---
@@ -1233,7 +1233,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
---
diff --git a/docs/dataHcpConsulCluster.python.md b/docs/dataHcpConsulCluster.python.md
index c4e708dd0..8208d0b7f 100644
--- a/docs/dataHcpConsulCluster.python.md
+++ b/docs/dataHcpConsulCluster.python.md
@@ -4,7 +4,7 @@
### DataHcpConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -40,7 +40,7 @@ dataHcpConsulCluster.DataHcpConsulCluster(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Consul cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulClusterTimeouts
| timeouts block. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -136,7 +136,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
---
@@ -407,7 +407,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
---
@@ -543,7 +543,7 @@ The construct id used in the generated config for the DataHcpConsulCluster to im
The id of the existing DataHcpConsulCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1091,7 +1091,7 @@ dataHcpConsulCluster.DataHcpConsulClusterConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Consul cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulClusterTimeouts
| timeouts block. |
@@ -1177,7 +1177,7 @@ cluster_id: str
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
---
@@ -1189,7 +1189,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1209,7 +1209,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
---
@@ -1223,7 +1223,7 @@ timeouts: DataHcpConsulClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
---
@@ -1254,7 +1254,7 @@ dataHcpConsulCluster.DataHcpConsulClusterTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
---
@@ -1266,7 +1266,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
---
diff --git a/docs/dataHcpConsulCluster.typescript.md b/docs/dataHcpConsulCluster.typescript.md
index 36b8b842a..19fc37a72 100644
--- a/docs/dataHcpConsulCluster.typescript.md
+++ b/docs/dataHcpConsulCluster.typescript.md
@@ -4,7 +4,7 @@
### DataHcpConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpConsulCluster to im
The id of the existing DataHcpConsulCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -935,7 +935,7 @@ const dataHcpConsulClusterConfig: dataHcpConsulCluster.DataHcpConsulClusterConfi
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| clusterId
| string
| The ID of the HCP Consul cluster. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
| projectId
| string
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulClusterTimeouts
| timeouts block. |
@@ -1021,7 +1021,7 @@ public readonly clusterId: string;
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
---
@@ -1033,7 +1033,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1053,7 +1053,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
---
@@ -1067,7 +1067,7 @@ public readonly timeouts: DataHcpConsulClusterTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
---
@@ -1096,7 +1096,7 @@ const dataHcpConsulClusterTimeouts: dataHcpConsulCluster.DataHcpConsulClusterTim
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
---
@@ -1108,7 +1108,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
---
diff --git a/docs/dataHcpConsulVersions.csharp.md b/docs/dataHcpConsulVersions.csharp.md
index 1153d7f03..6a3c8eeab 100644
--- a/docs/dataHcpConsulVersions.csharp.md
+++ b/docs/dataHcpConsulVersions.csharp.md
@@ -4,7 +4,7 @@
### DataHcpConsulVersions
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions hcp_consul_versions}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions hcp_consul_versions}.
#### Initializers
@@ -392,7 +392,7 @@ The construct id used in the generated config for the DataHcpConsulVersions to i
The id of the existing DataHcpConsulVersions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use
---
@@ -673,7 +673,7 @@ new DataHcpConsulVersionsConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
| Timeouts
| DataHcpConsulVersionsTimeouts
| timeouts block. |
---
@@ -756,7 +756,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -773,7 +773,7 @@ public DataHcpConsulVersionsTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
---
@@ -793,7 +793,7 @@ new DataHcpConsulVersionsTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
---
@@ -805,7 +805,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
---
diff --git a/docs/dataHcpConsulVersions.go.md b/docs/dataHcpConsulVersions.go.md
index 7d00c1de1..1e4a64cb1 100644
--- a/docs/dataHcpConsulVersions.go.md
+++ b/docs/dataHcpConsulVersions.go.md
@@ -4,7 +4,7 @@
### DataHcpConsulVersions
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions hcp_consul_versions}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions hcp_consul_versions}.
#### Initializers
@@ -392,7 +392,7 @@ The construct id used in the generated config for the DataHcpConsulVersions to i
The id of the existing DataHcpConsulVersions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use
---
@@ -673,7 +673,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulversions"
| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
| Timeouts
| DataHcpConsulVersionsTimeouts
| timeouts block. |
---
@@ -756,7 +756,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -773,7 +773,7 @@ Timeouts DataHcpConsulVersionsTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
---
@@ -793,7 +793,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpconsulversions"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
---
@@ -805,7 +805,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
---
diff --git a/docs/dataHcpConsulVersions.java.md b/docs/dataHcpConsulVersions.java.md
index 9c32ee5fc..551f8e65b 100644
--- a/docs/dataHcpConsulVersions.java.md
+++ b/docs/dataHcpConsulVersions.java.md
@@ -4,7 +4,7 @@
### DataHcpConsulVersions
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions hcp_consul_versions}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions hcp_consul_versions}.
#### Initializers
@@ -39,7 +39,7 @@ DataHcpConsulVersions.Builder.create(Construct scope, java.lang.String id)
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
| timeouts
| DataHcpConsulVersionsTimeouts
| timeouts block. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
---
@@ -471,7 +471,7 @@ The construct id used in the generated config for the DataHcpConsulVersions to i
The id of the existing DataHcpConsulVersions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use
---
@@ -756,7 +756,7 @@ DataHcpConsulVersionsConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
| timeouts
| DataHcpConsulVersionsTimeouts
| timeouts block. |
---
@@ -839,7 +839,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -856,7 +856,7 @@ public DataHcpConsulVersionsTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
---
@@ -876,7 +876,7 @@ DataHcpConsulVersionsTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
---
@@ -888,7 +888,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
---
diff --git a/docs/dataHcpConsulVersions.python.md b/docs/dataHcpConsulVersions.python.md
index b4e9b851e..c86744b3a 100644
--- a/docs/dataHcpConsulVersions.python.md
+++ b/docs/dataHcpConsulVersions.python.md
@@ -4,7 +4,7 @@
### DataHcpConsulVersions
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions hcp_consul_versions}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions hcp_consul_versions}.
#### Initializers
@@ -37,7 +37,7 @@ dataHcpConsulVersions.DataHcpConsulVersions(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
| timeouts
| DataHcpConsulVersionsTimeouts
| timeouts block. |
---
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
---
@@ -379,7 +379,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
---
@@ -509,7 +509,7 @@ The construct id used in the generated config for the DataHcpConsulVersions to i
The id of the existing DataHcpConsulVersions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use
---
@@ -790,7 +790,7 @@ dataHcpConsulVersions.DataHcpConsulVersionsConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
| timeouts
| DataHcpConsulVersionsTimeouts
| timeouts block. |
---
@@ -873,7 +873,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -890,7 +890,7 @@ timeouts: DataHcpConsulVersionsTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
---
@@ -910,7 +910,7 @@ dataHcpConsulVersions.DataHcpConsulVersionsTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
---
@@ -922,7 +922,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
---
diff --git a/docs/dataHcpConsulVersions.typescript.md b/docs/dataHcpConsulVersions.typescript.md
index 345ab8868..0f22ab173 100644
--- a/docs/dataHcpConsulVersions.typescript.md
+++ b/docs/dataHcpConsulVersions.typescript.md
@@ -4,7 +4,7 @@
### DataHcpConsulVersions
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions hcp_consul_versions}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions hcp_consul_versions}.
#### Initializers
@@ -392,7 +392,7 @@ The construct id used in the generated config for the DataHcpConsulVersions to i
The id of the existing DataHcpConsulVersions that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use
---
@@ -663,7 +663,7 @@ const dataHcpConsulVersionsConfig: dataHcpConsulVersions.DataHcpConsulVersionsCo
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
| timeouts
| DataHcpConsulVersionsTimeouts
| timeouts block. |
---
@@ -746,7 +746,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -763,7 +763,7 @@ public readonly timeouts: DataHcpConsulVersionsTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
---
@@ -781,7 +781,7 @@ const dataHcpConsulVersionsTimeouts: dataHcpConsulVersions.DataHcpConsulVersions
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
---
@@ -793,7 +793,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
---
diff --git a/docs/dataHcpHvn.csharp.md b/docs/dataHcpHvn.csharp.md
index 319f1de1e..5a6f9c663 100644
--- a/docs/dataHcpHvn.csharp.md
+++ b/docs/dataHcpHvn.csharp.md
@@ -4,7 +4,7 @@
### DataHcpHvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn hcp_hvn}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpHvn to import.
The id of the existing DataHcpHvn that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use
---
@@ -782,7 +782,7 @@ new DataHcpHvnConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| HvnId
| string
| The ID of the HashiCorp Virtual Network (HVN). |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
| ProjectId
| string
| The ID of the HCP project where the HVN is located. |
| Timeouts
| DataHcpHvnTimeouts
| timeouts block. |
@@ -868,7 +868,7 @@ public string HvnId { get; set; }
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
---
@@ -880,7 +880,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#id DataHcpHvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#id DataHcpHvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -900,7 +900,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
---
@@ -914,7 +914,7 @@ public DataHcpHvnTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
---
@@ -934,7 +934,7 @@ new DataHcpHvnTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
---
@@ -946,7 +946,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#default DataHcpHvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#default DataHcpHvn#default}.
---
diff --git a/docs/dataHcpHvn.go.md b/docs/dataHcpHvn.go.md
index 04def50f9..2345e1a80 100644
--- a/docs/dataHcpHvn.go.md
+++ b/docs/dataHcpHvn.go.md
@@ -4,7 +4,7 @@
### DataHcpHvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn hcp_hvn}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpHvn to import.
The id of the existing DataHcpHvn that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use
---
@@ -782,7 +782,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvn"
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| HvnId
| *string
| The ID of the HashiCorp Virtual Network (HVN). |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HVN is located. |
| Timeouts
| DataHcpHvnTimeouts
| timeouts block. |
@@ -868,7 +868,7 @@ HvnId *string
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
---
@@ -880,7 +880,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#id DataHcpHvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#id DataHcpHvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -900,7 +900,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
---
@@ -914,7 +914,7 @@ Timeouts DataHcpHvnTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
---
@@ -934,7 +934,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvn"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
---
@@ -946,7 +946,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#default DataHcpHvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#default DataHcpHvn#default}.
---
diff --git a/docs/dataHcpHvn.java.md b/docs/dataHcpHvn.java.md
index be4162bcb..3a8ef9583 100644
--- a/docs/dataHcpHvn.java.md
+++ b/docs/dataHcpHvn.java.md
@@ -4,7 +4,7 @@
### DataHcpHvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn hcp_hvn}.
#### Initializers
@@ -42,7 +42,7 @@ DataHcpHvn.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| hvnId
| java.lang.String
| The ID of the HashiCorp Virtual Network (HVN). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN is located. |
| timeouts
| DataHcpHvnTimeouts
| timeouts block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#id DataHcpHvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#id DataHcpHvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -138,7 +138,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
---
@@ -505,7 +505,7 @@ The construct id used in the generated config for the DataHcpHvn to import.
The id of the existing DataHcpHvn that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use
---
@@ -892,7 +892,7 @@ DataHcpHvnConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| hvnId
| java.lang.String
| The ID of the HashiCorp Virtual Network (HVN). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN is located. |
| timeouts
| DataHcpHvnTimeouts
| timeouts block. |
@@ -978,7 +978,7 @@ public java.lang.String getHvnId();
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
---
@@ -990,7 +990,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#id DataHcpHvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#id DataHcpHvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1010,7 +1010,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
---
@@ -1024,7 +1024,7 @@ public DataHcpHvnTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
---
@@ -1044,7 +1044,7 @@ DataHcpHvnTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
---
@@ -1056,7 +1056,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#default DataHcpHvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#default DataHcpHvn#default}.
---
diff --git a/docs/dataHcpHvn.python.md b/docs/dataHcpHvn.python.md
index 2ce2b1fb9..36b17af14 100644
--- a/docs/dataHcpHvn.python.md
+++ b/docs/dataHcpHvn.python.md
@@ -4,7 +4,7 @@
### DataHcpHvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn hcp_hvn}.
#### Initializers
@@ -40,7 +40,7 @@ dataHcpHvn.DataHcpHvn(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_id
| str
| The ID of the HashiCorp Virtual Network (HVN). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
| project_id
| str
| The ID of the HCP project where the HVN is located. |
| timeouts
| DataHcpHvnTimeouts
| timeouts block. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#id DataHcpHvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#id DataHcpHvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -136,7 +136,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
---
@@ -407,7 +407,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#default DataHcpHvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#default DataHcpHvn#default}.
---
@@ -543,7 +543,7 @@ The construct id used in the generated config for the DataHcpHvn to import.
The id of the existing DataHcpHvn that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use
---
@@ -926,7 +926,7 @@ dataHcpHvn.DataHcpHvnConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_id
| str
| The ID of the HashiCorp Virtual Network (HVN). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
| project_id
| str
| The ID of the HCP project where the HVN is located. |
| timeouts
| DataHcpHvnTimeouts
| timeouts block. |
@@ -1012,7 +1012,7 @@ hvn_id: str
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
---
@@ -1024,7 +1024,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#id DataHcpHvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#id DataHcpHvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1044,7 +1044,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
---
@@ -1058,7 +1058,7 @@ timeouts: DataHcpHvnTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
---
@@ -1078,7 +1078,7 @@ dataHcpHvn.DataHcpHvnTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
---
@@ -1090,7 +1090,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#default DataHcpHvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#default DataHcpHvn#default}.
---
diff --git a/docs/dataHcpHvn.typescript.md b/docs/dataHcpHvn.typescript.md
index eda535716..cfdb192c0 100644
--- a/docs/dataHcpHvn.typescript.md
+++ b/docs/dataHcpHvn.typescript.md
@@ -4,7 +4,7 @@
### DataHcpHvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn hcp_hvn}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpHvn to import.
The id of the existing DataHcpHvn that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use
---
@@ -770,7 +770,7 @@ const dataHcpHvnConfig: dataHcpHvn.DataHcpHvnConfig = { ... }
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| hvnId
| string
| The ID of the HashiCorp Virtual Network (HVN). |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
| projectId
| string
| The ID of the HCP project where the HVN is located. |
| timeouts
| DataHcpHvnTimeouts
| timeouts block. |
@@ -856,7 +856,7 @@ public readonly hvnId: string;
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
---
@@ -868,7 +868,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#id DataHcpHvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#id DataHcpHvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -888,7 +888,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
---
@@ -902,7 +902,7 @@ public readonly timeouts: DataHcpHvnTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
---
@@ -920,7 +920,7 @@ const dataHcpHvnTimeouts: dataHcpHvn.DataHcpHvnTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
---
@@ -932,7 +932,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn#default DataHcpHvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#default DataHcpHvn#default}.
---
diff --git a/docs/dataHcpHvnPeeringConnection.csharp.md b/docs/dataHcpHvnPeeringConnection.csharp.md
index 47930ad0a..02397e6f4 100644
--- a/docs/dataHcpHvnPeeringConnection.csharp.md
+++ b/docs/dataHcpHvnPeeringConnection.csharp.md
@@ -4,7 +4,7 @@
### DataHcpHvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpHvnPeeringConnectio
The id of the existing DataHcpHvnPeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -804,7 +804,7 @@ new DataHcpHvnPeeringConnectionConfig {
| Hvn1
| string
| The unique URL of one of the HVNs being peered. |
| PeeringId
| string
| The ID of the peering connection. |
| Hvn2
| string
| The unique URL of one of the HVNs being peered. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. |
| ProjectId
| string
| The ID of the HCP project where the HVN peering connection is located. |
| Timeouts
| DataHcpHvnPeeringConnectionTimeouts
| timeouts block. |
@@ -890,7 +890,7 @@ public string Hvn1 { get; set; }
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1}
---
@@ -904,7 +904,7 @@ public string PeeringId { get; set; }
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id}
---
@@ -920,7 +920,7 @@ The unique URL of one of the HVNs being peered.
Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2}
---
@@ -932,7 +932,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -951,7 +951,7 @@ The ID of the HCP project where the HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id}
---
@@ -965,7 +965,7 @@ public DataHcpHvnPeeringConnectionTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
---
@@ -985,7 +985,7 @@ new DataHcpHvnPeeringConnectionTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. |
---
@@ -997,7 +997,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
---
diff --git a/docs/dataHcpHvnPeeringConnection.go.md b/docs/dataHcpHvnPeeringConnection.go.md
index 7ce2e31d9..11fcce8d7 100644
--- a/docs/dataHcpHvnPeeringConnection.go.md
+++ b/docs/dataHcpHvnPeeringConnection.go.md
@@ -4,7 +4,7 @@
### DataHcpHvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpHvnPeeringConnectio
The id of the existing DataHcpHvnPeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -804,7 +804,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnpeeringconnectio
| Hvn1
| *string
| The unique URL of one of the HVNs being peered. |
| PeeringId
| *string
| The ID of the peering connection. |
| Hvn2
| *string
| The unique URL of one of the HVNs being peered. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HVN peering connection is located. |
| Timeouts
| DataHcpHvnPeeringConnectionTimeouts
| timeouts block. |
@@ -890,7 +890,7 @@ Hvn1 *string
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1}
---
@@ -904,7 +904,7 @@ PeeringId *string
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id}
---
@@ -920,7 +920,7 @@ The unique URL of one of the HVNs being peered.
Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2}
---
@@ -932,7 +932,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -951,7 +951,7 @@ The ID of the HCP project where the HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id}
---
@@ -965,7 +965,7 @@ Timeouts DataHcpHvnPeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
---
@@ -985,7 +985,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnpeeringconnectio
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. |
---
@@ -997,7 +997,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
---
diff --git a/docs/dataHcpHvnPeeringConnection.java.md b/docs/dataHcpHvnPeeringConnection.java.md
index c3dd622c3..10398232d 100644
--- a/docs/dataHcpHvnPeeringConnection.java.md
+++ b/docs/dataHcpHvnPeeringConnection.java.md
@@ -4,7 +4,7 @@
### DataHcpHvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -46,7 +46,7 @@ DataHcpHvnPeeringConnection.Builder.create(Construct scope, java.lang.String id)
| hvn1
| java.lang.String
| The unique URL of one of the HVNs being peered. |
| peeringId
| java.lang.String
| The ID of the peering connection. |
| hvn2
| java.lang.String
| The unique URL of one of the HVNs being peered. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN peering connection is located. |
| timeouts
| DataHcpHvnPeeringConnectionTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id}
---
@@ -140,7 +140,7 @@ The unique URL of one of the HVNs being peered.
Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -163,7 +163,7 @@ The ID of the HCP project where the HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id}
---
@@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
---
@@ -537,7 +537,7 @@ The construct id used in the generated config for the DataHcpHvnPeeringConnectio
The id of the existing DataHcpHvnPeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -939,7 +939,7 @@ DataHcpHvnPeeringConnectionConfig.builder()
| hvn1
| java.lang.String
| The unique URL of one of the HVNs being peered. |
| peeringId
| java.lang.String
| The ID of the peering connection. |
| hvn2
| java.lang.String
| The unique URL of one of the HVNs being peered. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN peering connection is located. |
| timeouts
| DataHcpHvnPeeringConnectionTimeouts
| timeouts block. |
@@ -1025,7 +1025,7 @@ public java.lang.String getHvn1();
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1}
---
@@ -1039,7 +1039,7 @@ public java.lang.String getPeeringId();
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id}
---
@@ -1055,7 +1055,7 @@ The unique URL of one of the HVNs being peered.
Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2}
---
@@ -1067,7 +1067,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1086,7 +1086,7 @@ The ID of the HCP project where the HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id}
---
@@ -1100,7 +1100,7 @@ public DataHcpHvnPeeringConnectionTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
---
@@ -1120,7 +1120,7 @@ DataHcpHvnPeeringConnectionTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. |
---
@@ -1132,7 +1132,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
---
diff --git a/docs/dataHcpHvnPeeringConnection.python.md b/docs/dataHcpHvnPeeringConnection.python.md
index c988aec00..8ae8cc9e3 100644
--- a/docs/dataHcpHvnPeeringConnection.python.md
+++ b/docs/dataHcpHvnPeeringConnection.python.md
@@ -4,7 +4,7 @@
### DataHcpHvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -44,7 +44,7 @@ dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnection(
| hvn1
| str
| The unique URL of one of the HVNs being peered. |
| peering_id
| str
| The ID of the peering connection. |
| hvn2
| str
| The unique URL of one of the HVNs being peered. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. |
| project_id
| str
| The ID of the HCP project where the HVN peering connection is located. |
| timeouts
| DataHcpHvnPeeringConnectionTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id}
---
@@ -138,7 +138,7 @@ The unique URL of one of the HVNs being peered.
Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -161,7 +161,7 @@ The ID of the HCP project where the HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id}
---
@@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
---
@@ -433,7 +433,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
---
@@ -575,7 +575,7 @@ The construct id used in the generated config for the DataHcpHvnPeeringConnectio
The id of the existing DataHcpHvnPeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -973,7 +973,7 @@ dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionConfig(
| hvn1
| str
| The unique URL of one of the HVNs being peered. |
| peering_id
| str
| The ID of the peering connection. |
| hvn2
| str
| The unique URL of one of the HVNs being peered. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. |
| project_id
| str
| The ID of the HCP project where the HVN peering connection is located. |
| timeouts
| DataHcpHvnPeeringConnectionTimeouts
| timeouts block. |
@@ -1059,7 +1059,7 @@ hvn1: str
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1}
---
@@ -1073,7 +1073,7 @@ peering_id: str
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id}
---
@@ -1089,7 +1089,7 @@ The unique URL of one of the HVNs being peered.
Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2}
---
@@ -1101,7 +1101,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1120,7 +1120,7 @@ The ID of the HCP project where the HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id}
---
@@ -1134,7 +1134,7 @@ timeouts: DataHcpHvnPeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
---
@@ -1154,7 +1154,7 @@ dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. |
---
@@ -1166,7 +1166,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
---
diff --git a/docs/dataHcpHvnPeeringConnection.typescript.md b/docs/dataHcpHvnPeeringConnection.typescript.md
index 744ee0feb..51a4baedd 100644
--- a/docs/dataHcpHvnPeeringConnection.typescript.md
+++ b/docs/dataHcpHvnPeeringConnection.typescript.md
@@ -4,7 +4,7 @@
### DataHcpHvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -406,7 +406,7 @@ The construct id used in the generated config for the DataHcpHvnPeeringConnectio
The id of the existing DataHcpHvnPeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -790,7 +790,7 @@ const dataHcpHvnPeeringConnectionConfig: dataHcpHvnPeeringConnection.DataHcpHvnP
| hvn1
| string
| The unique URL of one of the HVNs being peered. |
| peeringId
| string
| The ID of the peering connection. |
| hvn2
| string
| The unique URL of one of the HVNs being peered. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. |
| projectId
| string
| The ID of the HCP project where the HVN peering connection is located. |
| timeouts
| DataHcpHvnPeeringConnectionTimeouts
| timeouts block. |
@@ -876,7 +876,7 @@ public readonly hvn1: string;
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1}
---
@@ -890,7 +890,7 @@ public readonly peeringId: string;
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id}
---
@@ -906,7 +906,7 @@ The unique URL of one of the HVNs being peered.
Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2}
---
@@ -918,7 +918,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -937,7 +937,7 @@ The ID of the HCP project where the HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id}
---
@@ -951,7 +951,7 @@ public readonly timeouts: DataHcpHvnPeeringConnectionTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
---
@@ -969,7 +969,7 @@ const dataHcpHvnPeeringConnectionTimeouts: dataHcpHvnPeeringConnection.DataHcpHv
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. |
---
@@ -981,7 +981,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
---
diff --git a/docs/dataHcpHvnRoute.csharp.md b/docs/dataHcpHvnRoute.csharp.md
index 91a8e0851..5d4a69e62 100644
--- a/docs/dataHcpHvnRoute.csharp.md
+++ b/docs/dataHcpHvnRoute.csharp.md
@@ -4,7 +4,7 @@
### DataHcpHvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpHvnRoute to import.
The id of the existing DataHcpHvnRoute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use
---
@@ -797,7 +797,7 @@ new DataHcpHvnRouteConfig {
| Provisioners
| object[]
| *No description.* |
| HvnLink
| string
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| HvnRouteId
| string
| The ID of the HVN route. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
| ProjectId
| string
| The ID of the HCP project where the HVN route is located. |
| Timeouts
| DataHcpHvnRouteTimeouts
| timeouts block. |
@@ -883,7 +883,7 @@ public string HvnLink { get; set; }
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
---
@@ -897,7 +897,7 @@ public string HvnRouteId { get; set; }
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id}
---
@@ -909,7 +909,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -928,7 +928,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
---
@@ -942,7 +942,7 @@ public DataHcpHvnRouteTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
---
@@ -962,7 +962,7 @@ new DataHcpHvnRouteTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
---
@@ -974,7 +974,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
---
diff --git a/docs/dataHcpHvnRoute.go.md b/docs/dataHcpHvnRoute.go.md
index f117b6fe1..26fd5a6e7 100644
--- a/docs/dataHcpHvnRoute.go.md
+++ b/docs/dataHcpHvnRoute.go.md
@@ -4,7 +4,7 @@
### DataHcpHvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpHvnRoute to import.
The id of the existing DataHcpHvnRoute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use
---
@@ -797,7 +797,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute"
| Provisioners
| *[]interface{}
| *No description.* |
| HvnLink
| *string
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| HvnRouteId
| *string
| The ID of the HVN route. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HVN route is located. |
| Timeouts
| DataHcpHvnRouteTimeouts
| timeouts block. |
@@ -883,7 +883,7 @@ HvnLink *string
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
---
@@ -897,7 +897,7 @@ HvnRouteId *string
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id}
---
@@ -909,7 +909,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -928,7 +928,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
---
@@ -942,7 +942,7 @@ Timeouts DataHcpHvnRouteTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
---
@@ -962,7 +962,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcphvnroute"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
---
@@ -974,7 +974,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
---
diff --git a/docs/dataHcpHvnRoute.java.md b/docs/dataHcpHvnRoute.java.md
index 85cd93936..4f8596d81 100644
--- a/docs/dataHcpHvnRoute.java.md
+++ b/docs/dataHcpHvnRoute.java.md
@@ -4,7 +4,7 @@
### DataHcpHvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -44,7 +44,7 @@ DataHcpHvnRoute.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| hvnLink
| java.lang.String
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| hvnRouteId
| java.lang.String
| The ID of the HVN route. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN route is located. |
| timeouts
| DataHcpHvnRouteTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -149,7 +149,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
---
@@ -516,7 +516,7 @@ The construct id used in the generated config for the DataHcpHvnRoute to import.
The id of the existing DataHcpHvnRoute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use
---
@@ -917,7 +917,7 @@ DataHcpHvnRouteConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| hvnLink
| java.lang.String
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| hvnRouteId
| java.lang.String
| The ID of the HVN route. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN route is located. |
| timeouts
| DataHcpHvnRouteTimeouts
| timeouts block. |
@@ -1003,7 +1003,7 @@ public java.lang.String getHvnLink();
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
---
@@ -1017,7 +1017,7 @@ public java.lang.String getHvnRouteId();
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id}
---
@@ -1029,7 +1029,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1048,7 +1048,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
---
@@ -1062,7 +1062,7 @@ public DataHcpHvnRouteTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
---
@@ -1082,7 +1082,7 @@ DataHcpHvnRouteTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
---
@@ -1094,7 +1094,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
---
diff --git a/docs/dataHcpHvnRoute.python.md b/docs/dataHcpHvnRoute.python.md
index 1e26484dc..c3e3b1969 100644
--- a/docs/dataHcpHvnRoute.python.md
+++ b/docs/dataHcpHvnRoute.python.md
@@ -4,7 +4,7 @@
### DataHcpHvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -42,7 +42,7 @@ dataHcpHvnRoute.DataHcpHvnRoute(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_link
| str
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| hvn_route_id
| str
| The ID of the HVN route. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
| project_id
| str
| The ID of the HCP project where the HVN route is located. |
| timeouts
| DataHcpHvnRouteTimeouts
| timeouts block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -147,7 +147,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
---
@@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
---
@@ -418,7 +418,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
---
@@ -554,7 +554,7 @@ The construct id used in the generated config for the DataHcpHvnRoute to import.
The id of the existing DataHcpHvnRoute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use
---
@@ -950,7 +950,7 @@ dataHcpHvnRoute.DataHcpHvnRouteConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_link
| str
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| hvn_route_id
| str
| The ID of the HVN route. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
| project_id
| str
| The ID of the HCP project where the HVN route is located. |
| timeouts
| DataHcpHvnRouteTimeouts
| timeouts block. |
@@ -1036,7 +1036,7 @@ hvn_link: str
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
---
@@ -1050,7 +1050,7 @@ hvn_route_id: str
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id}
---
@@ -1062,7 +1062,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1081,7 +1081,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
---
@@ -1095,7 +1095,7 @@ timeouts: DataHcpHvnRouteTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
---
@@ -1115,7 +1115,7 @@ dataHcpHvnRoute.DataHcpHvnRouteTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
---
@@ -1127,7 +1127,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
---
diff --git a/docs/dataHcpHvnRoute.typescript.md b/docs/dataHcpHvnRoute.typescript.md
index 8af9853b5..4228a3fd5 100644
--- a/docs/dataHcpHvnRoute.typescript.md
+++ b/docs/dataHcpHvnRoute.typescript.md
@@ -4,7 +4,7 @@
### DataHcpHvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpHvnRoute to import.
The id of the existing DataHcpHvnRoute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use
---
@@ -782,7 +782,7 @@ const dataHcpHvnRouteConfig: dataHcpHvnRoute.DataHcpHvnRouteConfig = { ... }
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| hvnLink
| string
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| hvnRouteId
| string
| The ID of the HVN route. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
| projectId
| string
| The ID of the HCP project where the HVN route is located. |
| timeouts
| DataHcpHvnRouteTimeouts
| timeouts block. |
@@ -868,7 +868,7 @@ public readonly hvnLink: string;
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
---
@@ -882,7 +882,7 @@ public readonly hvnRouteId: string;
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id}
---
@@ -894,7 +894,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -913,7 +913,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
---
@@ -927,7 +927,7 @@ public readonly timeouts: DataHcpHvnRouteTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
---
@@ -945,7 +945,7 @@ const dataHcpHvnRouteTimeouts: dataHcpHvnRoute.DataHcpHvnRouteTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
---
@@ -957,7 +957,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
---
diff --git a/docs/dataHcpIamPolicy.csharp.md b/docs/dataHcpIamPolicy.csharp.md
index 79f3fce0e..040232dc1 100644
--- a/docs/dataHcpIamPolicy.csharp.md
+++ b/docs/dataHcpIamPolicy.csharp.md
@@ -4,7 +4,7 @@
### DataHcpIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy hcp_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy hcp_iam_policy}.
#### Initializers
@@ -378,7 +378,7 @@ The construct id used in the generated config for the DataHcpIamPolicy to import
The id of the existing DataHcpIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -616,7 +616,7 @@ public string[] Principals { get; set; }
The set of principals to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals}
---
@@ -630,7 +630,7 @@ public string Role { get; set; }
The role name to bind to the given principals.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role}
---
@@ -748,7 +748,7 @@ public object Bindings { get; set; }
A binding associates a set of principals to a role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
---
diff --git a/docs/dataHcpIamPolicy.go.md b/docs/dataHcpIamPolicy.go.md
index 9b2913ddb..8b780aca8 100644
--- a/docs/dataHcpIamPolicy.go.md
+++ b/docs/dataHcpIamPolicy.go.md
@@ -4,7 +4,7 @@
### DataHcpIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy hcp_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy hcp_iam_policy}.
#### Initializers
@@ -378,7 +378,7 @@ The construct id used in the generated config for the DataHcpIamPolicy to import
The id of the existing DataHcpIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -616,7 +616,7 @@ Principals *[]*string
The set of principals to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals}
---
@@ -630,7 +630,7 @@ Role *string
The role name to bind to the given principals.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role}
---
@@ -748,7 +748,7 @@ Bindings interface{}
A binding associates a set of principals to a role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
---
diff --git a/docs/dataHcpIamPolicy.java.md b/docs/dataHcpIamPolicy.java.md
index ca465e4f5..66a706542 100644
--- a/docs/dataHcpIamPolicy.java.md
+++ b/docs/dataHcpIamPolicy.java.md
@@ -4,7 +4,7 @@
### DataHcpIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy hcp_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy hcp_iam_policy}.
#### Initializers
@@ -109,7 +109,7 @@ Must be unique amongst siblings in the same scope
A binding associates a set of principals to a role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
---
@@ -445,7 +445,7 @@ The construct id used in the generated config for the DataHcpIamPolicy to import
The id of the existing DataHcpIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -683,7 +683,7 @@ public java.util.List getPrincipals();
The set of principals to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals}
---
@@ -697,7 +697,7 @@ public java.lang.String getRole();
The role name to bind to the given principals.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role}
---
@@ -820,7 +820,7 @@ public java.lang.Object getBindings();
A binding associates a set of principals to a role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
---
diff --git a/docs/dataHcpIamPolicy.python.md b/docs/dataHcpIamPolicy.python.md
index 53fc3a064..8d5f31614 100644
--- a/docs/dataHcpIamPolicy.python.md
+++ b/docs/dataHcpIamPolicy.python.md
@@ -4,7 +4,7 @@
### DataHcpIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy hcp_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy hcp_iam_policy}.
#### Initializers
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
A binding associates a set of principals to a role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
---
@@ -480,7 +480,7 @@ The construct id used in the generated config for the DataHcpIamPolicy to import
The id of the existing DataHcpIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -718,7 +718,7 @@ principals: typing.List[str]
The set of principals to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals}
---
@@ -732,7 +732,7 @@ role: str
The role name to bind to the given principals.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role}
---
@@ -850,7 +850,7 @@ bindings: typing.Union[IResolvable, typing.List[DataHcpIamPolicyBindings]]
A binding associates a set of principals to a role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
---
diff --git a/docs/dataHcpIamPolicy.typescript.md b/docs/dataHcpIamPolicy.typescript.md
index fa556a9cf..cba2e7ef1 100644
--- a/docs/dataHcpIamPolicy.typescript.md
+++ b/docs/dataHcpIamPolicy.typescript.md
@@ -4,7 +4,7 @@
### DataHcpIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy hcp_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy hcp_iam_policy}.
#### Initializers
@@ -378,7 +378,7 @@ The construct id used in the generated config for the DataHcpIamPolicy to import
The id of the existing DataHcpIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -613,7 +613,7 @@ public readonly principals: string[];
The set of principals to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals}
---
@@ -627,7 +627,7 @@ public readonly role: string;
The role name to bind to the given principals.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role}
---
@@ -736,7 +736,7 @@ public readonly bindings: IResolvable | DataHcpIamPolicyBindings[];
A binding associates a set of principals to a role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
---
diff --git a/docs/dataHcpOrganization.csharp.md b/docs/dataHcpOrganization.csharp.md
index 13d969104..b7de84efa 100644
--- a/docs/dataHcpOrganization.csharp.md
+++ b/docs/dataHcpOrganization.csharp.md
@@ -4,7 +4,7 @@
### DataHcpOrganization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/organization hcp_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/organization hcp_organization}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpOrganization to imp
The id of the existing DataHcpOrganization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 08a3c8334..46822edee 100644
--- a/docs/dataHcpOrganization.go.md
+++ b/docs/dataHcpOrganization.go.md
@@ -4,7 +4,7 @@
### DataHcpOrganization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/organization hcp_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/organization hcp_organization}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpOrganization to imp
The id of the existing DataHcpOrganization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use
---
diff --git a/docs/dataHcpOrganization.java.md b/docs/dataHcpOrganization.java.md
index 98484e179..6d34825ac 100644
--- a/docs/dataHcpOrganization.java.md
+++ b/docs/dataHcpOrganization.java.md
@@ -4,7 +4,7 @@
### DataHcpOrganization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/organization hcp_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/organization hcp_organization}.
#### Initializers
@@ -419,7 +419,7 @@ The construct id used in the generated config for the DataHcpOrganization to imp
The id of the existing DataHcpOrganization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 0f1b2fb50..eb3feeb32 100644
--- a/docs/dataHcpOrganization.python.md
+++ b/docs/dataHcpOrganization.python.md
@@ -4,7 +4,7 @@
### DataHcpOrganization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/organization hcp_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/organization hcp_organization}.
#### Initializers
@@ -453,7 +453,7 @@ The construct id used in the generated config for the DataHcpOrganization to imp
The id of the existing DataHcpOrganization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 74a4e1eb9..e984ba22b 100644
--- a/docs/dataHcpOrganization.typescript.md
+++ b/docs/dataHcpOrganization.typescript.md
@@ -4,7 +4,7 @@
### DataHcpOrganization
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/organization hcp_organization}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/organization hcp_organization}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpOrganization to imp
The id of the existing DataHcpOrganization that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 b02f608cb..14044eb8a 100644
--- a/docs/dataHcpPackerBucketNames.csharp.md
+++ b/docs/dataHcpPackerBucketNames.csharp.md
@@ -4,7 +4,7 @@
### DataHcpPackerBucketNames
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpPackerBucketNames t
The id of the existing DataHcpPackerBucketNames that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use
---
@@ -692,7 +692,7 @@ new DataHcpPackerBucketNamesConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. |
| ProjectId
| string
| The ID of the HCP project where the HCP Packer registry is located. |
| Timeouts
| DataHcpPackerBucketNamesTimeouts
| timeouts block. |
@@ -776,7 +776,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -793,7 +793,7 @@ public string ProjectId { get; set; }
The ID of the HCP project where the HCP Packer registry is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id}
---
@@ -807,7 +807,7 @@ public DataHcpPackerBucketNamesTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
---
@@ -827,7 +827,7 @@ new DataHcpPackerBucketNamesTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. |
---
@@ -839,7 +839,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
---
diff --git a/docs/dataHcpPackerBucketNames.go.md b/docs/dataHcpPackerBucketNames.go.md
index ff04fe08f..be454b914 100644
--- a/docs/dataHcpPackerBucketNames.go.md
+++ b/docs/dataHcpPackerBucketNames.go.md
@@ -4,7 +4,7 @@
### DataHcpPackerBucketNames
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpPackerBucketNames t
The id of the existing DataHcpPackerBucketNames that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use
---
@@ -692,7 +692,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerbucketnames"
| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HCP Packer registry is located. |
| Timeouts
| DataHcpPackerBucketNamesTimeouts
| timeouts block. |
@@ -776,7 +776,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -793,7 +793,7 @@ ProjectId *string
The ID of the HCP project where the HCP Packer registry is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id}
---
@@ -807,7 +807,7 @@ Timeouts DataHcpPackerBucketNamesTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
---
@@ -827,7 +827,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerbucketnames"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. |
---
@@ -839,7 +839,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
---
diff --git a/docs/dataHcpPackerBucketNames.java.md b/docs/dataHcpPackerBucketNames.java.md
index 8b81541fe..25c5712d4 100644
--- a/docs/dataHcpPackerBucketNames.java.md
+++ b/docs/dataHcpPackerBucketNames.java.md
@@ -4,7 +4,7 @@
### DataHcpPackerBucketNames
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
#### Initializers
@@ -40,7 +40,7 @@ DataHcpPackerBucketNames.Builder.create(Construct scope, java.lang.String id)
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Packer registry is located. |
| timeouts
| DataHcpPackerBucketNamesTimeouts
| timeouts block. |
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -123,7 +123,7 @@ If you experience problems setting this value it might not be settable. Please t
The ID of the HCP project where the HCP Packer registry is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id}
---
@@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
---
@@ -490,7 +490,7 @@ The construct id used in the generated config for the DataHcpPackerBucketNames t
The id of the existing DataHcpPackerBucketNames that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use
---
@@ -787,7 +787,7 @@ DataHcpPackerBucketNamesConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Packer registry is located. |
| timeouts
| DataHcpPackerBucketNamesTimeouts
| timeouts block. |
@@ -871,7 +871,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -888,7 +888,7 @@ public java.lang.String getProjectId();
The ID of the HCP project where the HCP Packer registry is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id}
---
@@ -902,7 +902,7 @@ public DataHcpPackerBucketNamesTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
---
@@ -922,7 +922,7 @@ DataHcpPackerBucketNamesTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. |
---
@@ -934,7 +934,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
---
diff --git a/docs/dataHcpPackerBucketNames.python.md b/docs/dataHcpPackerBucketNames.python.md
index 19b1999db..e36960cb1 100644
--- a/docs/dataHcpPackerBucketNames.python.md
+++ b/docs/dataHcpPackerBucketNames.python.md
@@ -4,7 +4,7 @@
### DataHcpPackerBucketNames
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
#### Initializers
@@ -38,7 +38,7 @@ dataHcpPackerBucketNames.DataHcpPackerBucketNames(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Packer registry is located. |
| timeouts
| DataHcpPackerBucketNamesTimeouts
| timeouts block. |
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t
The ID of the HCP project where the HCP Packer registry is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id}
---
@@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
---
@@ -392,7 +392,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
---
@@ -528,7 +528,7 @@ The construct id used in the generated config for the DataHcpPackerBucketNames t
The id of the existing DataHcpPackerBucketNames that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use
---
@@ -821,7 +821,7 @@ dataHcpPackerBucketNames.DataHcpPackerBucketNamesConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Packer registry is located. |
| timeouts
| DataHcpPackerBucketNamesTimeouts
| timeouts block. |
@@ -905,7 +905,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -922,7 +922,7 @@ project_id: str
The ID of the HCP project where the HCP Packer registry is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id}
---
@@ -936,7 +936,7 @@ timeouts: DataHcpPackerBucketNamesTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
---
@@ -956,7 +956,7 @@ dataHcpPackerBucketNames.DataHcpPackerBucketNamesTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. |
---
@@ -968,7 +968,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
---
diff --git a/docs/dataHcpPackerBucketNames.typescript.md b/docs/dataHcpPackerBucketNames.typescript.md
index cfddca6cf..5bc077e0d 100644
--- a/docs/dataHcpPackerBucketNames.typescript.md
+++ b/docs/dataHcpPackerBucketNames.typescript.md
@@ -4,7 +4,7 @@
### DataHcpPackerBucketNames
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpPackerBucketNames t
The id of the existing DataHcpPackerBucketNames that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use
---
@@ -681,7 +681,7 @@ const dataHcpPackerBucketNamesConfig: dataHcpPackerBucketNames.DataHcpPackerBuck
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. |
| projectId
| string
| The ID of the HCP project where the HCP Packer registry is located. |
| timeouts
| DataHcpPackerBucketNamesTimeouts
| timeouts block. |
@@ -765,7 +765,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -782,7 +782,7 @@ public readonly projectId: string;
The ID of the HCP project where the HCP Packer registry is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id}
---
@@ -796,7 +796,7 @@ public readonly timeouts: DataHcpPackerBucketNamesTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
---
@@ -814,7 +814,7 @@ const dataHcpPackerBucketNamesTimeouts: dataHcpPackerBucketNames.DataHcpPackerBu
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. |
---
@@ -826,7 +826,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
---
diff --git a/docs/dataHcpPackerImage.csharp.md b/docs/dataHcpPackerImage.csharp.md
index d7417b0d4..5a4c28f34 100644
--- a/docs/dataHcpPackerImage.csharp.md
+++ b/docs/dataHcpPackerImage.csharp.md
@@ -4,7 +4,7 @@
### DataHcpPackerImage
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image hcp_packer_image}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image hcp_packer_image}.
#### Initializers
@@ -420,7 +420,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.80.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.81.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use
---
@@ -911,7 +911,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.80.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -998,7 +998,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.80.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
---
@@ -1012,7 +1012,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.80.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
---
@@ -1026,7 +1026,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.80.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
---
@@ -1042,7 +1042,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.80.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
---
@@ -1056,7 +1056,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.80.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
---
@@ -1068,7 +1068,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1085,7 +1085,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.80.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
---
@@ -1102,7 +1102,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.80.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
---
@@ -1116,7 +1116,7 @@ public DataHcpPackerImageTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
---
@@ -1136,7 +1136,7 @@ new DataHcpPackerImageTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
---
@@ -1148,7 +1148,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
---
diff --git a/docs/dataHcpPackerImage.go.md b/docs/dataHcpPackerImage.go.md
index 5d6452e6b..9fb2aa980 100644
--- a/docs/dataHcpPackerImage.go.md
+++ b/docs/dataHcpPackerImage.go.md
@@ -4,7 +4,7 @@
### DataHcpPackerImage
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image hcp_packer_image}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image hcp_packer_image}.
#### Initializers
@@ -420,7 +420,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.80.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.81.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use
---
@@ -911,7 +911,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/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.80.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -998,7 +998,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.80.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
---
@@ -1012,7 +1012,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.80.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
---
@@ -1026,7 +1026,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.80.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
---
@@ -1042,7 +1042,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.80.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
---
@@ -1056,7 +1056,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.80.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
---
@@ -1068,7 +1068,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1085,7 +1085,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.80.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
---
@@ -1102,7 +1102,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.80.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
---
@@ -1116,7 +1116,7 @@ Timeouts DataHcpPackerImageTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
---
@@ -1136,7 +1136,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerimage"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
---
@@ -1148,7 +1148,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
---
diff --git a/docs/dataHcpPackerImage.java.md b/docs/dataHcpPackerImage.java.md
index cb565de0a..05570c4e0 100644
--- a/docs/dataHcpPackerImage.java.md
+++ b/docs/dataHcpPackerImage.java.md
@@ -4,7 +4,7 @@
### DataHcpPackerImage
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image hcp_packer_image}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image hcp_packer_image}.
#### Initializers
@@ -51,7 +51,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.80.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.81.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. |
@@ -124,7 +124,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.80.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
---
@@ -134,7 +134,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.80.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
---
@@ -144,7 +144,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.80.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
---
@@ -156,7 +156,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.80.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
---
@@ -166,7 +166,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.80.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
---
@@ -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.80.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -187,7 +187,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.80.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
---
@@ -200,7 +200,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.80.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
---
@@ -210,7 +210,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.80.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
---
@@ -588,7 +588,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.80.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.81.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use
---
@@ -1083,7 +1083,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.80.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.81.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. |
@@ -1170,7 +1170,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.80.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
---
@@ -1184,7 +1184,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.80.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
---
@@ -1198,7 +1198,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.80.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
---
@@ -1214,7 +1214,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.80.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
---
@@ -1228,7 +1228,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.80.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
---
@@ -1240,7 +1240,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1257,7 +1257,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.80.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
---
@@ -1274,7 +1274,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.80.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
---
@@ -1288,7 +1288,7 @@ public DataHcpPackerImageTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
---
@@ -1308,7 +1308,7 @@ DataHcpPackerImageTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
---
@@ -1320,7 +1320,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
---
diff --git a/docs/dataHcpPackerImage.python.md b/docs/dataHcpPackerImage.python.md
index 30f687845..368660ee2 100644
--- a/docs/dataHcpPackerImage.python.md
+++ b/docs/dataHcpPackerImage.python.md
@@ -4,7 +4,7 @@
### DataHcpPackerImage
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image hcp_packer_image}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image hcp_packer_image}.
#### Initializers
@@ -49,7 +49,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.80.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -122,7 +122,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.80.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
---
@@ -132,7 +132,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.80.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
---
@@ -142,7 +142,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.80.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
---
@@ -154,7 +154,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.80.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
---
@@ -164,7 +164,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.80.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
---
@@ -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.80.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -185,7 +185,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.80.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
---
@@ -198,7 +198,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.80.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
---
@@ -208,7 +208,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.80.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
---
@@ -472,7 +472,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
---
@@ -626,7 +626,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.80.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.81.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use
---
@@ -1117,7 +1117,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.80.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -1204,7 +1204,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.80.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
---
@@ -1218,7 +1218,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.80.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
---
@@ -1232,7 +1232,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.80.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
---
@@ -1248,7 +1248,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.80.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
---
@@ -1262,7 +1262,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.80.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
---
@@ -1274,7 +1274,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1291,7 +1291,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.80.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
---
@@ -1308,7 +1308,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.80.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
---
@@ -1322,7 +1322,7 @@ timeouts: DataHcpPackerImageTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
---
@@ -1342,7 +1342,7 @@ dataHcpPackerImage.DataHcpPackerImageTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
---
@@ -1354,7 +1354,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
---
diff --git a/docs/dataHcpPackerImage.typescript.md b/docs/dataHcpPackerImage.typescript.md
index 0ab304272..cd4429108 100644
--- a/docs/dataHcpPackerImage.typescript.md
+++ b/docs/dataHcpPackerImage.typescript.md
@@ -4,7 +4,7 @@
### DataHcpPackerImage
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image hcp_packer_image}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image hcp_packer_image}.
#### Initializers
@@ -420,7 +420,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.80.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.81.0/docs/data-sources/packer_image#import import section} in the documentation of this resource for the id to use
---
@@ -894,7 +894,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.80.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -981,7 +981,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.80.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
---
@@ -995,7 +995,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.80.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
---
@@ -1009,7 +1009,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.80.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
---
@@ -1025,7 +1025,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.80.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
---
@@ -1039,7 +1039,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.80.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
---
@@ -1051,7 +1051,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1068,7 +1068,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.80.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
---
@@ -1085,7 +1085,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.80.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
---
@@ -1099,7 +1099,7 @@ public readonly timeouts: DataHcpPackerImageTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
---
@@ -1117,7 +1117,7 @@ const dataHcpPackerImageTimeouts: dataHcpPackerImage.DataHcpPackerImageTimeouts
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
---
@@ -1129,7 +1129,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
---
diff --git a/docs/dataHcpPackerIteration.csharp.md b/docs/dataHcpPackerIteration.csharp.md
index 3f3cfd303..c1321953c 100644
--- a/docs/dataHcpPackerIteration.csharp.md
+++ b/docs/dataHcpPackerIteration.csharp.md
@@ -4,7 +4,7 @@
### DataHcpPackerIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
#### Initializers
@@ -399,7 +399,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.80.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.81.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use
---
@@ -806,7 +806,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.80.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -892,7 +892,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.80.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
---
@@ -906,7 +906,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.80.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
---
@@ -918,7 +918,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -938,7 +938,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.80.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
---
@@ -952,7 +952,7 @@ public DataHcpPackerIterationTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
---
@@ -972,7 +972,7 @@ new DataHcpPackerIterationTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
---
@@ -984,7 +984,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
---
diff --git a/docs/dataHcpPackerIteration.go.md b/docs/dataHcpPackerIteration.go.md
index 0bb72e799..979d5ce89 100644
--- a/docs/dataHcpPackerIteration.go.md
+++ b/docs/dataHcpPackerIteration.go.md
@@ -4,7 +4,7 @@
### DataHcpPackerIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
#### Initializers
@@ -399,7 +399,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.80.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.81.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use
---
@@ -806,7 +806,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/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.80.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -892,7 +892,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.80.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
---
@@ -906,7 +906,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.80.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
---
@@ -918,7 +918,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -938,7 +938,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.80.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
---
@@ -952,7 +952,7 @@ Timeouts DataHcpPackerIterationTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
---
@@ -972,7 +972,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackeriteration"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
---
@@ -984,7 +984,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
---
diff --git a/docs/dataHcpPackerIteration.java.md b/docs/dataHcpPackerIteration.java.md
index 5b7fa41b8..81d486527 100644
--- a/docs/dataHcpPackerIteration.java.md
+++ b/docs/dataHcpPackerIteration.java.md
@@ -4,7 +4,7 @@
### DataHcpPackerIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
#### Initializers
@@ -44,7 +44,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.80.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.81.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. |
@@ -116,7 +116,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.80.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
---
@@ -126,7 +126,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.80.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -150,7 +150,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.80.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
---
@@ -517,7 +517,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.80.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.81.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use
---
@@ -928,7 +928,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.80.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.81.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. |
@@ -1014,7 +1014,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.80.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
---
@@ -1028,7 +1028,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.80.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
---
@@ -1040,7 +1040,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1060,7 +1060,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.80.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
---
@@ -1074,7 +1074,7 @@ public DataHcpPackerIterationTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
---
@@ -1094,7 +1094,7 @@ DataHcpPackerIterationTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
---
@@ -1106,7 +1106,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
---
diff --git a/docs/dataHcpPackerIteration.python.md b/docs/dataHcpPackerIteration.python.md
index 55444093c..3fc1d8f3c 100644
--- a/docs/dataHcpPackerIteration.python.md
+++ b/docs/dataHcpPackerIteration.python.md
@@ -4,7 +4,7 @@
### DataHcpPackerIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
#### Initializers
@@ -42,7 +42,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.80.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -114,7 +114,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.80.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
---
@@ -124,7 +124,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.80.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -148,7 +148,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.80.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
---
@@ -419,7 +419,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
---
@@ -555,7 +555,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.80.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.81.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use
---
@@ -962,7 +962,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.80.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -1048,7 +1048,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.80.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
---
@@ -1062,7 +1062,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.80.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
---
@@ -1074,7 +1074,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1094,7 +1094,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.80.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
---
@@ -1108,7 +1108,7 @@ timeouts: DataHcpPackerIterationTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
---
@@ -1128,7 +1128,7 @@ dataHcpPackerIteration.DataHcpPackerIterationTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
---
@@ -1140,7 +1140,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
---
diff --git a/docs/dataHcpPackerIteration.typescript.md b/docs/dataHcpPackerIteration.typescript.md
index 595e54165..a05a967f5 100644
--- a/docs/dataHcpPackerIteration.typescript.md
+++ b/docs/dataHcpPackerIteration.typescript.md
@@ -4,7 +4,7 @@
### DataHcpPackerIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
#### Initializers
@@ -399,7 +399,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.80.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.81.0/docs/data-sources/packer_iteration#import import section} in the documentation of this resource for the id to use
---
@@ -793,7 +793,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.80.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -879,7 +879,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.80.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
---
@@ -893,7 +893,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.80.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
---
@@ -905,7 +905,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -925,7 +925,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.80.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
---
@@ -939,7 +939,7 @@ public readonly timeouts: DataHcpPackerIterationTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
---
@@ -957,7 +957,7 @@ const dataHcpPackerIterationTimeouts: dataHcpPackerIteration.DataHcpPackerIterat
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
---
@@ -969,7 +969,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
---
diff --git a/docs/dataHcpPackerRunTask.csharp.md b/docs/dataHcpPackerRunTask.csharp.md
index d72b6cb17..659a08e8b 100644
--- a/docs/dataHcpPackerRunTask.csharp.md
+++ b/docs/dataHcpPackerRunTask.csharp.md
@@ -4,7 +4,7 @@
### DataHcpPackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpPackerRunTask to im
The id of the existing DataHcpPackerRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -703,7 +703,7 @@ new DataHcpPackerRunTaskConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. |
| ProjectId
| string
| The ID of the HCP project where the HCP Packer Registry is located. |
| Timeouts
| DataHcpPackerRunTaskTimeouts
| timeouts block. |
@@ -787,7 +787,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -807,7 +807,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id}
---
@@ -821,7 +821,7 @@ public DataHcpPackerRunTaskTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
---
@@ -841,7 +841,7 @@ new DataHcpPackerRunTaskTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. |
---
@@ -853,7 +853,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
---
diff --git a/docs/dataHcpPackerRunTask.go.md b/docs/dataHcpPackerRunTask.go.md
index 1217b8d1a..a2836d0e4 100644
--- a/docs/dataHcpPackerRunTask.go.md
+++ b/docs/dataHcpPackerRunTask.go.md
@@ -4,7 +4,7 @@
### DataHcpPackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpPackerRunTask to im
The id of the existing DataHcpPackerRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -703,7 +703,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerruntask"
| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HCP Packer Registry is located. |
| Timeouts
| DataHcpPackerRunTaskTimeouts
| timeouts block. |
@@ -787,7 +787,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -807,7 +807,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id}
---
@@ -821,7 +821,7 @@ Timeouts DataHcpPackerRunTaskTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
---
@@ -841,7 +841,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcppackerruntask"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. |
---
@@ -853,7 +853,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
---
diff --git a/docs/dataHcpPackerRunTask.java.md b/docs/dataHcpPackerRunTask.java.md
index c5c22bbba..67956bcd5 100644
--- a/docs/dataHcpPackerRunTask.java.md
+++ b/docs/dataHcpPackerRunTask.java.md
@@ -4,7 +4,7 @@
### DataHcpPackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -40,7 +40,7 @@ DataHcpPackerRunTask.Builder.create(Construct scope, java.lang.String id)
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Packer Registry is located. |
| timeouts
| DataHcpPackerRunTaskTimeouts
| timeouts block. |
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -126,7 +126,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
---
@@ -493,7 +493,7 @@ The construct id used in the generated config for the DataHcpPackerRunTask to im
The id of the existing DataHcpPackerRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -801,7 +801,7 @@ DataHcpPackerRunTaskConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Packer Registry is located. |
| timeouts
| DataHcpPackerRunTaskTimeouts
| timeouts block. |
@@ -885,7 +885,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -905,7 +905,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id}
---
@@ -919,7 +919,7 @@ public DataHcpPackerRunTaskTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
---
@@ -939,7 +939,7 @@ DataHcpPackerRunTaskTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. |
---
@@ -951,7 +951,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
---
diff --git a/docs/dataHcpPackerRunTask.python.md b/docs/dataHcpPackerRunTask.python.md
index e7b83385a..56c73d416 100644
--- a/docs/dataHcpPackerRunTask.python.md
+++ b/docs/dataHcpPackerRunTask.python.md
@@ -4,7 +4,7 @@
### DataHcpPackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -38,7 +38,7 @@ dataHcpPackerRunTask.DataHcpPackerRunTask(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Packer Registry is located. |
| timeouts
| DataHcpPackerRunTaskTimeouts
| timeouts block. |
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -124,7 +124,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
---
@@ -395,7 +395,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
---
@@ -531,7 +531,7 @@ The construct id used in the generated config for the DataHcpPackerRunTask to im
The id of the existing DataHcpPackerRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -835,7 +835,7 @@ dataHcpPackerRunTask.DataHcpPackerRunTaskConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Packer Registry is located. |
| timeouts
| DataHcpPackerRunTaskTimeouts
| timeouts block. |
@@ -919,7 +919,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -939,7 +939,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id}
---
@@ -953,7 +953,7 @@ timeouts: DataHcpPackerRunTaskTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
---
@@ -973,7 +973,7 @@ dataHcpPackerRunTask.DataHcpPackerRunTaskTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. |
---
@@ -985,7 +985,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
---
diff --git a/docs/dataHcpPackerRunTask.typescript.md b/docs/dataHcpPackerRunTask.typescript.md
index 63fe36ab3..e0b51729f 100644
--- a/docs/dataHcpPackerRunTask.typescript.md
+++ b/docs/dataHcpPackerRunTask.typescript.md
@@ -4,7 +4,7 @@
### DataHcpPackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpPackerRunTask to im
The id of the existing DataHcpPackerRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -692,7 +692,7 @@ const dataHcpPackerRunTaskConfig: dataHcpPackerRunTask.DataHcpPackerRunTaskConfi
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. |
| projectId
| string
| The ID of the HCP project where the HCP Packer Registry is located. |
| timeouts
| DataHcpPackerRunTaskTimeouts
| timeouts block. |
@@ -776,7 +776,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -796,7 +796,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id}
---
@@ -810,7 +810,7 @@ public readonly timeouts: DataHcpPackerRunTaskTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
---
@@ -828,7 +828,7 @@ const dataHcpPackerRunTaskTimeouts: dataHcpPackerRunTask.DataHcpPackerRunTaskTim
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. |
---
@@ -840,7 +840,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
---
diff --git a/docs/dataHcpProject.csharp.md b/docs/dataHcpProject.csharp.md
index ab52d0dcc..2e53cf225 100644
--- a/docs/dataHcpProject.csharp.md
+++ b/docs/dataHcpProject.csharp.md
@@ -4,7 +4,7 @@
### DataHcpProject
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project hcp_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project hcp_project}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataHcpProject to import.
The id of the existing DataHcpProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -727,7 +727,7 @@ The id of the project.
May be given as "" or "project/". If not set, the provider project is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project#project DataHcpProject#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project#project DataHcpProject#project}
---
diff --git a/docs/dataHcpProject.go.md b/docs/dataHcpProject.go.md
index d723ead82..0b106a30a 100644
--- a/docs/dataHcpProject.go.md
+++ b/docs/dataHcpProject.go.md
@@ -4,7 +4,7 @@
### DataHcpProject
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project hcp_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project hcp_project}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataHcpProject to import.
The id of the existing DataHcpProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -727,7 +727,7 @@ The id of the project.
May be given as "" or "project/". If not set, the provider project is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project#project DataHcpProject#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project#project DataHcpProject#project}
---
diff --git a/docs/dataHcpProject.java.md b/docs/dataHcpProject.java.md
index 8490f9881..3a7e46aa9 100644
--- a/docs/dataHcpProject.java.md
+++ b/docs/dataHcpProject.java.md
@@ -4,7 +4,7 @@
### DataHcpProject
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project hcp_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project hcp_project}.
#### Initializers
@@ -110,7 +110,7 @@ The id of the project.
May be given as "" or "project/". If not set, the provider project is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project#project DataHcpProject#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project#project DataHcpProject#project}
---
@@ -440,7 +440,7 @@ The construct id used in the generated config for the DataHcpProject to import.
The id of the existing DataHcpProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -799,7 +799,7 @@ The id of the project.
May be given as "" or "project/". If not set, the provider project is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project#project DataHcpProject#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project#project DataHcpProject#project}
---
diff --git a/docs/dataHcpProject.python.md b/docs/dataHcpProject.python.md
index 1324a1afd..894e8a8ed 100644
--- a/docs/dataHcpProject.python.md
+++ b/docs/dataHcpProject.python.md
@@ -4,7 +4,7 @@
### DataHcpProject
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project hcp_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project hcp_project}.
#### Initializers
@@ -108,7 +108,7 @@ The id of the project.
May be given as "" or "project/". If not set, the provider project is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project#project DataHcpProject#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project#project DataHcpProject#project}
---
@@ -474,7 +474,7 @@ The construct id used in the generated config for the DataHcpProject to import.
The id of the existing DataHcpProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -829,7 +829,7 @@ The id of the project.
May be given as "" or "project/". If not set, the provider project is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project#project DataHcpProject#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project#project DataHcpProject#project}
---
diff --git a/docs/dataHcpProject.typescript.md b/docs/dataHcpProject.typescript.md
index 25f0cface..babe81509 100644
--- a/docs/dataHcpProject.typescript.md
+++ b/docs/dataHcpProject.typescript.md
@@ -4,7 +4,7 @@
### DataHcpProject
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project hcp_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project hcp_project}.
#### Initializers
@@ -372,7 +372,7 @@ The construct id used in the generated config for the DataHcpProject to import.
The id of the existing DataHcpProject that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/project#import import section} in the documentation of this resource for the id to use
---
@@ -718,7 +718,7 @@ The id of the project.
May be given as "" or "project/". If not set, the provider project is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project#project DataHcpProject#project}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project#project DataHcpProject#project}
---
diff --git a/docs/dataHcpServicePrincipal.csharp.md b/docs/dataHcpServicePrincipal.csharp.md
index d7319896c..83608ea96 100644
--- a/docs/dataHcpServicePrincipal.csharp.md
+++ b/docs/dataHcpServicePrincipal.csharp.md
@@ -4,7 +4,7 @@
### DataHcpServicePrincipal
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal hcp_service_principal}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal hcp_service_principal}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpServicePrincipal to
The id of the existing DataHcpServicePrincipal that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use
---
@@ -696,7 +696,7 @@ public string ResourceName { get; set; }
The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
---
diff --git a/docs/dataHcpServicePrincipal.go.md b/docs/dataHcpServicePrincipal.go.md
index 782e39983..f0b686278 100644
--- a/docs/dataHcpServicePrincipal.go.md
+++ b/docs/dataHcpServicePrincipal.go.md
@@ -4,7 +4,7 @@
### DataHcpServicePrincipal
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal hcp_service_principal}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal hcp_service_principal}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpServicePrincipal to
The id of the existing DataHcpServicePrincipal that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use
---
@@ -696,7 +696,7 @@ ResourceName *string
The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
---
diff --git a/docs/dataHcpServicePrincipal.java.md b/docs/dataHcpServicePrincipal.java.md
index 2026c94da..af32bd44e 100644
--- a/docs/dataHcpServicePrincipal.java.md
+++ b/docs/dataHcpServicePrincipal.java.md
@@ -4,7 +4,7 @@
### DataHcpServicePrincipal
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal hcp_service_principal}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal hcp_service_principal}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
---
@@ -431,7 +431,7 @@ The construct id used in the generated config for the DataHcpServicePrincipal to
The id of the existing DataHcpServicePrincipal that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use
---
@@ -766,7 +766,7 @@ public java.lang.String getResourceName();
The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
---
diff --git a/docs/dataHcpServicePrincipal.python.md b/docs/dataHcpServicePrincipal.python.md
index 2d067f20b..26177cb25 100644
--- a/docs/dataHcpServicePrincipal.python.md
+++ b/docs/dataHcpServicePrincipal.python.md
@@ -4,7 +4,7 @@
### DataHcpServicePrincipal
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal hcp_service_principal}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal hcp_service_principal}.
#### Initializers
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
---
@@ -465,7 +465,7 @@ The construct id used in the generated config for the DataHcpServicePrincipal to
The id of the existing DataHcpServicePrincipal that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use
---
@@ -796,7 +796,7 @@ resource_name: str
The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
---
diff --git a/docs/dataHcpServicePrincipal.typescript.md b/docs/dataHcpServicePrincipal.typescript.md
index d70ab3291..44d2a367d 100644
--- a/docs/dataHcpServicePrincipal.typescript.md
+++ b/docs/dataHcpServicePrincipal.typescript.md
@@ -4,7 +4,7 @@
### DataHcpServicePrincipal
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal hcp_service_principal}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal hcp_service_principal}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpServicePrincipal to
The id of the existing DataHcpServicePrincipal that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use
---
@@ -687,7 +687,7 @@ public readonly resourceName: string;
The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
---
diff --git a/docs/dataHcpVaultCluster.csharp.md b/docs/dataHcpVaultCluster.csharp.md
index d388a8219..86bfc333d 100644
--- a/docs/dataHcpVaultCluster.csharp.md
+++ b/docs/dataHcpVaultCluster.csharp.md
@@ -4,7 +4,7 @@
### DataHcpVaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -439,7 +439,7 @@ The construct id used in the generated config for the DataHcpVaultCluster to imp
The id of the existing DataHcpVaultCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -471,6 +471,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| CloudProvider
| string
| *No description.* |
| CreatedAt
| string
| *No description.* |
| HvnId
| string
| *No description.* |
+| IpAllowlist
| DataHcpVaultClusterIpAllowlistStructList
| *No description.* |
| MajorVersionUpgradeConfig
| DataHcpVaultClusterMajorVersionUpgradeConfigList
| *No description.* |
| MetricsConfig
| DataHcpVaultClusterMetricsConfigList
| *No description.* |
| MinVaultVersion
| string
| *No description.* |
@@ -663,6 +664,16 @@ public string HvnId { get; }
---
+##### `IpAllowlist`Required
+
+```csharp
+public DataHcpVaultClusterIpAllowlistStructList IpAllowlist { get; }
+```
+
+- *Type:* DataHcpVaultClusterIpAllowlistStructList
+
+---
+
##### `MajorVersionUpgradeConfig`Required
```csharp
@@ -1003,7 +1014,7 @@ new DataHcpVaultClusterConfig {
| Provisioners
| object[]
| *No description.* |
| ClusterId
| string
| The ID of the HCP Vault cluster. |
| AuditLogConfig
| object
| audit_log_config block. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -1090,7 +1101,7 @@ public string ClusterId { get; set; }
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
---
@@ -1104,7 +1115,7 @@ public object AuditLogConfig { get; set; }
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config}
---
@@ -1116,7 +1127,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1133,7 +1144,7 @@ public object MetricsConfig { get; set; }
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
---
@@ -1150,7 +1161,7 @@ The ID of the HCP project where the Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
---
@@ -1164,10 +1175,23 @@ public DataHcpVaultClusterTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
---
+### DataHcpVaultClusterIpAllowlistStruct
+
+#### Initializer
+
+```csharp
+using HashiCorp.Cdktf.Providers.Hcp;
+
+new DataHcpVaultClusterIpAllowlistStruct {
+
+};
+```
+
+
### DataHcpVaultClusterMajorVersionUpgradeConfig
#### Initializer
@@ -1210,7 +1234,7 @@ new DataHcpVaultClusterTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
---
@@ -1222,7 +1246,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
---
@@ -1941,6 +1965,444 @@ public object InternalValue { get; }
---
+### DataHcpVaultClusterIpAllowlistStructList
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Hcp;
+
+new DataHcpVaultClusterIpAllowlistStructList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TerraformResource
| HashiCorp.Cdktf.IInterpolatingParent
| The parent resource. |
+| TerraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| WrapsSet
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `TerraformResource`Required
+
+- *Type:* HashiCorp.Cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `TerraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `WrapsSet`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| AllWithMapKey
| Creating an iterator for this complex list. |
+| ComputeFqn
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+| Get
| *No description.* |
+
+---
+
+##### `AllWithMapKey`
+
+```csharp
+private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName)
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `MapKeyAttributeName`Required
+
+- *Type:* string
+
+---
+
+##### `ComputeFqn`
+
+```csharp
+private string ComputeFqn()
+```
+
+##### `Resolve`
+
+```csharp
+private object Resolve(IResolveContext Context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `Context`Required
+
+- *Type:* HashiCorp.Cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `Get`
+
+```csharp
+private DataHcpVaultClusterIpAllowlistStructOutputReference Get(double Index)
+```
+
+###### `Index`Required
+
+- *Type:* double
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| string
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```csharp
+public string[] CreationStack { get; }
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+
+### DataHcpVaultClusterIpAllowlistStructOutputReference
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Hcp;
+
+new DataHcpVaultClusterIpAllowlistStructOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TerraformResource
| HashiCorp.Cdktf.IInterpolatingParent
| The parent resource. |
+| TerraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| ComplexObjectIndex
| double
| the index of this item in the list. |
+| ComplexObjectIsFromSet
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `TerraformResource`Required
+
+- *Type:* HashiCorp.Cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `TerraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `ComplexObjectIndex`Required
+
+- *Type:* double
+
+the index of this item in the list.
+
+---
+
+##### `ComplexObjectIsFromSet`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ComputeFqn
| *No description.* |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `ComputeFqn`
+
+```csharp
+private string ComputeFqn()
+```
+
+##### `GetAnyMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanAttribute`
+
+```csharp
+private IResolvable GetBooleanAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetListAttribute`
+
+```csharp
+private string[] GetListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberAttribute`
+
+```csharp
+private double GetNumberAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberListAttribute`
+
+```csharp
+private double[] GetNumberListAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringAttribute`
+
+```csharp
+private string GetStringAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `GetStringMapAttribute`
+
+```csharp
+private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute)
+```
+
+###### `TerraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `InterpolationForAttribute`
+
+```csharp
+private IResolvable InterpolationForAttribute(string Property)
+```
+
+###### `Property`Required
+
+- *Type:* string
+
+---
+
+##### `Resolve`
+
+```csharp
+private object Resolve(IResolveContext Context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `Context`Required
+
+- *Type:* HashiCorp.Cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| string
| *No description.* |
+| Address
| string
| *No description.* |
+| Description
| string
| *No description.* |
+| InternalValue
| DataHcpVaultClusterIpAllowlistStruct
| *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
+
+---
+
+##### `Address`Required
+
+```csharp
+public string Address { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Description`Required
+
+```csharp
+public string Description { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `InternalValue`Optional
+
+```csharp
+public DataHcpVaultClusterIpAllowlistStruct InternalValue { get; }
+```
+
+- *Type:* DataHcpVaultClusterIpAllowlistStruct
+
+---
+
+
### DataHcpVaultClusterMajorVersionUpgradeConfigList
#### Initializers
diff --git a/docs/dataHcpVaultCluster.go.md b/docs/dataHcpVaultCluster.go.md
index aec468dc2..ddcdfb305 100644
--- a/docs/dataHcpVaultCluster.go.md
+++ b/docs/dataHcpVaultCluster.go.md
@@ -4,7 +4,7 @@
### DataHcpVaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -439,7 +439,7 @@ The construct id used in the generated config for the DataHcpVaultCluster to imp
The id of the existing DataHcpVaultCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -471,6 +471,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| CloudProvider
| *string
| *No description.* |
| CreatedAt
| *string
| *No description.* |
| HvnId
| *string
| *No description.* |
+| IpAllowlist
| DataHcpVaultClusterIpAllowlistStructList
| *No description.* |
| MajorVersionUpgradeConfig
| DataHcpVaultClusterMajorVersionUpgradeConfigList
| *No description.* |
| MetricsConfig
| DataHcpVaultClusterMetricsConfigList
| *No description.* |
| MinVaultVersion
| *string
| *No description.* |
@@ -663,6 +664,16 @@ func HvnId() *string
---
+##### `IpAllowlist`Required
+
+```go
+func IpAllowlist() DataHcpVaultClusterIpAllowlistStructList
+```
+
+- *Type:* DataHcpVaultClusterIpAllowlistStructList
+
+---
+
##### `MajorVersionUpgradeConfig`Required
```go
@@ -1003,7 +1014,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster"
| Provisioners
| *[]interface{}
| *No description.* |
| ClusterId
| *string
| The ID of the HCP Vault cluster. |
| AuditLogConfig
| interface{}
| audit_log_config block. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -1090,7 +1101,7 @@ ClusterId *string
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
---
@@ -1104,7 +1115,7 @@ AuditLogConfig interface{}
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config}
---
@@ -1116,7 +1127,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1133,7 +1144,7 @@ MetricsConfig interface{}
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
---
@@ -1150,7 +1161,7 @@ The ID of the HCP project where the Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
---
@@ -1164,10 +1175,23 @@ Timeouts DataHcpVaultClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
---
+### DataHcpVaultClusterIpAllowlistStruct
+
+#### Initializer
+
+```go
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster"
+
+&datahcpvaultcluster.DataHcpVaultClusterIpAllowlistStruct {
+
+}
+```
+
+
### DataHcpVaultClusterMajorVersionUpgradeConfig
#### Initializer
@@ -1210,7 +1234,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
---
@@ -1222,7 +1246,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
---
@@ -1941,6 +1965,444 @@ func InternalValue() interface{}
---
+### DataHcpVaultClusterIpAllowlistStructList
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster"
+
+datahcpvaultcluster.NewDataHcpVaultClusterIpAllowlistStructList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpVaultClusterIpAllowlistStructList
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| *string
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| *bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* *string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* *bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| AllWithMapKey
| Creating an iterator for this complex list. |
+| ComputeFqn
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+| Get
| *No description.* |
+
+---
+
+##### `AllWithMapKey`
+
+```go
+func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* *string
+
+---
+
+##### `ComputeFqn`
+
+```go
+func ComputeFqn() *string
+```
+
+##### `Resolve`
+
+```go
+func Resolve(_context IResolveContext) interface{}
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `Get`
+
+```go
+func Get(index *f64) DataHcpVaultClusterIpAllowlistStructOutputReference
+```
+
+###### `index`Required
+
+- *Type:* *f64
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| *[]*string
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| *string
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```go
+func CreationStack() *[]*string
+```
+
+- *Type:* *[]*string
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+
+### DataHcpVaultClusterIpAllowlistStructOutputReference
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultcluster"
+
+datahcpvaultcluster.NewDataHcpVaultClusterIpAllowlistStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpVaultClusterIpAllowlistStructOutputReference
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| *string
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| *f64
| the index of this item in the list. |
+| complexObjectIsFromSet
| *bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* *string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* *f64
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* *bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ComputeFqn
| *No description.* |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `ComputeFqn`
+
+```go
+func ComputeFqn() *string
+```
+
+##### `GetAnyMapAttribute`
+
+```go
+func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanAttribute`
+
+```go
+func GetBooleanAttribute(terraformAttribute *string) IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetBooleanMapAttribute`
+
+```go
+func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetListAttribute`
+
+```go
+func GetListAttribute(terraformAttribute *string) *[]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberAttribute`
+
+```go
+func GetNumberAttribute(terraformAttribute *string) *f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberListAttribute`
+
+```go
+func GetNumberListAttribute(terraformAttribute *string) *[]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetNumberMapAttribute`
+
+```go
+func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringAttribute`
+
+```go
+func GetStringAttribute(terraformAttribute *string) *string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `GetStringMapAttribute`
+
+```go
+func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* *string
+
+---
+
+##### `InterpolationForAttribute`
+
+```go
+func InterpolationForAttribute(property *string) IResolvable
+```
+
+###### `property`Required
+
+- *Type:* *string
+
+---
+
+##### `Resolve`
+
+```go
+func Resolve(_context IResolveContext) interface{}
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| *[]*string
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| *string
| *No description.* |
+| Address
| *string
| *No description.* |
+| Description
| *string
| *No description.* |
+| InternalValue
| DataHcpVaultClusterIpAllowlistStruct
| *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
+
+---
+
+##### `Address`Required
+
+```go
+func Address() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Description`Required
+
+```go
+func Description() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `InternalValue`Optional
+
+```go
+func InternalValue() DataHcpVaultClusterIpAllowlistStruct
+```
+
+- *Type:* DataHcpVaultClusterIpAllowlistStruct
+
+---
+
+
### DataHcpVaultClusterMajorVersionUpgradeConfigList
#### Initializers
diff --git a/docs/dataHcpVaultCluster.java.md b/docs/dataHcpVaultCluster.java.md
index 9ea1fb844..278e0bc05 100644
--- a/docs/dataHcpVaultCluster.java.md
+++ b/docs/dataHcpVaultCluster.java.md
@@ -4,7 +4,7 @@
### DataHcpVaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -47,7 +47,7 @@ DataHcpVaultCluster.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Vault cluster. |
| auditLogConfig
| com.hashicorp.cdktf.IResolvable OR java.util.List<DataHcpVaultClusterAuditLogConfig>
| audit_log_config block. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. |
| metricsConfig
| com.hashicorp.cdktf.IResolvable OR java.util.List<DataHcpVaultClusterMetricsConfig>
| metrics_config block. |
| projectId
| java.lang.String
| The ID of the HCP project where the Vault cluster is located. |
| timeouts
| DataHcpVaultClusterTimeouts
| timeouts block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.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.81.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
---
@@ -571,7 +571,7 @@ The construct id used in the generated config for the DataHcpVaultCluster to imp
The id of the existing DataHcpVaultCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -603,6 +603,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| cloudProvider
| java.lang.String
| *No description.* |
| createdAt
| java.lang.String
| *No description.* |
| hvnId
| java.lang.String
| *No description.* |
+| ipAllowlist
| DataHcpVaultClusterIpAllowlistStructList
| *No description.* |
| majorVersionUpgradeConfig
| DataHcpVaultClusterMajorVersionUpgradeConfigList
| *No description.* |
| metricsConfig
| DataHcpVaultClusterMetricsConfigList
| *No description.* |
| minVaultVersion
| java.lang.String
| *No description.* |
@@ -795,6 +796,16 @@ public java.lang.String getHvnId();
---
+##### `ipAllowlist`Required
+
+```java
+public DataHcpVaultClusterIpAllowlistStructList getIpAllowlist();
+```
+
+- *Type:* DataHcpVaultClusterIpAllowlistStructList
+
+---
+
##### `majorVersionUpgradeConfig`Required
```java
@@ -1140,7 +1151,7 @@ DataHcpVaultClusterConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Vault cluster. |
| auditLogConfig
| com.hashicorp.cdktf.IResolvable OR java.util.List<DataHcpVaultClusterAuditLogConfig>
| audit_log_config block. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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. |
@@ -1227,7 +1238,7 @@ public java.lang.String getClusterId();
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
---
@@ -1241,7 +1252,7 @@ public java.lang.Object getAuditLogConfig();
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config}
---
@@ -1253,7 +1264,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1270,7 +1281,7 @@ public java.lang.Object getMetricsConfig();
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
---
@@ -1287,7 +1298,7 @@ The ID of the HCP project where the Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
---
@@ -1301,10 +1312,22 @@ public DataHcpVaultClusterTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
---
+### DataHcpVaultClusterIpAllowlistStruct
+
+#### Initializer
+
+```java
+import com.hashicorp.cdktf.providers.hcp.data_hcp_vault_cluster.DataHcpVaultClusterIpAllowlistStruct;
+
+DataHcpVaultClusterIpAllowlistStruct.builder()
+ .build();
+```
+
+
### DataHcpVaultClusterMajorVersionUpgradeConfig
#### Initializer
@@ -1345,7 +1368,7 @@ DataHcpVaultClusterTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
---
@@ -1357,7 +1380,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
---
@@ -2076,6 +2099,444 @@ public java.lang.Object getInternalValue();
---
+### DataHcpVaultClusterIpAllowlistStructList
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.hcp.data_hcp_vault_cluster.DataHcpVaultClusterIpAllowlistStructList;
+
+new DataHcpVaultClusterIpAllowlistStructList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| com.hashicorp.cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| java.lang.String
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| java.lang.Boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* com.hashicorp.cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* java.lang.Boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| allWithMapKey
| Creating an iterator for this complex list. |
+| computeFqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `allWithMapKey`
+
+```java
+public DynamicListTerraformIterator allWithMapKey(java.lang.String mapKeyAttributeName)
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `computeFqn`
+
+```java
+public java.lang.String computeFqn()
+```
+
+##### `resolve`
+
+```java
+public java.lang.Object resolve(IResolveContext _context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* com.hashicorp.cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```java
+public DataHcpVaultClusterIpAllowlistStructOutputReference get(java.lang.Number index)
+```
+
+###### `index`Required
+
+- *Type:* java.lang.Number
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| java.util.List
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| java.lang.String
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```java
+public java.util.List getCreationStack();
+```
+
+- *Type:* java.util.List
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+
+### DataHcpVaultClusterIpAllowlistStructOutputReference
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.hcp.data_hcp_vault_cluster.DataHcpVaultClusterIpAllowlistStructOutputReference;
+
+new DataHcpVaultClusterIpAllowlistStructOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Number complexObjectIndex, java.lang.Boolean complexObjectIsFromSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| com.hashicorp.cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| java.lang.String
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| java.lang.Number
| the index of this item in the list. |
+| complexObjectIsFromSet
| java.lang.Boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* com.hashicorp.cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* java.lang.Number
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* java.lang.Boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| computeFqn
| *No description.* |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `computeFqn`
+
+```java
+public java.lang.String computeFqn()
+```
+
+##### `getAnyMapAttribute`
+
+```java
+public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanAttribute`
+
+```java
+public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getBooleanMapAttribute`
+
+```java
+public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getListAttribute`
+
+```java
+public java.util.List getListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberAttribute`
+
+```java
+public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberListAttribute`
+
+```java
+public java.util.List getNumberListAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getNumberMapAttribute`
+
+```java
+public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringAttribute`
+
+```java
+public java.lang.String getStringAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `getStringMapAttribute`
+
+```java
+public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute)
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `interpolationForAttribute`
+
+```java
+public IResolvable interpolationForAttribute(java.lang.String property)
+```
+
+###### `property`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `resolve`
+
+```java
+public java.lang.Object resolve(IResolveContext _context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* com.hashicorp.cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| java.util.List
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| java.lang.String
| *No description.* |
+| address
| java.lang.String
| *No description.* |
+| description
| java.lang.String
| *No description.* |
+| internalValue
| DataHcpVaultClusterIpAllowlistStruct
| *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
+
+---
+
+##### `address`Required
+
+```java
+public java.lang.String getAddress();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `description`Required
+
+```java
+public java.lang.String getDescription();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `internalValue`Optional
+
+```java
+public DataHcpVaultClusterIpAllowlistStruct getInternalValue();
+```
+
+- *Type:* DataHcpVaultClusterIpAllowlistStruct
+
+---
+
+
### DataHcpVaultClusterMajorVersionUpgradeConfigList
#### Initializers
diff --git a/docs/dataHcpVaultCluster.python.md b/docs/dataHcpVaultCluster.python.md
index 5b2f1367c..ce0335fa6 100644
--- a/docs/dataHcpVaultCluster.python.md
+++ b/docs/dataHcpVaultCluster.python.md
@@ -4,7 +4,7 @@
### DataHcpVaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -43,7 +43,7 @@ dataHcpVaultCluster.DataHcpVaultCluster(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Vault cluster. |
| audit_log_config
| typing.Union[cdktf.IResolvable, typing.List[DataHcpVaultClusterAuditLogConfig]]
| audit_log_config block. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. |
| metrics_config
| typing.Union[cdktf.IResolvable, typing.List[DataHcpVaultClusterMetricsConfig]]
| metrics_config block. |
| project_id
| str
| The ID of the HCP project where the Vault cluster is located. |
| timeouts
| DataHcpVaultClusterTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -147,7 +147,7 @@ If you experience problems setting this value it might not be settable. Please t
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
---
@@ -160,7 +160,7 @@ The ID of the HCP project where the Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
---
@@ -463,7 +463,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
---
@@ -611,7 +611,7 @@ The construct id used in the generated config for the DataHcpVaultCluster to imp
The id of the existing DataHcpVaultCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -643,6 +643,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| cloud_provider
| str
| *No description.* |
| created_at
| str
| *No description.* |
| hvn_id
| str
| *No description.* |
+| ip_allowlist
| DataHcpVaultClusterIpAllowlistStructList
| *No description.* |
| major_version_upgrade_config
| DataHcpVaultClusterMajorVersionUpgradeConfigList
| *No description.* |
| metrics_config
| DataHcpVaultClusterMetricsConfigList
| *No description.* |
| min_vault_version
| str
| *No description.* |
@@ -835,6 +836,16 @@ hvn_id: str
---
+##### `ip_allowlist`Required
+
+```python
+ip_allowlist: DataHcpVaultClusterIpAllowlistStructList
+```
+
+- *Type:* DataHcpVaultClusterIpAllowlistStructList
+
+---
+
##### `major_version_upgrade_config`Required
```python
@@ -1173,7 +1184,7 @@ dataHcpVaultCluster.DataHcpVaultClusterConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Vault cluster. |
| audit_log_config
| typing.Union[cdktf.IResolvable, typing.List[DataHcpVaultClusterAuditLogConfig]]
| audit_log_config block. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -1260,7 +1271,7 @@ cluster_id: str
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
---
@@ -1274,7 +1285,7 @@ audit_log_config: typing.Union[IResolvable, typing.List[DataHcpVaultClusterAudit
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config}
---
@@ -1286,7 +1297,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1303,7 +1314,7 @@ metrics_config: typing.Union[IResolvable, typing.List[DataHcpVaultClusterMetrics
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
---
@@ -1320,7 +1331,7 @@ The ID of the HCP project where the Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
---
@@ -1334,10 +1345,21 @@ timeouts: DataHcpVaultClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
---
+### DataHcpVaultClusterIpAllowlistStruct
+
+#### Initializer
+
+```python
+from cdktf_cdktf_provider_hcp import data_hcp_vault_cluster
+
+dataHcpVaultCluster.DataHcpVaultClusterIpAllowlistStruct()
+```
+
+
### DataHcpVaultClusterMajorVersionUpgradeConfig
#### Initializer
@@ -1376,7 +1398,7 @@ dataHcpVaultCluster.DataHcpVaultClusterTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
---
@@ -1388,7 +1410,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
---
@@ -2144,6 +2166,481 @@ internal_value: typing.Union[IResolvable, DataHcpVaultClusterAuditLogConfig]
---
+### DataHcpVaultClusterIpAllowlistStructList
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_hcp import data_hcp_vault_cluster
+
+dataHcpVaultCluster.DataHcpVaultClusterIpAllowlistStructList(
+ terraform_resource: IInterpolatingParent,
+ terraform_attribute: str,
+ wraps_set: bool
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraform_resource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraform_attribute
| str
| The attribute on the parent resource this class is referencing. |
+| wraps_set
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraform_resource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraform_attribute`Required
+
+- *Type:* str
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wraps_set`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| all_with_map_key
| Creating an iterator for this complex list. |
+| compute_fqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| to_string
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `all_with_map_key`
+
+```python
+def all_with_map_key(
+ map_key_attribute_name: str
+) -> DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `map_key_attribute_name`Required
+
+- *Type:* str
+
+---
+
+##### `compute_fqn`
+
+```python
+def compute_fqn() -> str
+```
+
+##### `resolve`
+
+```python
+def resolve(
+ _context: IResolveContext
+) -> typing.Any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```python
+def get(
+ index: typing.Union[int, float]
+) -> DataHcpVaultClusterIpAllowlistStructOutputReference
+```
+
+###### `index`Required
+
+- *Type:* typing.Union[int, float]
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creation_stack
| typing.List[str]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| str
| *No description.* |
+
+---
+
+##### `creation_stack`Required
+
+```python
+creation_stack: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```python
+fqn: str
+```
+
+- *Type:* str
+
+---
+
+
+### DataHcpVaultClusterIpAllowlistStructOutputReference
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_hcp import data_hcp_vault_cluster
+
+dataHcpVaultCluster.DataHcpVaultClusterIpAllowlistStructOutputReference(
+ terraform_resource: IInterpolatingParent,
+ terraform_attribute: str,
+ complex_object_index: typing.Union[int, float],
+ complex_object_is_from_set: bool
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraform_resource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraform_attribute
| str
| The attribute on the parent resource this class is referencing. |
+| complex_object_index
| typing.Union[int, float]
| the index of this item in the list. |
+| complex_object_is_from_set
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraform_resource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraform_attribute`Required
+
+- *Type:* str
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complex_object_index`Required
+
+- *Type:* typing.Union[int, float]
+
+the index of this item in the list.
+
+---
+
+##### `complex_object_is_from_set`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| compute_fqn
| *No description.* |
+| get_any_map_attribute
| *No description.* |
+| get_boolean_attribute
| *No description.* |
+| get_boolean_map_attribute
| *No description.* |
+| get_list_attribute
| *No description.* |
+| get_number_attribute
| *No description.* |
+| get_number_list_attribute
| *No description.* |
+| get_number_map_attribute
| *No description.* |
+| get_string_attribute
| *No description.* |
+| get_string_map_attribute
| *No description.* |
+| interpolation_for_attribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| to_string
| Return a string representation of this resolvable object. |
+
+---
+
+##### `compute_fqn`
+
+```python
+def compute_fqn() -> str
+```
+
+##### `get_any_map_attribute`
+
+```python
+def get_any_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Any]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_attribute`
+
+```python
+def get_boolean_attribute(
+ terraform_attribute: str
+) -> IResolvable
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_boolean_map_attribute`
+
+```python
+def get_boolean_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[bool]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_list_attribute`
+
+```python
+def get_list_attribute(
+ terraform_attribute: str
+) -> typing.List[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_attribute`
+
+```python
+def get_number_attribute(
+ terraform_attribute: str
+) -> typing.Union[int, float]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_list_attribute`
+
+```python
+def get_number_list_attribute(
+ terraform_attribute: str
+) -> typing.List[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_number_map_attribute`
+
+```python
+def get_number_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[typing.Union[int, float]]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_attribute`
+
+```python
+def get_string_attribute(
+ terraform_attribute: str
+) -> str
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `get_string_map_attribute`
+
+```python
+def get_string_map_attribute(
+ terraform_attribute: str
+) -> typing.Mapping[str]
+```
+
+###### `terraform_attribute`Required
+
+- *Type:* str
+
+---
+
+##### `interpolation_for_attribute`
+
+```python
+def interpolation_for_attribute(
+ property: str
+) -> IResolvable
+```
+
+###### `property`Required
+
+- *Type:* str
+
+---
+
+##### `resolve`
+
+```python
+def resolve(
+ _context: IResolveContext
+) -> typing.Any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creation_stack
| typing.List[str]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| str
| *No description.* |
+| address
| str
| *No description.* |
+| description
| str
| *No description.* |
+| internal_value
| DataHcpVaultClusterIpAllowlistStruct
| *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
+
+---
+
+##### `address`Required
+
+```python
+address: str
+```
+
+- *Type:* str
+
+---
+
+##### `description`Required
+
+```python
+description: str
+```
+
+- *Type:* str
+
+---
+
+##### `internal_value`Optional
+
+```python
+internal_value: DataHcpVaultClusterIpAllowlistStruct
+```
+
+- *Type:* DataHcpVaultClusterIpAllowlistStruct
+
+---
+
+
### DataHcpVaultClusterMajorVersionUpgradeConfigList
#### Initializers
diff --git a/docs/dataHcpVaultCluster.typescript.md b/docs/dataHcpVaultCluster.typescript.md
index b0c3a6741..15e233c66 100644
--- a/docs/dataHcpVaultCluster.typescript.md
+++ b/docs/dataHcpVaultCluster.typescript.md
@@ -4,7 +4,7 @@
### DataHcpVaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -439,7 +439,7 @@ The construct id used in the generated config for the DataHcpVaultCluster to imp
The id of the existing DataHcpVaultCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -471,6 +471,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| cloudProvider
| string
| *No description.* |
| createdAt
| string
| *No description.* |
| hvnId
| string
| *No description.* |
+| ipAllowlist
| DataHcpVaultClusterIpAllowlistStructList
| *No description.* |
| majorVersionUpgradeConfig
| DataHcpVaultClusterMajorVersionUpgradeConfigList
| *No description.* |
| metricsConfig
| DataHcpVaultClusterMetricsConfigList
| *No description.* |
| minVaultVersion
| string
| *No description.* |
@@ -663,6 +664,16 @@ public readonly hvnId: string;
---
+##### `ipAllowlist`Required
+
+```typescript
+public readonly ipAllowlist: DataHcpVaultClusterIpAllowlistStructList;
+```
+
+- *Type:* DataHcpVaultClusterIpAllowlistStructList
+
+---
+
##### `majorVersionUpgradeConfig`Required
```typescript
@@ -987,7 +998,7 @@ const dataHcpVaultClusterConfig: dataHcpVaultCluster.DataHcpVaultClusterConfig =
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| clusterId
| string
| The ID of the HCP Vault cluster. |
| auditLogConfig
| cdktf.IResolvable \| DataHcpVaultClusterAuditLogConfig[]
| audit_log_config block. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -1074,7 +1085,7 @@ public readonly clusterId: string;
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
---
@@ -1088,7 +1099,7 @@ public readonly auditLogConfig: IResolvable | DataHcpVaultClusterAuditLogConfig[
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config}
---
@@ -1100,7 +1111,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1117,7 +1128,7 @@ public readonly metricsConfig: IResolvable | DataHcpVaultClusterMetricsConfig[];
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
---
@@ -1134,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.80.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
---
@@ -1148,10 +1159,21 @@ public readonly timeouts: DataHcpVaultClusterTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
---
+### DataHcpVaultClusterIpAllowlistStruct
+
+#### Initializer
+
+```typescript
+import { dataHcpVaultCluster } from '@cdktf/provider-hcp'
+
+const dataHcpVaultClusterIpAllowlistStruct: dataHcpVaultCluster.DataHcpVaultClusterIpAllowlistStruct = { ... }
+```
+
+
### DataHcpVaultClusterMajorVersionUpgradeConfig
#### Initializer
@@ -1188,7 +1210,7 @@ const dataHcpVaultClusterTimeouts: dataHcpVaultCluster.DataHcpVaultClusterTimeou
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
---
@@ -1200,7 +1222,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
---
@@ -1919,6 +1941,444 @@ public readonly internalValue: IResolvable | DataHcpVaultClusterAuditLogConfig;
---
+### DataHcpVaultClusterIpAllowlistStructList
+
+#### Initializers
+
+```typescript
+import { dataHcpVaultCluster } from '@cdktf/provider-hcp'
+
+new dataHcpVaultCluster.DataHcpVaultClusterIpAllowlistStructList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| allWithMapKey
| Creating an iterator for this complex list. |
+| computeFqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `allWithMapKey`
+
+```typescript
+public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* string
+
+---
+
+##### `computeFqn`
+
+```typescript
+public computeFqn(): string
+```
+
+##### `resolve`
+
+```typescript
+public resolve(_context: IResolveContext): any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```typescript
+public get(index: number): DataHcpVaultClusterIpAllowlistStructOutputReference
+```
+
+###### `index`Required
+
+- *Type:* number
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| string
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```typescript
+public readonly creationStack: string[];
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```typescript
+public readonly fqn: string;
+```
+
+- *Type:* string
+
+---
+
+
+### DataHcpVaultClusterIpAllowlistStructOutputReference
+
+#### Initializers
+
+```typescript
+import { dataHcpVaultCluster } from '@cdktf/provider-hcp'
+
+new dataHcpVaultCluster.DataHcpVaultClusterIpAllowlistStructOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| number
| the index of this item in the list. |
+| complexObjectIsFromSet
| boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* number
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| computeFqn
| *No description.* |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+
+---
+
+##### `computeFqn`
+
+```typescript
+public computeFqn(): string
+```
+
+##### `getAnyMapAttribute`
+
+```typescript
+public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanAttribute`
+
+```typescript
+public getBooleanAttribute(terraformAttribute: string): IResolvable
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getBooleanMapAttribute`
+
+```typescript
+public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getListAttribute`
+
+```typescript
+public getListAttribute(terraformAttribute: string): string[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberAttribute`
+
+```typescript
+public getNumberAttribute(terraformAttribute: string): number
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberListAttribute`
+
+```typescript
+public getNumberListAttribute(terraformAttribute: string): number[]
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getNumberMapAttribute`
+
+```typescript
+public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringAttribute`
+
+```typescript
+public getStringAttribute(terraformAttribute: string): string
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `getStringMapAttribute`
+
+```typescript
+public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
+```
+
+###### `terraformAttribute`Required
+
+- *Type:* string
+
+---
+
+##### `interpolationForAttribute`
+
+```typescript
+public interpolationForAttribute(property: string): IResolvable
+```
+
+###### `property`Required
+
+- *Type:* string
+
+---
+
+##### `resolve`
+
+```typescript
+public resolve(_context: IResolveContext): any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| string
| *No description.* |
+| address
| string
| *No description.* |
+| description
| string
| *No description.* |
+| internalValue
| DataHcpVaultClusterIpAllowlistStruct
| *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
+
+---
+
+##### `address`Required
+
+```typescript
+public readonly address: string;
+```
+
+- *Type:* string
+
+---
+
+##### `description`Required
+
+```typescript
+public readonly description: string;
+```
+
+- *Type:* string
+
+---
+
+##### `internalValue`Optional
+
+```typescript
+public readonly internalValue: DataHcpVaultClusterIpAllowlistStruct;
+```
+
+- *Type:* DataHcpVaultClusterIpAllowlistStruct
+
+---
+
+
### DataHcpVaultClusterMajorVersionUpgradeConfigList
#### Initializers
diff --git a/docs/dataHcpVaultPlugin.csharp.md b/docs/dataHcpVaultPlugin.csharp.md
index b2c82846c..a75b4aa82 100644
--- a/docs/dataHcpVaultPlugin.csharp.md
+++ b/docs/dataHcpVaultPlugin.csharp.md
@@ -4,7 +4,7 @@
### DataHcpVaultPlugin
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin hcp_vault_plugin}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin hcp_vault_plugin}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpVaultPlugin to impo
The id of the existing DataHcpVaultPlugin that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use
---
@@ -742,7 +742,7 @@ new DataHcpVaultPluginConfig {
| ClusterId
| string
| The ID of the HCP Vault cluster. |
| PluginName
| string
| The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. |
| PluginType
| string
| The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. |
| ProjectId
| string
| The ID of the HCP project where the HCP Vault cluster is located. |
| Timeouts
| DataHcpVaultPluginTimeouts
| timeouts block. |
@@ -828,7 +828,7 @@ public string ClusterId { get; set; }
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
---
@@ -842,7 +842,7 @@ public string PluginName { get; set; }
The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
---
@@ -856,7 +856,7 @@ public string PluginType { get; set; }
The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
---
@@ -868,7 +868,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -888,7 +888,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
---
@@ -902,7 +902,7 @@ public DataHcpVaultPluginTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
---
@@ -922,7 +922,7 @@ new DataHcpVaultPluginTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. |
---
@@ -934,7 +934,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}.
---
diff --git a/docs/dataHcpVaultPlugin.go.md b/docs/dataHcpVaultPlugin.go.md
index de8645e67..78e15a73b 100644
--- a/docs/dataHcpVaultPlugin.go.md
+++ b/docs/dataHcpVaultPlugin.go.md
@@ -4,7 +4,7 @@
### DataHcpVaultPlugin
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin hcp_vault_plugin}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin hcp_vault_plugin}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpVaultPlugin to impo
The id of the existing DataHcpVaultPlugin that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use
---
@@ -742,7 +742,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultplugin"
| ClusterId
| *string
| The ID of the HCP Vault cluster. |
| PluginName
| *string
| The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. |
| PluginType
| *string
| The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HCP Vault cluster is located. |
| Timeouts
| DataHcpVaultPluginTimeouts
| timeouts block. |
@@ -828,7 +828,7 @@ ClusterId *string
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
---
@@ -842,7 +842,7 @@ PluginName *string
The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
---
@@ -856,7 +856,7 @@ PluginType *string
The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
---
@@ -868,7 +868,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -888,7 +888,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
---
@@ -902,7 +902,7 @@ Timeouts DataHcpVaultPluginTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
---
@@ -922,7 +922,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/datahcpvaultplugin"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. |
---
@@ -934,7 +934,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}.
---
diff --git a/docs/dataHcpVaultPlugin.java.md b/docs/dataHcpVaultPlugin.java.md
index 576214748..0f4cdc56e 100644
--- a/docs/dataHcpVaultPlugin.java.md
+++ b/docs/dataHcpVaultPlugin.java.md
@@ -4,7 +4,7 @@
### DataHcpVaultPlugin
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin hcp_vault_plugin}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin hcp_vault_plugin}.
#### Initializers
@@ -46,7 +46,7 @@ DataHcpVaultPlugin.Builder.create(Construct scope, java.lang.String id)
| clusterId
| java.lang.String
| The ID of the HCP Vault cluster. |
| pluginName
| java.lang.String
| The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. |
| pluginType
| java.lang.String
| The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| DataHcpVaultPluginTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -162,7 +162,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
---
@@ -529,7 +529,7 @@ The construct id used in the generated config for the DataHcpVaultPlugin to impo
The id of the existing DataHcpVaultPlugin that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use
---
@@ -876,7 +876,7 @@ DataHcpVaultPluginConfig.builder()
| clusterId
| java.lang.String
| The ID of the HCP Vault cluster. |
| pluginName
| java.lang.String
| The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. |
| pluginType
| java.lang.String
| The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| DataHcpVaultPluginTimeouts
| timeouts block. |
@@ -962,7 +962,7 @@ public java.lang.String getClusterId();
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
---
@@ -976,7 +976,7 @@ public java.lang.String getPluginName();
The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
---
@@ -990,7 +990,7 @@ public java.lang.String getPluginType();
The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
---
@@ -1002,7 +1002,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1022,7 +1022,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
---
@@ -1036,7 +1036,7 @@ public DataHcpVaultPluginTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
---
@@ -1056,7 +1056,7 @@ DataHcpVaultPluginTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. |
---
@@ -1068,7 +1068,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}.
---
diff --git a/docs/dataHcpVaultPlugin.python.md b/docs/dataHcpVaultPlugin.python.md
index 4c54e1f03..dce24942e 100644
--- a/docs/dataHcpVaultPlugin.python.md
+++ b/docs/dataHcpVaultPlugin.python.md
@@ -4,7 +4,7 @@
### DataHcpVaultPlugin
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin hcp_vault_plugin}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin hcp_vault_plugin}.
#### Initializers
@@ -44,7 +44,7 @@ dataHcpVaultPlugin.DataHcpVaultPlugin(
| cluster_id
| str
| The ID of the HCP Vault cluster. |
| plugin_name
| str
| The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. |
| plugin_type
| str
| The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| DataHcpVaultPluginTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -160,7 +160,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
---
@@ -431,7 +431,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}.
---
@@ -567,7 +567,7 @@ The construct id used in the generated config for the DataHcpVaultPlugin to impo
The id of the existing DataHcpVaultPlugin that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use
---
@@ -910,7 +910,7 @@ dataHcpVaultPlugin.DataHcpVaultPluginConfig(
| cluster_id
| str
| The ID of the HCP Vault cluster. |
| plugin_name
| str
| The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. |
| plugin_type
| str
| The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| DataHcpVaultPluginTimeouts
| timeouts block. |
@@ -996,7 +996,7 @@ cluster_id: str
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
---
@@ -1010,7 +1010,7 @@ plugin_name: str
The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
---
@@ -1024,7 +1024,7 @@ plugin_type: str
The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
---
@@ -1036,7 +1036,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1056,7 +1056,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
---
@@ -1070,7 +1070,7 @@ timeouts: DataHcpVaultPluginTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
---
@@ -1090,7 +1090,7 @@ dataHcpVaultPlugin.DataHcpVaultPluginTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. |
---
@@ -1102,7 +1102,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}.
---
diff --git a/docs/dataHcpVaultPlugin.typescript.md b/docs/dataHcpVaultPlugin.typescript.md
index 7fd69f7f4..867710016 100644
--- a/docs/dataHcpVaultPlugin.typescript.md
+++ b/docs/dataHcpVaultPlugin.typescript.md
@@ -4,7 +4,7 @@
### DataHcpVaultPlugin
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin hcp_vault_plugin}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin hcp_vault_plugin}.
#### Initializers
@@ -399,7 +399,7 @@ The construct id used in the generated config for the DataHcpVaultPlugin to impo
The id of the existing DataHcpVaultPlugin that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use
---
@@ -728,7 +728,7 @@ const dataHcpVaultPluginConfig: dataHcpVaultPlugin.DataHcpVaultPluginConfig = {
| clusterId
| string
| The ID of the HCP Vault cluster. |
| pluginName
| string
| The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. |
| pluginType
| string
| The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}. |
| projectId
| string
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| DataHcpVaultPluginTimeouts
| timeouts block. |
@@ -814,7 +814,7 @@ public readonly clusterId: string;
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
---
@@ -828,7 +828,7 @@ public readonly pluginName: string;
The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
---
@@ -842,7 +842,7 @@ public readonly pluginType: string;
The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
---
@@ -854,7 +854,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -874,7 +874,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
---
@@ -888,7 +888,7 @@ public readonly timeouts: DataHcpVaultPluginTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
---
@@ -906,7 +906,7 @@ const dataHcpVaultPluginTimeouts: dataHcpVaultPlugin.DataHcpVaultPluginTimeouts
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}. |
---
@@ -918,7 +918,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}.
---
diff --git a/docs/dataHcpVaultSecretsApp.csharp.md b/docs/dataHcpVaultSecretsApp.csharp.md
index 81ca53225..203833af8 100644
--- a/docs/dataHcpVaultSecretsApp.csharp.md
+++ b/docs/dataHcpVaultSecretsApp.csharp.md
@@ -4,7 +4,7 @@
### DataHcpVaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsApp to
The id of the existing DataHcpVaultSecretsApp that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use
---
@@ -718,7 +718,7 @@ public string AppName { get; set; }
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 098e62ec6..4e360a09a 100644
--- a/docs/dataHcpVaultSecretsApp.go.md
+++ b/docs/dataHcpVaultSecretsApp.go.md
@@ -4,7 +4,7 @@
### DataHcpVaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsApp to
The id of the existing DataHcpVaultSecretsApp that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use
---
@@ -718,7 +718,7 @@ AppName *string
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 aea77b6d0..50356c11d 100644
--- a/docs/dataHcpVaultSecretsApp.java.md
+++ b/docs/dataHcpVaultSecretsApp.java.md
@@ -4,7 +4,7 @@
### DataHcpVaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name}
---
@@ -431,7 +431,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsApp to
The id of the existing DataHcpVaultSecretsApp that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use
---
@@ -788,7 +788,7 @@ public java.lang.String getAppName();
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 fa0b64a8d..c38ddfc79 100644
--- a/docs/dataHcpVaultSecretsApp.python.md
+++ b/docs/dataHcpVaultSecretsApp.python.md
@@ -4,7 +4,7 @@
### DataHcpVaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name}
---
@@ -465,7 +465,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsApp to
The id of the existing DataHcpVaultSecretsApp that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use
---
@@ -818,7 +818,7 @@ app_name: str
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 018024731..d7a023f39 100644
--- a/docs/dataHcpVaultSecretsApp.typescript.md
+++ b/docs/dataHcpVaultSecretsApp.typescript.md
@@ -4,7 +4,7 @@
### DataHcpVaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsApp to
The id of the existing DataHcpVaultSecretsApp that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_app#import import section} in the documentation of this resource for the id to use
---
@@ -709,7 +709,7 @@ public readonly appName: string;
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 cb750c1aa..5b6e3b254 100644
--- a/docs/dataHcpVaultSecretsSecret.csharp.md
+++ b/docs/dataHcpVaultSecretsSecret.csharp.md
@@ -4,7 +4,7 @@
### DataHcpVaultSecretsSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsSecret
The id of the existing DataHcpVaultSecretsSecret that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use
---
@@ -742,7 +742,7 @@ public string AppName { get; set; }
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name}
---
@@ -756,7 +756,7 @@ public string SecretName { get; set; }
The name of the Vault Secrets secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 06bda0f09..c7715b67b 100644
--- a/docs/dataHcpVaultSecretsSecret.go.md
+++ b/docs/dataHcpVaultSecretsSecret.go.md
@@ -4,7 +4,7 @@
### DataHcpVaultSecretsSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsSecret
The id of the existing DataHcpVaultSecretsSecret that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use
---
@@ -742,7 +742,7 @@ AppName *string
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name}
---
@@ -756,7 +756,7 @@ SecretName *string
The name of the Vault Secrets secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 f28ec8b3c..b93ea0639 100644
--- a/docs/dataHcpVaultSecretsSecret.java.md
+++ b/docs/dataHcpVaultSecretsSecret.java.md
@@ -4,7 +4,7 @@
### DataHcpVaultSecretsSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the Vault Secrets secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name}
---
@@ -443,7 +443,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsSecret
The id of the existing DataHcpVaultSecretsSecret that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use
---
@@ -824,7 +824,7 @@ public java.lang.String getAppName();
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name}
---
@@ -838,7 +838,7 @@ public java.lang.String getSecretName();
The name of the Vault Secrets secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 59058bb95..6dbb22b4b 100644
--- a/docs/dataHcpVaultSecretsSecret.python.md
+++ b/docs/dataHcpVaultSecretsSecret.python.md
@@ -4,7 +4,7 @@
### DataHcpVaultSecretsSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the Vault Secrets secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_secret#secret_name DataHcpVaultSecretsSecret#secret_name}
---
@@ -477,7 +477,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsSecret
The id of the existing DataHcpVaultSecretsSecret that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use
---
@@ -854,7 +854,7 @@ app_name: str
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name}
---
@@ -868,7 +868,7 @@ secret_name: str
The name of the Vault Secrets secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 19ef3ad8f..5a5a5e9b9 100644
--- a/docs/dataHcpVaultSecretsSecret.typescript.md
+++ b/docs/dataHcpVaultSecretsSecret.typescript.md
@@ -4,7 +4,7 @@
### DataHcpVaultSecretsSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}.
#### Initializers
@@ -365,7 +365,7 @@ The construct id used in the generated config for the DataHcpVaultSecretsSecret
The id of the existing DataHcpVaultSecretsSecret that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use
---
@@ -732,7 +732,7 @@ public readonly appName: string;
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/vault_secrets_secret#app_name DataHcpVaultSecretsSecret#app_name}
---
@@ -746,7 +746,7 @@ public readonly secretName: string;
The name of the Vault Secrets secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 1828c3230..191a1fad6 100644
--- a/docs/hvn.csharp.md
+++ b/docs/hvn.csharp.md
@@ -4,7 +4,7 @@
### Hvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn hcp_hvn}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the Hvn to import.
The id of the existing Hvn that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use
---
@@ -952,7 +952,7 @@ new HvnConfig {
| HvnId
| string
| The ID of the HashiCorp Virtual Network (HVN). |
| Region
| string
| The region where the HVN is located. |
| CidrBlock
| string
| The CIDR range of the HVN. If this is not provided, the service will provide a default value. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#id Hvn#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#id Hvn#id}. |
| ProjectId
| string
| The ID of the HCP project where the HVN is located. |
| Timeouts
| HvnTimeouts
| timeouts block. |
@@ -1038,7 +1038,7 @@ public string CloudProvider { get; set; }
The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
---
@@ -1052,7 +1052,7 @@ public string HvnId { get; set; }
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
---
@@ -1066,7 +1066,7 @@ public string Region { get; set; }
The region where the HVN is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#region Hvn#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#region Hvn#region}
---
@@ -1080,7 +1080,7 @@ public string CidrBlock { get; set; }
The CIDR range of the HVN. If this is not provided, the service will provide a default value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
---
@@ -1092,7 +1092,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#id Hvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#id Hvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1112,7 +1112,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#project_id Hvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#project_id Hvn#project_id}
---
@@ -1126,7 +1126,7 @@ public HvnTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#timeouts Hvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#timeouts Hvn#timeouts}
---
@@ -1148,9 +1148,9 @@ new HvnTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#create Hvn#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#default Hvn#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#delete Hvn#delete}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#create Hvn#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#default Hvn#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#delete Hvn#delete}. |
---
@@ -1162,7 +1162,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#create Hvn#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#create Hvn#create}.
---
@@ -1174,7 +1174,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#default Hvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#default Hvn#default}.
---
@@ -1186,7 +1186,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#delete Hvn#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#delete Hvn#delete}.
---
diff --git a/docs/hvn.go.md b/docs/hvn.go.md
index bec0db4e3..9590e95ca 100644
--- a/docs/hvn.go.md
+++ b/docs/hvn.go.md
@@ -4,7 +4,7 @@
### Hvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn hcp_hvn}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the Hvn to import.
The id of the existing Hvn that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use
---
@@ -952,7 +952,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvn"
| HvnId
| *string
| The ID of the HashiCorp Virtual Network (HVN). |
| Region
| *string
| The region where the HVN is located. |
| CidrBlock
| *string
| The CIDR range of the HVN. If this is not provided, the service will provide a default value. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#id Hvn#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#id Hvn#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HVN is located. |
| Timeouts
| HvnTimeouts
| timeouts block. |
@@ -1038,7 +1038,7 @@ CloudProvider *string
The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
---
@@ -1052,7 +1052,7 @@ HvnId *string
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
---
@@ -1066,7 +1066,7 @@ Region *string
The region where the HVN is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#region Hvn#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#region Hvn#region}
---
@@ -1080,7 +1080,7 @@ CidrBlock *string
The CIDR range of the HVN. If this is not provided, the service will provide a default value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
---
@@ -1092,7 +1092,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#id Hvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#id Hvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1112,7 +1112,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#project_id Hvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#project_id Hvn#project_id}
---
@@ -1126,7 +1126,7 @@ Timeouts HvnTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#timeouts Hvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#timeouts Hvn#timeouts}
---
@@ -1148,9 +1148,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvn"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#create Hvn#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#default Hvn#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#delete Hvn#delete}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#create Hvn#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#default Hvn#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#delete Hvn#delete}. |
---
@@ -1162,7 +1162,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#create Hvn#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#create Hvn#create}.
---
@@ -1174,7 +1174,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#default Hvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#default Hvn#default}.
---
@@ -1186,7 +1186,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#delete Hvn#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#delete Hvn#delete}.
---
diff --git a/docs/hvn.java.md b/docs/hvn.java.md
index edd80cee8..094b7f36e 100644
--- a/docs/hvn.java.md
+++ b/docs/hvn.java.md
@@ -4,7 +4,7 @@
### Hvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn hcp_hvn}.
#### Initializers
@@ -48,7 +48,7 @@ Hvn.Builder.create(Construct scope, java.lang.String id)
| hvnId
| java.lang.String
| The ID of the HashiCorp Virtual Network (HVN). |
| region
| java.lang.String
| The region where the HVN is located. |
| cidrBlock
| java.lang.String
| The CIDR range of the HVN. If this is not provided, the service will provide a default value. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#id Hvn#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#id Hvn#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN is located. |
| timeouts
| HvnTimeouts
| timeouts block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The region where the HVN is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#region Hvn#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#region Hvn#region}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The CIDR range of the HVN. If this is not provided, the service will provide a default value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#id Hvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#id Hvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -174,7 +174,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#project_id Hvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#project_id Hvn#project_id}
---
@@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#timeouts Hvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#timeouts Hvn#timeouts}
---
@@ -652,7 +652,7 @@ The construct id used in the generated config for the Hvn to import.
The id of the existing Hvn that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use
---
@@ -1100,7 +1100,7 @@ HvnConfig.builder()
| hvnId
| java.lang.String
| The ID of the HashiCorp Virtual Network (HVN). |
| region
| java.lang.String
| The region where the HVN is located. |
| cidrBlock
| java.lang.String
| The CIDR range of the HVN. If this is not provided, the service will provide a default value. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#id Hvn#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#id Hvn#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN is located. |
| timeouts
| HvnTimeouts
| timeouts block. |
@@ -1186,7 +1186,7 @@ public java.lang.String getCloudProvider();
The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
---
@@ -1200,7 +1200,7 @@ public java.lang.String getHvnId();
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
---
@@ -1214,7 +1214,7 @@ public java.lang.String getRegion();
The region where the HVN is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#region Hvn#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#region Hvn#region}
---
@@ -1228,7 +1228,7 @@ public java.lang.String getCidrBlock();
The CIDR range of the HVN. If this is not provided, the service will provide a default value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
---
@@ -1240,7 +1240,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#id Hvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#id Hvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1260,7 +1260,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#project_id Hvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#project_id Hvn#project_id}
---
@@ -1274,7 +1274,7 @@ public HvnTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#timeouts Hvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#timeouts Hvn#timeouts}
---
@@ -1296,9 +1296,9 @@ HvnTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#create Hvn#create}. |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#default Hvn#default}. |
-| delete
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#delete Hvn#delete}. |
+| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#create Hvn#create}. |
+| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#default Hvn#default}. |
+| delete
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#delete Hvn#delete}. |
---
@@ -1310,7 +1310,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#create Hvn#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#create Hvn#create}.
---
@@ -1322,7 +1322,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#default Hvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#default Hvn#default}.
---
@@ -1334,7 +1334,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#delete Hvn#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#delete Hvn#delete}.
---
diff --git a/docs/hvn.python.md b/docs/hvn.python.md
index 1444f6485..5b077c233 100644
--- a/docs/hvn.python.md
+++ b/docs/hvn.python.md
@@ -4,7 +4,7 @@
### Hvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn hcp_hvn}.
#### Initializers
@@ -46,7 +46,7 @@ hvn.Hvn(
| hvn_id
| str
| The ID of the HashiCorp Virtual Network (HVN). |
| region
| str
| The region where the HVN is located. |
| cidr_block
| str
| The CIDR range of the HVN. If this is not provided, the service will provide a default value. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#id Hvn#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#id Hvn#id}. |
| project_id
| str
| The ID of the HCP project where the HVN is located. |
| timeouts
| HvnTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The region where the HVN is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#region Hvn#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#region Hvn#region}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The CIDR range of the HVN. If this is not provided, the service will provide a default value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#id Hvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#id Hvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -172,7 +172,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#project_id Hvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#project_id Hvn#project_id}
---
@@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#timeouts Hvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#timeouts Hvn#timeouts}
---
@@ -560,7 +560,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#create Hvn#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#create Hvn#create}.
---
@@ -568,7 +568,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#default Hvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#default Hvn#default}.
---
@@ -576,7 +576,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#delete Hvn#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#delete Hvn#delete}.
---
@@ -718,7 +718,7 @@ The construct id used in the generated config for the Hvn to import.
The id of the existing Hvn that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use
---
@@ -1162,7 +1162,7 @@ hvn.HvnConfig(
| hvn_id
| str
| The ID of the HashiCorp Virtual Network (HVN). |
| region
| str
| The region where the HVN is located. |
| cidr_block
| str
| The CIDR range of the HVN. If this is not provided, the service will provide a default value. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#id Hvn#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#id Hvn#id}. |
| project_id
| str
| The ID of the HCP project where the HVN is located. |
| timeouts
| HvnTimeouts
| timeouts block. |
@@ -1248,7 +1248,7 @@ cloud_provider: str
The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
---
@@ -1262,7 +1262,7 @@ hvn_id: str
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
---
@@ -1276,7 +1276,7 @@ region: str
The region where the HVN is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#region Hvn#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#region Hvn#region}
---
@@ -1290,7 +1290,7 @@ cidr_block: str
The CIDR range of the HVN. If this is not provided, the service will provide a default value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
---
@@ -1302,7 +1302,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#id Hvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#id Hvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1322,7 +1322,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#project_id Hvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#project_id Hvn#project_id}
---
@@ -1336,7 +1336,7 @@ timeouts: HvnTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#timeouts Hvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#timeouts Hvn#timeouts}
---
@@ -1358,9 +1358,9 @@ hvn.HvnTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#create Hvn#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#default Hvn#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#delete Hvn#delete}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#create Hvn#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#default Hvn#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#delete Hvn#delete}. |
---
@@ -1372,7 +1372,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#create Hvn#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#create Hvn#create}.
---
@@ -1384,7 +1384,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#default Hvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#default Hvn#default}.
---
@@ -1396,7 +1396,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#delete Hvn#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#delete Hvn#delete}.
---
diff --git a/docs/hvn.typescript.md b/docs/hvn.typescript.md
index 252837f25..01d3e0767 100644
--- a/docs/hvn.typescript.md
+++ b/docs/hvn.typescript.md
@@ -4,7 +4,7 @@
### Hvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn hcp_hvn}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the Hvn to import.
The id of the existing Hvn that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use
---
@@ -937,7 +937,7 @@ const hvnConfig: hvn.HvnConfig = { ... }
| hvnId
| string
| The ID of the HashiCorp Virtual Network (HVN). |
| region
| string
| The region where the HVN is located. |
| cidrBlock
| string
| The CIDR range of the HVN. If this is not provided, the service will provide a default value. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#id Hvn#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#id Hvn#id}. |
| projectId
| string
| The ID of the HCP project where the HVN is located. |
| timeouts
| HvnTimeouts
| timeouts block. |
@@ -1023,7 +1023,7 @@ public readonly cloudProvider: string;
The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
---
@@ -1037,7 +1037,7 @@ public readonly hvnId: string;
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
---
@@ -1051,7 +1051,7 @@ public readonly region: string;
The region where the HVN is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#region Hvn#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#region Hvn#region}
---
@@ -1065,7 +1065,7 @@ public readonly cidrBlock: string;
The CIDR range of the HVN. If this is not provided, the service will provide a default value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
---
@@ -1077,7 +1077,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#id Hvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#id Hvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1097,7 +1097,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#project_id Hvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#project_id Hvn#project_id}
---
@@ -1111,7 +1111,7 @@ public readonly timeouts: HvnTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#timeouts Hvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#timeouts Hvn#timeouts}
---
@@ -1129,9 +1129,9 @@ const hvnTimeouts: hvn.HvnTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#create Hvn#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#default Hvn#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#delete Hvn#delete}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#create Hvn#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#default Hvn#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#delete Hvn#delete}. |
---
@@ -1143,7 +1143,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#create Hvn#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#create Hvn#create}.
---
@@ -1155,7 +1155,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#default Hvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#default Hvn#default}.
---
@@ -1167,7 +1167,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#delete Hvn#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#delete Hvn#delete}.
---
diff --git a/docs/hvnPeeringConnection.csharp.md b/docs/hvnPeeringConnection.csharp.md
index 381551d92..d0f14c7b4 100644
--- a/docs/hvnPeeringConnection.csharp.md
+++ b/docs/hvnPeeringConnection.csharp.md
@@ -4,7 +4,7 @@
### HvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the HvnPeeringConnection to im
The id of the existing HvnPeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -908,7 +908,7 @@ new HvnPeeringConnectionConfig {
| Provisioners
| object[]
| *No description.* |
| Hvn1
| string
| The unique URL of one of the HVNs being peered. |
| Hvn2
| string
| The unique URL of one of the HVNs being peered. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
| ProjectId
| string
| The ID of the HCP project where HVN peering connection is located. |
| Timeouts
| HvnPeeringConnectionTimeouts
| timeouts block. |
@@ -994,7 +994,7 @@ public string Hvn1 { get; set; }
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
---
@@ -1008,7 +1008,7 @@ public string Hvn2 { get; set; }
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
---
@@ -1020,7 +1020,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1039,7 +1039,7 @@ The ID of the HCP project where HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
---
@@ -1053,7 +1053,7 @@ public HvnPeeringConnectionTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
---
@@ -1075,9 +1075,9 @@ new HvnPeeringConnectionTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
---
@@ -1089,7 +1089,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
---
@@ -1101,7 +1101,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
---
@@ -1113,7 +1113,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
---
diff --git a/docs/hvnPeeringConnection.go.md b/docs/hvnPeeringConnection.go.md
index 62fa5f4da..68e0cdfec 100644
--- a/docs/hvnPeeringConnection.go.md
+++ b/docs/hvnPeeringConnection.go.md
@@ -4,7 +4,7 @@
### HvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the HvnPeeringConnection to im
The id of the existing HvnPeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -908,7 +908,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnpeeringconnection"
| Provisioners
| *[]interface{}
| *No description.* |
| Hvn1
| *string
| The unique URL of one of the HVNs being peered. |
| Hvn2
| *string
| The unique URL of one of the HVNs being peered. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
| ProjectId
| *string
| The ID of the HCP project where HVN peering connection is located. |
| Timeouts
| HvnPeeringConnectionTimeouts
| timeouts block. |
@@ -994,7 +994,7 @@ Hvn1 *string
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
---
@@ -1008,7 +1008,7 @@ Hvn2 *string
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
---
@@ -1020,7 +1020,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1039,7 +1039,7 @@ The ID of the HCP project where HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
---
@@ -1053,7 +1053,7 @@ Timeouts HvnPeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
---
@@ -1075,9 +1075,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnpeeringconnection"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
---
@@ -1089,7 +1089,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
---
@@ -1101,7 +1101,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
---
@@ -1113,7 +1113,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
---
diff --git a/docs/hvnPeeringConnection.java.md b/docs/hvnPeeringConnection.java.md
index 43b4f0dfe..bed1fd351 100644
--- a/docs/hvnPeeringConnection.java.md
+++ b/docs/hvnPeeringConnection.java.md
@@ -4,7 +4,7 @@
### HvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -44,7 +44,7 @@ HvnPeeringConnection.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| hvn1
| java.lang.String
| The unique URL of one of the HVNs being peered. |
| hvn2
| java.lang.String
| The unique URL of one of the HVNs being peered. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where HVN peering connection is located. |
| timeouts
| HvnPeeringConnectionTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -149,7 +149,7 @@ The ID of the HCP project where HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
---
@@ -620,7 +620,7 @@ The construct id used in the generated config for the HvnPeeringConnection to im
The id of the existing HvnPeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -1031,7 +1031,7 @@ HvnPeeringConnectionConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| hvn1
| java.lang.String
| The unique URL of one of the HVNs being peered. |
| hvn2
| java.lang.String
| The unique URL of one of the HVNs being peered. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where HVN peering connection is located. |
| timeouts
| HvnPeeringConnectionTimeouts
| timeouts block. |
@@ -1117,7 +1117,7 @@ public java.lang.String getHvn1();
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
---
@@ -1131,7 +1131,7 @@ public java.lang.String getHvn2();
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
---
@@ -1143,7 +1143,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1162,7 +1162,7 @@ The ID of the HCP project where HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
---
@@ -1176,7 +1176,7 @@ public HvnPeeringConnectionTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
---
@@ -1198,9 +1198,9 @@ HvnPeeringConnectionTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
---
@@ -1212,7 +1212,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
---
@@ -1224,7 +1224,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
---
@@ -1236,7 +1236,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
---
diff --git a/docs/hvnPeeringConnection.python.md b/docs/hvnPeeringConnection.python.md
index f27658094..193c28bde 100644
--- a/docs/hvnPeeringConnection.python.md
+++ b/docs/hvnPeeringConnection.python.md
@@ -4,7 +4,7 @@
### HvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -42,7 +42,7 @@ hvnPeeringConnection.HvnPeeringConnection(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn1
| str
| The unique URL of one of the HVNs being peered. |
| hvn2
| str
| The unique URL of one of the HVNs being peered. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
| project_id
| str
| The ID of the HCP project where HVN peering connection is located. |
| timeouts
| HvnPeeringConnectionTimeouts
| timeouts block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -147,7 +147,7 @@ The ID of the HCP project where HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
---
@@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
---
@@ -534,7 +534,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
---
@@ -542,7 +542,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
---
@@ -550,7 +550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
---
@@ -686,7 +686,7 @@ The construct id used in the generated config for the HvnPeeringConnection to im
The id of the existing HvnPeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -1093,7 +1093,7 @@ hvnPeeringConnection.HvnPeeringConnectionConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn1
| str
| The unique URL of one of the HVNs being peered. |
| hvn2
| str
| The unique URL of one of the HVNs being peered. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
| project_id
| str
| The ID of the HCP project where HVN peering connection is located. |
| timeouts
| HvnPeeringConnectionTimeouts
| timeouts block. |
@@ -1179,7 +1179,7 @@ hvn1: str
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
---
@@ -1193,7 +1193,7 @@ hvn2: str
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
---
@@ -1205,7 +1205,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1224,7 +1224,7 @@ The ID of the HCP project where HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
---
@@ -1238,7 +1238,7 @@ timeouts: HvnPeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
---
@@ -1260,9 +1260,9 @@ hvnPeeringConnection.HvnPeeringConnectionTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
---
@@ -1274,7 +1274,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
---
@@ -1286,7 +1286,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
---
@@ -1298,7 +1298,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
---
diff --git a/docs/hvnPeeringConnection.typescript.md b/docs/hvnPeeringConnection.typescript.md
index 46fe78707..0ed6778d4 100644
--- a/docs/hvnPeeringConnection.typescript.md
+++ b/docs/hvnPeeringConnection.typescript.md
@@ -4,7 +4,7 @@
### HvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the HvnPeeringConnection to im
The id of the existing HvnPeeringConnection that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use
---
@@ -895,7 +895,7 @@ const hvnPeeringConnectionConfig: hvnPeeringConnection.HvnPeeringConnectionConfi
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| hvn1
| string
| The unique URL of one of the HVNs being peered. |
| hvn2
| string
| The unique URL of one of the HVNs being peered. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
| projectId
| string
| The ID of the HCP project where HVN peering connection is located. |
| timeouts
| HvnPeeringConnectionTimeouts
| timeouts block. |
@@ -981,7 +981,7 @@ public readonly hvn1: string;
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
---
@@ -995,7 +995,7 @@ public readonly hvn2: string;
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
---
@@ -1007,7 +1007,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1026,7 +1026,7 @@ The ID of the HCP project where HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
---
@@ -1040,7 +1040,7 @@ public readonly timeouts: HvnPeeringConnectionTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
---
@@ -1058,9 +1058,9 @@ const hvnPeeringConnectionTimeouts: hvnPeeringConnection.HvnPeeringConnectionTim
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
---
@@ -1072,7 +1072,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
---
@@ -1084,7 +1084,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
---
@@ -1096,7 +1096,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
---
diff --git a/docs/hvnRoute.csharp.md b/docs/hvnRoute.csharp.md
index dff6af99b..210e05273 100644
--- a/docs/hvnRoute.csharp.md
+++ b/docs/hvnRoute.csharp.md
@@ -4,7 +4,7 @@
### HvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -521,7 +521,7 @@ The construct id used in the generated config for the HvnRoute to import.
The id of the existing HvnRoute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use
---
@@ -959,7 +959,7 @@ The type of Azure hop the packet should be sent to.
Valid options for Next Hop Type - `VIRTUAL_APPLIANCE` or `VIRTUAL_NETWORK_GATEWAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type}
---
@@ -975,7 +975,7 @@ Contains the IP address packets should be forwarded to.
Next hop values are only allowed in routes where the next hop type is VIRTUAL_APPLIANCE.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address}
---
@@ -1021,7 +1021,7 @@ new HvnRouteConfig {
| HvnRouteId
| string
| The ID of the HVN route. |
| TargetLink
| string
| A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). |
| AzureConfig
| HvnRouteAzureConfig
| azure_config block. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#id HvnRoute#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#id HvnRoute#id}. |
| ProjectId
| string
| The ID of the HCP project where the HVN route is located. |
| Timeouts
| HvnRouteTimeouts
| timeouts block. |
@@ -1107,7 +1107,7 @@ public string DestinationCidr { get; set; }
The destination CIDR of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
---
@@ -1121,7 +1121,7 @@ public string HvnLink { get; set; }
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
---
@@ -1135,7 +1135,7 @@ public string HvnRouteId { get; set; }
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id}
---
@@ -1149,7 +1149,7 @@ public string TargetLink { get; set; }
A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
---
@@ -1163,7 +1163,7 @@ public HvnRouteAzureConfig AzureConfig { get; set; }
azure_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
---
@@ -1175,7 +1175,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#id HvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#id HvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1194,7 +1194,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
---
@@ -1208,7 +1208,7 @@ public HvnRouteTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
---
@@ -1230,9 +1230,9 @@ new HvnRouteTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#create HvnRoute#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#default HvnRoute#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#create HvnRoute#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#default HvnRoute#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
---
@@ -1244,7 +1244,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#create HvnRoute#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#create HvnRoute#create}.
---
@@ -1256,7 +1256,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#default HvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#default HvnRoute#default}.
---
@@ -1268,7 +1268,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#delete HvnRoute#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#delete HvnRoute#delete}.
---
diff --git a/docs/hvnRoute.go.md b/docs/hvnRoute.go.md
index 286d4982f..945b131c8 100644
--- a/docs/hvnRoute.go.md
+++ b/docs/hvnRoute.go.md
@@ -4,7 +4,7 @@
### HvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -521,7 +521,7 @@ The construct id used in the generated config for the HvnRoute to import.
The id of the existing HvnRoute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use
---
@@ -959,7 +959,7 @@ The type of Azure hop the packet should be sent to.
Valid options for Next Hop Type - `VIRTUAL_APPLIANCE` or `VIRTUAL_NETWORK_GATEWAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type}
---
@@ -975,7 +975,7 @@ Contains the IP address packets should be forwarded to.
Next hop values are only allowed in routes where the next hop type is VIRTUAL_APPLIANCE.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address}
---
@@ -1021,7 +1021,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute"
| HvnRouteId
| *string
| The ID of the HVN route. |
| TargetLink
| *string
| A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). |
| AzureConfig
| HvnRouteAzureConfig
| azure_config block. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#id HvnRoute#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#id HvnRoute#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HVN route is located. |
| Timeouts
| HvnRouteTimeouts
| timeouts block. |
@@ -1107,7 +1107,7 @@ DestinationCidr *string
The destination CIDR of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
---
@@ -1121,7 +1121,7 @@ HvnLink *string
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
---
@@ -1135,7 +1135,7 @@ HvnRouteId *string
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id}
---
@@ -1149,7 +1149,7 @@ TargetLink *string
A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
---
@@ -1163,7 +1163,7 @@ AzureConfig HvnRouteAzureConfig
azure_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
---
@@ -1175,7 +1175,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#id HvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#id HvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1194,7 +1194,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
---
@@ -1208,7 +1208,7 @@ Timeouts HvnRouteTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
---
@@ -1230,9 +1230,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/hvnroute"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#create HvnRoute#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#default HvnRoute#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#create HvnRoute#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#default HvnRoute#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
---
@@ -1244,7 +1244,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#create HvnRoute#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#create HvnRoute#create}.
---
@@ -1256,7 +1256,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#default HvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#default HvnRoute#default}.
---
@@ -1268,7 +1268,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#delete HvnRoute#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#delete HvnRoute#delete}.
---
diff --git a/docs/hvnRoute.java.md b/docs/hvnRoute.java.md
index 0fd33ed00..435de688b 100644
--- a/docs/hvnRoute.java.md
+++ b/docs/hvnRoute.java.md
@@ -4,7 +4,7 @@
### HvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -50,7 +50,7 @@ HvnRoute.Builder.create(Construct scope, java.lang.String id)
| hvnRouteId
| java.lang.String
| The ID of the HVN route. |
| targetLink
| java.lang.String
| A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). |
| azureConfig
| HvnRouteAzureConfig
| azure_config block. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_route#id HvnRoute#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN route is located. |
| timeouts
| HvnRouteTimeouts
| timeouts block. |
@@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope
The destination CIDR of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.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.81.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.80.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
azure_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#id HvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#id HvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -185,7 +185,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
---
@@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
---
@@ -676,7 +676,7 @@ The construct id used in the generated config for the HvnRoute to import.
The id of the existing HvnRoute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use
---
@@ -1114,7 +1114,7 @@ The type of Azure hop the packet should be sent to.
Valid options for Next Hop Type - `VIRTUAL_APPLIANCE` or `VIRTUAL_NETWORK_GATEWAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type}
---
@@ -1130,7 +1130,7 @@ Contains the IP address packets should be forwarded to.
Next hop values are only allowed in routes where the next hop type is VIRTUAL_APPLIANCE.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address}
---
@@ -1180,7 +1180,7 @@ HvnRouteConfig.builder()
| hvnRouteId
| java.lang.String
| The ID of the HVN route. |
| targetLink
| java.lang.String
| A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). |
| azureConfig
| HvnRouteAzureConfig
| azure_config block. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_route#id HvnRoute#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN route is located. |
| timeouts
| HvnRouteTimeouts
| timeouts block. |
@@ -1266,7 +1266,7 @@ public java.lang.String getDestinationCidr();
The destination CIDR of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
---
@@ -1280,7 +1280,7 @@ public java.lang.String getHvnLink();
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
---
@@ -1294,7 +1294,7 @@ public java.lang.String getHvnRouteId();
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id}
---
@@ -1308,7 +1308,7 @@ public java.lang.String getTargetLink();
A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
---
@@ -1322,7 +1322,7 @@ public HvnRouteAzureConfig getAzureConfig();
azure_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
---
@@ -1334,7 +1334,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#id HvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#id HvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1353,7 +1353,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
---
@@ -1367,7 +1367,7 @@ public HvnRouteTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
---
@@ -1389,9 +1389,9 @@ HvnRouteTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
---
@@ -1403,7 +1403,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#create HvnRoute#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#create HvnRoute#create}.
---
@@ -1415,7 +1415,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#default HvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#default HvnRoute#default}.
---
@@ -1427,7 +1427,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#delete HvnRoute#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#delete HvnRoute#delete}.
---
diff --git a/docs/hvnRoute.python.md b/docs/hvnRoute.python.md
index 8bd5d300a..5d50ccce6 100644
--- a/docs/hvnRoute.python.md
+++ b/docs/hvnRoute.python.md
@@ -4,7 +4,7 @@
### HvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -48,7 +48,7 @@ hvnRoute.HvnRoute(
| hvn_route_id
| str
| The ID of the HVN route. |
| target_link
| str
| A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). |
| azure_config
| HvnRouteAzureConfig
| azure_config block. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#id HvnRoute#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#id HvnRoute#id}. |
| project_id
| str
| The ID of the HCP project where the HVN route is located. |
| timeouts
| HvnRouteTimeouts
| timeouts block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The destination CIDR of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
azure_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#id HvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#id HvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -183,7 +183,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
---
@@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
---
@@ -575,7 +575,7 @@ The type of Azure hop the packet should be sent to.
Valid options for Next Hop Type - `VIRTUAL_APPLIANCE` or `VIRTUAL_NETWORK_GATEWAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type}
---
@@ -587,7 +587,7 @@ Contains the IP address packets should be forwarded to.
Next hop values are only allowed in routes where the next hop type is VIRTUAL_APPLIANCE.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address}
---
@@ -605,7 +605,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#create HvnRoute#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#create HvnRoute#create}.
---
@@ -613,7 +613,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#default HvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#default HvnRoute#default}.
---
@@ -621,7 +621,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#delete HvnRoute#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#delete HvnRoute#delete}.
---
@@ -763,7 +763,7 @@ The construct id used in the generated config for the HvnRoute to import.
The id of the existing HvnRoute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use
---
@@ -1201,7 +1201,7 @@ The type of Azure hop the packet should be sent to.
Valid options for Next Hop Type - `VIRTUAL_APPLIANCE` or `VIRTUAL_NETWORK_GATEWAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type}
---
@@ -1217,7 +1217,7 @@ Contains the IP address packets should be forwarded to.
Next hop values are only allowed in routes where the next hop type is VIRTUAL_APPLIANCE.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address}
---
@@ -1263,7 +1263,7 @@ hvnRoute.HvnRouteConfig(
| hvn_route_id
| str
| The ID of the HVN route. |
| target_link
| str
| A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). |
| azure_config
| HvnRouteAzureConfig
| azure_config block. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#id HvnRoute#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#id HvnRoute#id}. |
| project_id
| str
| The ID of the HCP project where the HVN route is located. |
| timeouts
| HvnRouteTimeouts
| timeouts block. |
@@ -1349,7 +1349,7 @@ destination_cidr: str
The destination CIDR of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
---
@@ -1363,7 +1363,7 @@ hvn_link: str
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
---
@@ -1377,7 +1377,7 @@ hvn_route_id: str
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id}
---
@@ -1391,7 +1391,7 @@ target_link: str
A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
---
@@ -1405,7 +1405,7 @@ azure_config: HvnRouteAzureConfig
azure_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
---
@@ -1417,7 +1417,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#id HvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#id HvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1436,7 +1436,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
---
@@ -1450,7 +1450,7 @@ timeouts: HvnRouteTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
---
@@ -1472,9 +1472,9 @@ hvnRoute.HvnRouteTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#create HvnRoute#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#default HvnRoute#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#create HvnRoute#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#default HvnRoute#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
---
@@ -1486,7 +1486,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#create HvnRoute#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#create HvnRoute#create}.
---
@@ -1498,7 +1498,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#default HvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#default HvnRoute#default}.
---
@@ -1510,7 +1510,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#delete HvnRoute#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#delete HvnRoute#delete}.
---
diff --git a/docs/hvnRoute.typescript.md b/docs/hvnRoute.typescript.md
index a829b17e4..02abdf824 100644
--- a/docs/hvnRoute.typescript.md
+++ b/docs/hvnRoute.typescript.md
@@ -4,7 +4,7 @@
### HvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -521,7 +521,7 @@ The construct id used in the generated config for the HvnRoute to import.
The id of the existing HvnRoute that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use
---
@@ -956,7 +956,7 @@ The type of Azure hop the packet should be sent to.
Valid options for Next Hop Type - `VIRTUAL_APPLIANCE` or `VIRTUAL_NETWORK_GATEWAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type}
---
@@ -972,7 +972,7 @@ Contains the IP address packets should be forwarded to.
Next hop values are only allowed in routes where the next hop type is VIRTUAL_APPLIANCE.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address}
---
@@ -1002,7 +1002,7 @@ const hvnRouteConfig: hvnRoute.HvnRouteConfig = { ... }
| hvnRouteId
| string
| The ID of the HVN route. |
| targetLink
| string
| A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). |
| azureConfig
| HvnRouteAzureConfig
| azure_config block. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#id HvnRoute#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#id HvnRoute#id}. |
| projectId
| string
| The ID of the HCP project where the HVN route is located. |
| timeouts
| HvnRouteTimeouts
| timeouts block. |
@@ -1088,7 +1088,7 @@ public readonly destinationCidr: string;
The destination CIDR of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
---
@@ -1102,7 +1102,7 @@ public readonly hvnLink: string;
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
---
@@ -1116,7 +1116,7 @@ public readonly hvnRouteId: string;
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id}
---
@@ -1130,7 +1130,7 @@ public readonly targetLink: string;
A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
---
@@ -1144,7 +1144,7 @@ public readonly azureConfig: HvnRouteAzureConfig;
azure_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
---
@@ -1156,7 +1156,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#id HvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#id HvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1175,7 +1175,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
---
@@ -1189,7 +1189,7 @@ public readonly timeouts: HvnRouteTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
---
@@ -1207,9 +1207,9 @@ const hvnRouteTimeouts: hvnRoute.HvnRouteTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#create HvnRoute#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#default HvnRoute#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#create HvnRoute#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#default HvnRoute#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
---
@@ -1221,7 +1221,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#create HvnRoute#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#create HvnRoute#create}.
---
@@ -1233,7 +1233,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#default HvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#default HvnRoute#default}.
---
@@ -1245,7 +1245,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#delete HvnRoute#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#delete HvnRoute#delete}.
---
diff --git a/docs/iamWorkloadIdentityProvider.csharp.md b/docs/iamWorkloadIdentityProvider.csharp.md
index 5cb424026..c95a7312e 100644
--- a/docs/iamWorkloadIdentityProvider.csharp.md
+++ b/docs/iamWorkloadIdentityProvider.csharp.md
@@ -4,7 +4,7 @@
### IamWorkloadIdentityProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}.
#### Initializers
@@ -514,7 +514,7 @@ The construct id used in the generated config for the IamWorkloadIdentityProvide
The id of the existing IamWorkloadIdentityProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use
---
@@ -893,7 +893,7 @@ public string AccountId { get; set; }
The AWS Account ID that is allowed to exchange workload identities.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id}
---
@@ -935,9 +935,9 @@ new IamWorkloadIdentityProviderConfig {
| ConditionalAccess
| string
| conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. |
| Name
| string
| The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. |
| ServicePrincipal
| string
| The service principal's resource name for which the workload identity provider will be created for. |
-| Aws
| IamWorkloadIdentityProviderAws
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. |
+| Aws
| IamWorkloadIdentityProviderAws
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. |
+| Oidc
| IamWorkloadIdentityProviderOidc
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. |
---
@@ -1023,7 +1023,7 @@ conditional_access is a hashicorp/go-bexpr string that is evaluated when exchang
It restricts which upstream identities are allowed to access the service principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
---
@@ -1037,7 +1037,7 @@ public string Name { get; set; }
The workload identity provider's name. Ideally, this should be descriptive of the workload being federated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
---
@@ -1053,7 +1053,7 @@ The service principal's resource name for which the workload identity provider w
Only service principals created within a project are allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
---
@@ -1065,7 +1065,7 @@ public IamWorkloadIdentityProviderAws Aws { get; set; }
- *Type:* IamWorkloadIdentityProviderAws
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}.
---
@@ -1079,7 +1079,7 @@ public string Description { get; set; }
A description for the workload identity provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
---
@@ -1091,7 +1091,7 @@ public IamWorkloadIdentityProviderOidc Oidc { get; set; }
- *Type:* IamWorkloadIdentityProviderOidc
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}.
---
@@ -1127,7 +1127,7 @@ public string IssuerUri { get; set; }
The URL of the OIDC Issuer that is allowed to exchange workload identities.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri}
---
@@ -1143,7 +1143,7 @@ allowed_audiences is the set of audiences set on the access token that are allow
The access token must have an audience that is contained in this set. If no audience is set, the default allowed audience will be the resource name of the WorkloadIdentityProvider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences}
---
diff --git a/docs/iamWorkloadIdentityProvider.go.md b/docs/iamWorkloadIdentityProvider.go.md
index 3c2b997a5..a0f1376a6 100644
--- a/docs/iamWorkloadIdentityProvider.go.md
+++ b/docs/iamWorkloadIdentityProvider.go.md
@@ -4,7 +4,7 @@
### IamWorkloadIdentityProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}.
#### Initializers
@@ -514,7 +514,7 @@ The construct id used in the generated config for the IamWorkloadIdentityProvide
The id of the existing IamWorkloadIdentityProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use
---
@@ -893,7 +893,7 @@ AccountId *string
The AWS Account ID that is allowed to exchange workload identities.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id}
---
@@ -935,9 +935,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/iamworkloadidentityprovide
| ConditionalAccess
| *string
| conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. |
| Name
| *string
| The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. |
| ServicePrincipal
| *string
| The service principal's resource name for which the workload identity provider will be created for. |
-| Aws
| IamWorkloadIdentityProviderAws
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. |
+| Aws
| IamWorkloadIdentityProviderAws
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. |
+| Oidc
| IamWorkloadIdentityProviderOidc
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. |
---
@@ -1023,7 +1023,7 @@ conditional_access is a hashicorp/go-bexpr string that is evaluated when exchang
It restricts which upstream identities are allowed to access the service principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
---
@@ -1037,7 +1037,7 @@ Name *string
The workload identity provider's name. Ideally, this should be descriptive of the workload being federated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
---
@@ -1053,7 +1053,7 @@ The service principal's resource name for which the workload identity provider w
Only service principals created within a project are allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
---
@@ -1065,7 +1065,7 @@ Aws IamWorkloadIdentityProviderAws
- *Type:* IamWorkloadIdentityProviderAws
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}.
---
@@ -1079,7 +1079,7 @@ Description *string
A description for the workload identity provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
---
@@ -1091,7 +1091,7 @@ Oidc IamWorkloadIdentityProviderOidc
- *Type:* IamWorkloadIdentityProviderOidc
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}.
---
@@ -1127,7 +1127,7 @@ IssuerUri *string
The URL of the OIDC Issuer that is allowed to exchange workload identities.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri}
---
@@ -1143,7 +1143,7 @@ allowed_audiences is the set of audiences set on the access token that are allow
The access token must have an audience that is contained in this set. If no audience is set, the default allowed audience will be the resource name of the WorkloadIdentityProvider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences}
---
diff --git a/docs/iamWorkloadIdentityProvider.java.md b/docs/iamWorkloadIdentityProvider.java.md
index 8b2db53a2..9b1710d83 100644
--- a/docs/iamWorkloadIdentityProvider.java.md
+++ b/docs/iamWorkloadIdentityProvider.java.md
@@ -4,7 +4,7 @@
### IamWorkloadIdentityProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}.
#### Initializers
@@ -46,9 +46,9 @@ IamWorkloadIdentityProvider.Builder.create(Construct scope, java.lang.String id)
| conditionalAccess
| java.lang.String
| conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. |
| name
| java.lang.String
| The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. |
| servicePrincipal
| java.lang.String
| The service principal's resource name for which the workload identity provider will be created for. |
-| aws
| IamWorkloadIdentityProviderAws
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. |
+| aws
| IamWorkloadIdentityProviderAws
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. |
+| oidc
| IamWorkloadIdentityProviderOidc
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. |
---
@@ -120,7 +120,7 @@ conditional_access is a hashicorp/go-bexpr string that is evaluated when exchang
It restricts which upstream identities are allowed to access the service principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The workload identity provider's name. Ideally, this should be descriptive of the workload being federated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
---
@@ -142,7 +142,7 @@ The service principal's resource name for which the workload identity provider w
Only service principals created within a project are allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* IamWorkloadIdentityProviderAws
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}.
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
A description for the workload identity provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* IamWorkloadIdentityProviderOidc
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}.
---
@@ -642,7 +642,7 @@ The construct id used in the generated config for the IamWorkloadIdentityProvide
The id of the existing IamWorkloadIdentityProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use
---
@@ -1021,7 +1021,7 @@ public java.lang.String getAccountId();
The AWS Account ID that is allowed to exchange workload identities.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id}
---
@@ -1067,9 +1067,9 @@ IamWorkloadIdentityProviderConfig.builder()
| conditionalAccess
| java.lang.String
| conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. |
| name
| java.lang.String
| The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. |
| servicePrincipal
| java.lang.String
| The service principal's resource name for which the workload identity provider will be created for. |
-| aws
| IamWorkloadIdentityProviderAws
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. |
+| aws
| IamWorkloadIdentityProviderAws
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. |
+| oidc
| IamWorkloadIdentityProviderOidc
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. |
---
@@ -1155,7 +1155,7 @@ conditional_access is a hashicorp/go-bexpr string that is evaluated when exchang
It restricts which upstream identities are allowed to access the service principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
---
@@ -1169,7 +1169,7 @@ public java.lang.String getName();
The workload identity provider's name. Ideally, this should be descriptive of the workload being federated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
---
@@ -1185,7 +1185,7 @@ The service principal's resource name for which the workload identity provider w
Only service principals created within a project are allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
---
@@ -1197,7 +1197,7 @@ public IamWorkloadIdentityProviderAws getAws();
- *Type:* IamWorkloadIdentityProviderAws
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}.
---
@@ -1211,7 +1211,7 @@ public java.lang.String getDescription();
A description for the workload identity provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
---
@@ -1223,7 +1223,7 @@ public IamWorkloadIdentityProviderOidc getOidc();
- *Type:* IamWorkloadIdentityProviderOidc
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}.
---
@@ -1259,7 +1259,7 @@ public java.lang.String getIssuerUri();
The URL of the OIDC Issuer that is allowed to exchange workload identities.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri}
---
@@ -1275,7 +1275,7 @@ allowed_audiences is the set of audiences set on the access token that are allow
The access token must have an audience that is contained in this set. If no audience is set, the default allowed audience will be the resource name of the WorkloadIdentityProvider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences}
---
diff --git a/docs/iamWorkloadIdentityProvider.python.md b/docs/iamWorkloadIdentityProvider.python.md
index cdc213743..1c9b9312b 100644
--- a/docs/iamWorkloadIdentityProvider.python.md
+++ b/docs/iamWorkloadIdentityProvider.python.md
@@ -4,7 +4,7 @@
### IamWorkloadIdentityProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}.
#### Initializers
@@ -44,9 +44,9 @@ iamWorkloadIdentityProvider.IamWorkloadIdentityProvider(
| conditional_access
| str
| conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. |
| name
| str
| The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. |
| service_principal
| str
| The service principal's resource name for which the workload identity provider will be created for. |
-| aws
| IamWorkloadIdentityProviderAws
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. |
+| aws
| IamWorkloadIdentityProviderAws
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. |
+| oidc
| IamWorkloadIdentityProviderOidc
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. |
---
@@ -118,7 +118,7 @@ conditional_access is a hashicorp/go-bexpr string that is evaluated when exchang
It restricts which upstream identities are allowed to access the service principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The workload identity provider's name. Ideally, this should be descriptive of the workload being federated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
---
@@ -140,7 +140,7 @@ The service principal's resource name for which the workload identity provider w
Only service principals created within a project are allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* IamWorkloadIdentityProviderAws
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}.
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
A description for the workload identity provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
---
@@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* IamWorkloadIdentityProviderOidc
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}.
---
@@ -544,7 +544,7 @@ def put_aws(
The AWS Account ID that is allowed to exchange workload identities.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id}
---
@@ -563,7 +563,7 @@ def put_oidc(
The URL of the OIDC Issuer that is allowed to exchange workload identities.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri}
---
@@ -575,7 +575,7 @@ allowed_audiences is the set of audiences set on the access token that are allow
The access token must have an audience that is contained in this set. If no audience is set, the default allowed audience will be the resource name of the WorkloadIdentityProvider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences}
---
@@ -711,7 +711,7 @@ The construct id used in the generated config for the IamWorkloadIdentityProvide
The id of the existing IamWorkloadIdentityProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use
---
@@ -1090,7 +1090,7 @@ account_id: str
The AWS Account ID that is allowed to exchange workload identities.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id}
---
@@ -1132,9 +1132,9 @@ iamWorkloadIdentityProvider.IamWorkloadIdentityProviderConfig(
| conditional_access
| str
| conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. |
| name
| str
| The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. |
| service_principal
| str
| The service principal's resource name for which the workload identity provider will be created for. |
-| aws
| IamWorkloadIdentityProviderAws
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. |
+| aws
| IamWorkloadIdentityProviderAws
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. |
+| oidc
| IamWorkloadIdentityProviderOidc
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. |
---
@@ -1220,7 +1220,7 @@ conditional_access is a hashicorp/go-bexpr string that is evaluated when exchang
It restricts which upstream identities are allowed to access the service principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
---
@@ -1234,7 +1234,7 @@ name: str
The workload identity provider's name. Ideally, this should be descriptive of the workload being federated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
---
@@ -1250,7 +1250,7 @@ The service principal's resource name for which the workload identity provider w
Only service principals created within a project are allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
---
@@ -1262,7 +1262,7 @@ aws: IamWorkloadIdentityProviderAws
- *Type:* IamWorkloadIdentityProviderAws
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}.
---
@@ -1276,7 +1276,7 @@ description: str
A description for the workload identity provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
---
@@ -1288,7 +1288,7 @@ oidc: IamWorkloadIdentityProviderOidc
- *Type:* IamWorkloadIdentityProviderOidc
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}.
---
@@ -1324,7 +1324,7 @@ issuer_uri: str
The URL of the OIDC Issuer that is allowed to exchange workload identities.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri}
---
@@ -1340,7 +1340,7 @@ allowed_audiences is the set of audiences set on the access token that are allow
The access token must have an audience that is contained in this set. If no audience is set, the default allowed audience will be the resource name of the WorkloadIdentityProvider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences}
---
diff --git a/docs/iamWorkloadIdentityProvider.typescript.md b/docs/iamWorkloadIdentityProvider.typescript.md
index 3e65e5b34..728407b48 100644
--- a/docs/iamWorkloadIdentityProvider.typescript.md
+++ b/docs/iamWorkloadIdentityProvider.typescript.md
@@ -4,7 +4,7 @@
### IamWorkloadIdentityProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}.
#### Initializers
@@ -514,7 +514,7 @@ The construct id used in the generated config for the IamWorkloadIdentityProvide
The id of the existing IamWorkloadIdentityProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use
---
@@ -891,7 +891,7 @@ public readonly accountId: string;
The AWS Account ID that is allowed to exchange workload identities.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id}
---
@@ -919,9 +919,9 @@ const iamWorkloadIdentityProviderConfig: iamWorkloadIdentityProvider.IamWorkload
| conditionalAccess
| string
| conditional_access is a hashicorp/go-bexpr string that is evaluated when exchanging tokens. |
| name
| string
| The workload identity provider's name. Ideally, this should be descriptive of the workload being federated. |
| servicePrincipal
| string
| The service principal's resource name for which the workload identity provider will be created for. |
-| aws
| IamWorkloadIdentityProviderAws
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}. |
+| aws
| IamWorkloadIdentityProviderAws
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. |
+| oidc
| IamWorkloadIdentityProviderOidc
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}. |
---
@@ -1007,7 +1007,7 @@ conditional_access is a hashicorp/go-bexpr string that is evaluated when exchang
It restricts which upstream identities are allowed to access the service principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
---
@@ -1021,7 +1021,7 @@ public readonly name: string;
The workload identity provider's name. Ideally, this should be descriptive of the workload being federated.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
---
@@ -1037,7 +1037,7 @@ The service principal's resource name for which the workload identity provider w
Only service principals created within a project are allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
---
@@ -1049,7 +1049,7 @@ public readonly aws: IamWorkloadIdentityProviderAws;
- *Type:* IamWorkloadIdentityProviderAws
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}.
---
@@ -1063,7 +1063,7 @@ public readonly description: string;
A description for the workload identity provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
---
@@ -1075,7 +1075,7 @@ public readonly oidc: IamWorkloadIdentityProviderOidc;
- *Type:* IamWorkloadIdentityProviderOidc
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}.
---
@@ -1108,7 +1108,7 @@ public readonly issuerUri: string;
The URL of the OIDC Issuer that is allowed to exchange workload identities.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri}
---
@@ -1124,7 +1124,7 @@ allowed_audiences is the set of audiences set on the access token that are allow
The access token must have an audience that is contained in this set. If no audience is set, the default allowed audience will be the resource name of the WorkloadIdentityProvider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences}
---
diff --git a/docs/logStreamingDestination.csharp.md b/docs/logStreamingDestination.csharp.md
index 9d6228515..baaf127ca 100644
--- a/docs/logStreamingDestination.csharp.md
+++ b/docs/logStreamingDestination.csharp.md
@@ -4,7 +4,7 @@
### LogStreamingDestination
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}.
#### Initializers
@@ -480,7 +480,7 @@ The construct id used in the generated config for the LogStreamingDestination to
The id of the existing LogStreamingDestination that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use
---
@@ -762,7 +762,7 @@ new LogStreamingDestinationConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| Name
| string
| The HCP Log Streaming Destination’s name. |
-| SplunkCloud
| LogStreamingDestinationSplunkCloud
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. |
+| SplunkCloud
| LogStreamingDestinationSplunkCloud
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. |
---
@@ -846,7 +846,7 @@ public string Name { get; set; }
The HCP Log Streaming Destination’s name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
---
@@ -858,7 +858,7 @@ public LogStreamingDestinationSplunkCloud SplunkCloud { get; set; }
- *Type:* LogStreamingDestinationSplunkCloud
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}.
---
@@ -894,7 +894,7 @@ public string Endpoint { get; set; }
The Splunk Cloud endpoint to send logs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint}
---
@@ -908,7 +908,7 @@ public string Token { get; set; }
The authentication token that will be used by the platform to access Splunk Cloud.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token}
---
diff --git a/docs/logStreamingDestination.go.md b/docs/logStreamingDestination.go.md
index 7d7a25612..55aa5d504 100644
--- a/docs/logStreamingDestination.go.md
+++ b/docs/logStreamingDestination.go.md
@@ -4,7 +4,7 @@
### LogStreamingDestination
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}.
#### Initializers
@@ -480,7 +480,7 @@ The construct id used in the generated config for the LogStreamingDestination to
The id of the existing LogStreamingDestination that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use
---
@@ -762,7 +762,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/logstreamingdestination"
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| Name
| *string
| The HCP Log Streaming Destination’s name. |
-| SplunkCloud
| LogStreamingDestinationSplunkCloud
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. |
+| SplunkCloud
| LogStreamingDestinationSplunkCloud
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. |
---
@@ -846,7 +846,7 @@ Name *string
The HCP Log Streaming Destination’s name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
---
@@ -858,7 +858,7 @@ SplunkCloud LogStreamingDestinationSplunkCloud
- *Type:* LogStreamingDestinationSplunkCloud
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}.
---
@@ -894,7 +894,7 @@ Endpoint *string
The Splunk Cloud endpoint to send logs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint}
---
@@ -908,7 +908,7 @@ Token *string
The authentication token that will be used by the platform to access Splunk Cloud.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token}
---
diff --git a/docs/logStreamingDestination.java.md b/docs/logStreamingDestination.java.md
index 64c2f32a0..3c827bb59 100644
--- a/docs/logStreamingDestination.java.md
+++ b/docs/logStreamingDestination.java.md
@@ -4,7 +4,7 @@
### LogStreamingDestination
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}.
#### Initializers
@@ -40,7 +40,7 @@ LogStreamingDestination.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| name
| java.lang.String
| The HCP Log Streaming Destination’s name. |
-| splunkCloud
| LogStreamingDestinationSplunkCloud
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. |
+| splunkCloud
| LogStreamingDestinationSplunkCloud
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The HCP Log Streaming Destination’s name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* LogStreamingDestinationSplunkCloud
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}.
---
@@ -558,7 +558,7 @@ The construct id used in the generated config for the LogStreamingDestination to
The id of the existing LogStreamingDestination that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use
---
@@ -844,7 +844,7 @@ LogStreamingDestinationConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| name
| java.lang.String
| The HCP Log Streaming Destination’s name. |
-| splunkCloud
| LogStreamingDestinationSplunkCloud
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. |
+| splunkCloud
| LogStreamingDestinationSplunkCloud
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. |
---
@@ -928,7 +928,7 @@ public java.lang.String getName();
The HCP Log Streaming Destination’s name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
---
@@ -940,7 +940,7 @@ public LogStreamingDestinationSplunkCloud getSplunkCloud();
- *Type:* LogStreamingDestinationSplunkCloud
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}.
---
@@ -976,7 +976,7 @@ public java.lang.String getEndpoint();
The Splunk Cloud endpoint to send logs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint}
---
@@ -990,7 +990,7 @@ public java.lang.String getToken();
The authentication token that will be used by the platform to access Splunk Cloud.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token}
---
diff --git a/docs/logStreamingDestination.python.md b/docs/logStreamingDestination.python.md
index 7167394d9..d40e00e51 100644
--- a/docs/logStreamingDestination.python.md
+++ b/docs/logStreamingDestination.python.md
@@ -4,7 +4,7 @@
### LogStreamingDestination
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}.
#### Initializers
@@ -38,7 +38,7 @@ logStreamingDestination.LogStreamingDestination(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| name
| str
| The HCP Log Streaming Destination’s name. |
-| splunk_cloud
| LogStreamingDestinationSplunkCloud
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. |
+| splunk_cloud
| LogStreamingDestinationSplunkCloud
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. |
---
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The HCP Log Streaming Destination’s name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
---
@@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* LogStreamingDestinationSplunkCloud
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}.
---
@@ -491,7 +491,7 @@ def put_splunk_cloud(
The Splunk Cloud endpoint to send logs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint}
---
@@ -501,7 +501,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The authentication token that will be used by the platform to access Splunk Cloud.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token}
---
@@ -619,7 +619,7 @@ The construct id used in the generated config for the LogStreamingDestination to
The id of the existing LogStreamingDestination that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use
---
@@ -901,7 +901,7 @@ logStreamingDestination.LogStreamingDestinationConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| name
| str
| The HCP Log Streaming Destination’s name. |
-| splunk_cloud
| LogStreamingDestinationSplunkCloud
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. |
+| splunk_cloud
| LogStreamingDestinationSplunkCloud
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. |
---
@@ -985,7 +985,7 @@ name: str
The HCP Log Streaming Destination’s name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
---
@@ -997,7 +997,7 @@ splunk_cloud: LogStreamingDestinationSplunkCloud
- *Type:* LogStreamingDestinationSplunkCloud
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}.
---
@@ -1033,7 +1033,7 @@ endpoint: str
The Splunk Cloud endpoint to send logs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint}
---
@@ -1047,7 +1047,7 @@ token: str
The authentication token that will be used by the platform to access Splunk Cloud.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token}
---
diff --git a/docs/logStreamingDestination.typescript.md b/docs/logStreamingDestination.typescript.md
index bdabc8e6d..7aa6b36c9 100644
--- a/docs/logStreamingDestination.typescript.md
+++ b/docs/logStreamingDestination.typescript.md
@@ -4,7 +4,7 @@
### LogStreamingDestination
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}.
#### Initializers
@@ -480,7 +480,7 @@ The construct id used in the generated config for the LogStreamingDestination to
The id of the existing LogStreamingDestination that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use
---
@@ -752,7 +752,7 @@ const logStreamingDestinationConfig: logStreamingDestination.LogStreamingDestina
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| name
| string
| The HCP Log Streaming Destination’s name. |
-| splunkCloud
| LogStreamingDestinationSplunkCloud
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. |
+| splunkCloud
| LogStreamingDestinationSplunkCloud
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}. |
---
@@ -836,7 +836,7 @@ public readonly name: string;
The HCP Log Streaming Destination’s name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
---
@@ -848,7 +848,7 @@ public readonly splunkCloud: LogStreamingDestinationSplunkCloud;
- *Type:* LogStreamingDestinationSplunkCloud
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}.
---
@@ -881,7 +881,7 @@ public readonly endpoint: string;
The Splunk Cloud endpoint to send logs to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint}
---
@@ -895,7 +895,7 @@ public readonly token: string;
The authentication token that will be used by the platform to access Splunk Cloud.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token}
---
diff --git a/docs/organizationIamBinding.csharp.md b/docs/organizationIamBinding.csharp.md
index 9a723ebd6..dc6dc06b4 100644
--- a/docs/organizationIamBinding.csharp.md
+++ b/docs/organizationIamBinding.csharp.md
@@ -4,7 +4,7 @@
### OrganizationIamBinding
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the OrganizationIamBinding to
The id of the existing OrganizationIamBinding that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use
---
@@ -822,7 +822,7 @@ public string PrincipalId { get; set; }
The principal to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
---
@@ -836,7 +836,7 @@ public string Role { get; set; }
The role name to bind to the given principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
---
diff --git a/docs/organizationIamBinding.go.md b/docs/organizationIamBinding.go.md
index 3776354f6..d139b4fd0 100644
--- a/docs/organizationIamBinding.go.md
+++ b/docs/organizationIamBinding.go.md
@@ -4,7 +4,7 @@
### OrganizationIamBinding
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the OrganizationIamBinding to
The id of the existing OrganizationIamBinding that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use
---
@@ -822,7 +822,7 @@ PrincipalId *string
The principal to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
---
@@ -836,7 +836,7 @@ Role *string
The role name to bind to the given principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
---
diff --git a/docs/organizationIamBinding.java.md b/docs/organizationIamBinding.java.md
index dc7d3a5ca..918facab4 100644
--- a/docs/organizationIamBinding.java.md
+++ b/docs/organizationIamBinding.java.md
@@ -4,7 +4,7 @@
### OrganizationIamBinding
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The principal to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The role name to bind to the given principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
---
@@ -547,7 +547,7 @@ The construct id used in the generated config for the OrganizationIamBinding to
The id of the existing OrganizationIamBinding that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use
---
@@ -906,7 +906,7 @@ public java.lang.String getPrincipalId();
The principal to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
---
@@ -920,7 +920,7 @@ public java.lang.String getRole();
The role name to bind to the given principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
---
diff --git a/docs/organizationIamBinding.python.md b/docs/organizationIamBinding.python.md
index ba10f74ac..00a8fd9ef 100644
--- a/docs/organizationIamBinding.python.md
+++ b/docs/organizationIamBinding.python.md
@@ -4,7 +4,7 @@
### OrganizationIamBinding
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The principal to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The role name to bind to the given principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
---
@@ -591,7 +591,7 @@ The construct id used in the generated config for the OrganizationIamBinding to
The id of the existing OrganizationIamBinding that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use
---
@@ -946,7 +946,7 @@ principal_id: str
The principal to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
---
@@ -960,7 +960,7 @@ role: str
The role name to bind to the given principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
---
diff --git a/docs/organizationIamBinding.typescript.md b/docs/organizationIamBinding.typescript.md
index e4a9e4af9..1aae7ac2e 100644
--- a/docs/organizationIamBinding.typescript.md
+++ b/docs/organizationIamBinding.typescript.md
@@ -4,7 +4,7 @@
### OrganizationIamBinding
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the OrganizationIamBinding to
The id of the existing OrganizationIamBinding that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use
---
@@ -812,7 +812,7 @@ public readonly principalId: string;
The principal to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
---
@@ -826,7 +826,7 @@ public readonly role: string;
The role name to bind to the given principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
---
diff --git a/docs/organizationIamPolicy.csharp.md b/docs/organizationIamPolicy.csharp.md
index c871bf6d2..427e66dad 100644
--- a/docs/organizationIamPolicy.csharp.md
+++ b/docs/organizationIamPolicy.csharp.md
@@ -4,7 +4,7 @@
### OrganizationIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the OrganizationIamPolicy to i
The id of the existing OrganizationIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -809,7 +809,7 @@ public string PolicyData { get; set; }
The policy to apply.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
---
diff --git a/docs/organizationIamPolicy.go.md b/docs/organizationIamPolicy.go.md
index cbbea508b..4d17829b0 100644
--- a/docs/organizationIamPolicy.go.md
+++ b/docs/organizationIamPolicy.go.md
@@ -4,7 +4,7 @@
### OrganizationIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the OrganizationIamPolicy to i
The id of the existing OrganizationIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -809,7 +809,7 @@ PolicyData *string
The policy to apply.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
---
diff --git a/docs/organizationIamPolicy.java.md b/docs/organizationIamPolicy.java.md
index 457575005..caade24b1 100644
--- a/docs/organizationIamPolicy.java.md
+++ b/docs/organizationIamPolicy.java.md
@@ -4,7 +4,7 @@
### OrganizationIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The policy to apply.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
---
@@ -535,7 +535,7 @@ The construct id used in the generated config for the OrganizationIamPolicy to i
The id of the existing OrganizationIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -881,7 +881,7 @@ public java.lang.String getPolicyData();
The policy to apply.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
---
diff --git a/docs/organizationIamPolicy.python.md b/docs/organizationIamPolicy.python.md
index 37fea4707..a4250987d 100644
--- a/docs/organizationIamPolicy.python.md
+++ b/docs/organizationIamPolicy.python.md
@@ -4,7 +4,7 @@
### OrganizationIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}.
#### Initializers
@@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope
The policy to apply.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
---
@@ -579,7 +579,7 @@ The construct id used in the generated config for the OrganizationIamPolicy to i
The id of the existing OrganizationIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -921,7 +921,7 @@ policy_data: str
The policy to apply.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
---
diff --git a/docs/organizationIamPolicy.typescript.md b/docs/organizationIamPolicy.typescript.md
index ad7a47b4b..f777321a0 100644
--- a/docs/organizationIamPolicy.typescript.md
+++ b/docs/organizationIamPolicy.typescript.md
@@ -4,7 +4,7 @@
### OrganizationIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}.
#### Initializers
@@ -467,7 +467,7 @@ The construct id used in the generated config for the OrganizationIamPolicy to i
The id of the existing OrganizationIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -800,7 +800,7 @@ public readonly policyData: string;
The policy to apply.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
---
diff --git a/docs/packerChannel.csharp.md b/docs/packerChannel.csharp.md
index 6d90f82d5..62d1717ee 100644
--- a/docs/packerChannel.csharp.md
+++ b/docs/packerChannel.csharp.md
@@ -4,7 +4,7 @@
### PackerChannel
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel hcp_packer_channel}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel hcp_packer_channel}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerChannel to import.
The id of the existing PackerChannel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use
---
@@ -927,7 +927,7 @@ new PackerChannelConfig {
| Provisioners
| object[]
| *No description.* |
| BucketName
| string
| The 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.80.0/docs/resources/packer_channel#id PackerChannel#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#id PackerChannel#id}. |
| ProjectId
| string
| The ID of the HCP project where this channel is located. |
| Restricted
| object
| If true, the channel is only visible to users with permission to create and manage it. |
| Timeouts
| PackerChannelTimeouts
| timeouts block. |
@@ -1014,7 +1014,7 @@ public string BucketName { get; set; }
The 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.80.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
---
@@ -1028,7 +1028,7 @@ public string Name { get; set; }
The name of the channel being managed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#name PackerChannel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#name PackerChannel#name}
---
@@ -1040,7 +1040,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#id PackerChannel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#id PackerChannel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1060,7 +1060,7 @@ The ID of the HCP project where this channel is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
---
@@ -1076,7 +1076,7 @@ If true, the channel is only visible to users with permission to create and mana
If false, the channel is visible to every member of the organization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
---
@@ -1090,7 +1090,7 @@ public PackerChannelTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
---
@@ -1113,10 +1113,10 @@ new PackerChannelTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#create PackerChannel#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#default PackerChannel#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
-| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#update PackerChannel#update}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#create PackerChannel#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#default PackerChannel#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
+| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#update PackerChannel#update}. |
---
@@ -1128,7 +1128,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#create PackerChannel#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#create PackerChannel#create}.
---
@@ -1140,7 +1140,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#default PackerChannel#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#default PackerChannel#default}.
---
@@ -1152,7 +1152,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#delete PackerChannel#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#delete PackerChannel#delete}.
---
@@ -1164,7 +1164,7 @@ public string Update { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#update PackerChannel#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#update PackerChannel#update}.
---
diff --git a/docs/packerChannel.go.md b/docs/packerChannel.go.md
index ab2715c85..f85512077 100644
--- a/docs/packerChannel.go.md
+++ b/docs/packerChannel.go.md
@@ -4,7 +4,7 @@
### PackerChannel
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel hcp_packer_channel}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel hcp_packer_channel}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerChannel to import.
The id of the existing PackerChannel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use
---
@@ -927,7 +927,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/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.80.0/docs/resources/packer_channel#id PackerChannel#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#id PackerChannel#id}. |
| ProjectId
| *string
| The ID of the HCP project where this channel is located. |
| Restricted
| interface{}
| If true, the channel is only visible to users with permission to create and manage it. |
| Timeouts
| PackerChannelTimeouts
| timeouts block. |
@@ -1014,7 +1014,7 @@ BucketName *string
The 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.80.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
---
@@ -1028,7 +1028,7 @@ Name *string
The name of the channel being managed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#name PackerChannel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#name PackerChannel#name}
---
@@ -1040,7 +1040,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#id PackerChannel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#id PackerChannel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1060,7 +1060,7 @@ The ID of the HCP project where this channel is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
---
@@ -1076,7 +1076,7 @@ If true, the channel is only visible to users with permission to create and mana
If false, the channel is visible to every member of the organization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
---
@@ -1090,7 +1090,7 @@ Timeouts PackerChannelTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
---
@@ -1113,10 +1113,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannel"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#create PackerChannel#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#default PackerChannel#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
-| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#update PackerChannel#update}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#create PackerChannel#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#default PackerChannel#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
+| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#update PackerChannel#update}. |
---
@@ -1128,7 +1128,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#create PackerChannel#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#create PackerChannel#create}.
---
@@ -1140,7 +1140,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#default PackerChannel#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#default PackerChannel#default}.
---
@@ -1152,7 +1152,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#delete PackerChannel#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#delete PackerChannel#delete}.
---
@@ -1164,7 +1164,7 @@ Update *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#update PackerChannel#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#update PackerChannel#update}.
---
diff --git a/docs/packerChannel.java.md b/docs/packerChannel.java.md
index 7b7b226b1..e89176492 100644
--- a/docs/packerChannel.java.md
+++ b/docs/packerChannel.java.md
@@ -4,7 +4,7 @@
### PackerChannel
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel hcp_packer_channel}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel hcp_packer_channel}.
#### Initializers
@@ -46,7 +46,7 @@ PackerChannel.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| bucketName
| java.lang.String
| The 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.80.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.81.0/docs/resources/packer_channel#id PackerChannel#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where this channel is located. |
| restricted
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If true, the channel is only visible to users with permission to create and manage it. |
| timeouts
| PackerChannelTimeouts
| timeouts block. |
@@ -119,7 +119,7 @@ Must be unique amongst siblings in the same scope
The 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.80.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
---
@@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the channel being managed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#name PackerChannel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#name PackerChannel#name}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#id PackerChannel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#id PackerChannel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -153,7 +153,7 @@ The ID of the HCP project where this channel is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
---
@@ -165,7 +165,7 @@ If true, the channel is only visible to users with permission to create and mana
If false, the channel is visible to every member of the organization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
---
@@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
---
@@ -643,7 +643,7 @@ The construct id used in the generated config for the PackerChannel to import.
The id of the existing PackerChannel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use
---
@@ -1067,7 +1067,7 @@ PackerChannelConfig.builder()
| provisioners
| java.util.List
| *No description.* |
| bucketName
| java.lang.String
| The 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.80.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.81.0/docs/resources/packer_channel#id PackerChannel#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where this channel is located. |
| restricted
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If true, the channel is only visible to users with permission to create and manage it. |
| timeouts
| PackerChannelTimeouts
| timeouts block. |
@@ -1154,7 +1154,7 @@ public java.lang.String getBucketName();
The 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.80.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
---
@@ -1168,7 +1168,7 @@ public java.lang.String getName();
The name of the channel being managed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#name PackerChannel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#name PackerChannel#name}
---
@@ -1180,7 +1180,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#id PackerChannel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#id PackerChannel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1200,7 +1200,7 @@ The ID of the HCP project where this channel is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
---
@@ -1216,7 +1216,7 @@ If true, the channel is only visible to users with permission to create and mana
If false, the channel is visible to every member of the organization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
---
@@ -1230,7 +1230,7 @@ public PackerChannelTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
---
@@ -1253,10 +1253,10 @@ PackerChannelTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.80.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.81.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.81.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.81.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.81.0/docs/resources/packer_channel#update PackerChannel#update}. |
---
@@ -1268,7 +1268,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#create PackerChannel#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#create PackerChannel#create}.
---
@@ -1280,7 +1280,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#default PackerChannel#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#default PackerChannel#default}.
---
@@ -1292,7 +1292,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#delete PackerChannel#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#delete PackerChannel#delete}.
---
@@ -1304,7 +1304,7 @@ public java.lang.String getUpdate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#update PackerChannel#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#update PackerChannel#update}.
---
diff --git a/docs/packerChannel.python.md b/docs/packerChannel.python.md
index 2ae20da17..0ad43efef 100644
--- a/docs/packerChannel.python.md
+++ b/docs/packerChannel.python.md
@@ -4,7 +4,7 @@
### PackerChannel
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel hcp_packer_channel}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel hcp_packer_channel}.
#### Initializers
@@ -43,7 +43,7 @@ packerChannel.PackerChannel(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| bucket_name
| str
| The 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.80.0/docs/resources/packer_channel#id PackerChannel#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#id PackerChannel#id}. |
| project_id
| str
| The ID of the HCP project where this channel is located. |
| restricted
| typing.Union[bool, cdktf.IResolvable]
| If true, the channel is only visible to users with permission to create and manage it. |
| timeouts
| PackerChannelTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The 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.80.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the channel being managed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#name PackerChannel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#name PackerChannel#name}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#id PackerChannel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#id PackerChannel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -150,7 +150,7 @@ The ID of the HCP project where this channel is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
---
@@ -162,7 +162,7 @@ If true, the channel is only visible to users with permission to create and mana
If false, the channel is visible to every member of the organization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
---
@@ -551,7 +551,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#create PackerChannel#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#create PackerChannel#create}.
---
@@ -559,7 +559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#default PackerChannel#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#default PackerChannel#default}.
---
@@ -567,7 +567,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#delete PackerChannel#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#delete PackerChannel#delete}.
---
@@ -575,7 +575,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#update PackerChannel#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#update PackerChannel#update}.
---
@@ -717,7 +717,7 @@ The construct id used in the generated config for the PackerChannel to import.
The id of the existing PackerChannel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use
---
@@ -1136,7 +1136,7 @@ packerChannel.PackerChannelConfig(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| bucket_name
| str
| The 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.80.0/docs/resources/packer_channel#id PackerChannel#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#id PackerChannel#id}. |
| project_id
| str
| The ID of the HCP project where this channel is located. |
| restricted
| typing.Union[bool, cdktf.IResolvable]
| If true, the channel is only visible to users with permission to create and manage it. |
| timeouts
| PackerChannelTimeouts
| timeouts block. |
@@ -1223,7 +1223,7 @@ bucket_name: str
The 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.80.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
---
@@ -1237,7 +1237,7 @@ name: str
The name of the channel being managed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#name PackerChannel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#name PackerChannel#name}
---
@@ -1249,7 +1249,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#id PackerChannel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#id PackerChannel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1269,7 +1269,7 @@ The ID of the HCP project where this channel is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
---
@@ -1285,7 +1285,7 @@ If true, the channel is only visible to users with permission to create and mana
If false, the channel is visible to every member of the organization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
---
@@ -1299,7 +1299,7 @@ timeouts: PackerChannelTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
---
@@ -1322,10 +1322,10 @@ packerChannel.PackerChannelTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#create PackerChannel#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#default PackerChannel#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
-| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#update PackerChannel#update}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#create PackerChannel#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#default PackerChannel#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
+| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#update PackerChannel#update}. |
---
@@ -1337,7 +1337,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#create PackerChannel#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#create PackerChannel#create}.
---
@@ -1349,7 +1349,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#default PackerChannel#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#default PackerChannel#default}.
---
@@ -1361,7 +1361,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#delete PackerChannel#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#delete PackerChannel#delete}.
---
@@ -1373,7 +1373,7 @@ update: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#update PackerChannel#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#update PackerChannel#update}.
---
diff --git a/docs/packerChannel.typescript.md b/docs/packerChannel.typescript.md
index fd650aeb2..7cf7b804b 100644
--- a/docs/packerChannel.typescript.md
+++ b/docs/packerChannel.typescript.md
@@ -4,7 +4,7 @@
### PackerChannel
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel hcp_packer_channel}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel hcp_packer_channel}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerChannel to import.
The id of the existing PackerChannel that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use
---
@@ -913,7 +913,7 @@ const packerChannelConfig: packerChannel.PackerChannelConfig = { ... }
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| bucketName
| string
| The 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.80.0/docs/resources/packer_channel#id PackerChannel#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#id PackerChannel#id}. |
| projectId
| string
| The ID of the HCP project where this channel is located. |
| restricted
| boolean \| cdktf.IResolvable
| If true, the channel is only visible to users with permission to create and manage it. |
| timeouts
| PackerChannelTimeouts
| timeouts block. |
@@ -1000,7 +1000,7 @@ public readonly bucketName: string;
The 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.80.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
---
@@ -1014,7 +1014,7 @@ public readonly name: string;
The name of the channel being managed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#name PackerChannel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#name PackerChannel#name}
---
@@ -1026,7 +1026,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#id PackerChannel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#id PackerChannel#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1046,7 +1046,7 @@ The ID of the HCP project where this channel is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
---
@@ -1062,7 +1062,7 @@ If true, the channel is only visible to users with permission to create and mana
If false, the channel is visible to every member of the organization.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
---
@@ -1076,7 +1076,7 @@ public readonly timeouts: PackerChannelTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
---
@@ -1094,10 +1094,10 @@ const packerChannelTimeouts: packerChannel.PackerChannelTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#create PackerChannel#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#default PackerChannel#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
-| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#update PackerChannel#update}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#create PackerChannel#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#default PackerChannel#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
+| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#update PackerChannel#update}. |
---
@@ -1109,7 +1109,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#create PackerChannel#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#create PackerChannel#create}.
---
@@ -1121,7 +1121,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#default PackerChannel#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#default PackerChannel#default}.
---
@@ -1133,7 +1133,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#delete PackerChannel#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#delete PackerChannel#delete}.
---
@@ -1145,7 +1145,7 @@ public readonly update: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#update PackerChannel#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#update PackerChannel#update}.
---
diff --git a/docs/packerChannelAssignment.csharp.md b/docs/packerChannelAssignment.csharp.md
index 59325ad45..d79cbb2a2 100644
--- a/docs/packerChannelAssignment.csharp.md
+++ b/docs/packerChannelAssignment.csharp.md
@@ -4,7 +4,7 @@
### PackerChannelAssignment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
#### Initializers
@@ -522,7 +522,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.80.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.81.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use
---
@@ -943,7 +943,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.80.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -1032,7 +1032,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.80.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
---
@@ -1046,7 +1046,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.80.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
---
@@ -1058,7 +1058,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1075,7 +1075,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.80.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
---
@@ -1089,7 +1089,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.80.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
---
@@ -1103,7 +1103,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.80.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
---
@@ -1120,7 +1120,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.80.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
---
@@ -1134,7 +1134,7 @@ public PackerChannelAssignmentTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
---
@@ -1157,10 +1157,10 @@ new PackerChannelAssignmentTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
-| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
+| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
---
@@ -1172,7 +1172,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
---
@@ -1184,7 +1184,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
---
@@ -1196,7 +1196,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
---
@@ -1208,7 +1208,7 @@ public string Update { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
---
diff --git a/docs/packerChannelAssignment.go.md b/docs/packerChannelAssignment.go.md
index ca3a74262..215ad9317 100644
--- a/docs/packerChannelAssignment.go.md
+++ b/docs/packerChannelAssignment.go.md
@@ -4,7 +4,7 @@
### PackerChannelAssignment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
#### Initializers
@@ -522,7 +522,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.80.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.81.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use
---
@@ -943,7 +943,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/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.80.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -1032,7 +1032,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.80.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
---
@@ -1046,7 +1046,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.80.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
---
@@ -1058,7 +1058,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1075,7 +1075,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.80.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
---
@@ -1089,7 +1089,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.80.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
---
@@ -1103,7 +1103,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.80.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
---
@@ -1120,7 +1120,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.80.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
---
@@ -1134,7 +1134,7 @@ Timeouts PackerChannelAssignmentTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
---
@@ -1157,10 +1157,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerchannelassignment"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
-| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
+| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
---
@@ -1172,7 +1172,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
---
@@ -1184,7 +1184,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
---
@@ -1196,7 +1196,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
---
@@ -1208,7 +1208,7 @@ Update *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
---
diff --git a/docs/packerChannelAssignment.java.md b/docs/packerChannelAssignment.java.md
index 2a0587afd..08c0cd9f6 100644
--- a/docs/packerChannelAssignment.java.md
+++ b/docs/packerChannelAssignment.java.md
@@ -4,7 +4,7 @@
### PackerChannelAssignment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
#### Initializers
@@ -47,7 +47,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.80.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.81.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. |
@@ -122,7 +122,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.80.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
---
@@ -132,7 +132,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.80.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
---
@@ -140,7 +140,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.80.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -153,7 +153,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.80.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
---
@@ -163,7 +163,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.80.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
---
@@ -173,7 +173,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.80.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
---
@@ -186,7 +186,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.80.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
---
@@ -196,7 +196,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.80.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
---
@@ -678,7 +678,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.80.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.81.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use
---
@@ -1103,7 +1103,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.80.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.81.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. |
@@ -1192,7 +1192,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.80.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
---
@@ -1206,7 +1206,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.80.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
---
@@ -1218,7 +1218,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1235,7 +1235,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.80.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
---
@@ -1249,7 +1249,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.80.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
---
@@ -1263,7 +1263,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.80.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
---
@@ -1280,7 +1280,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.80.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
---
@@ -1294,7 +1294,7 @@ public PackerChannelAssignmentTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
---
@@ -1317,10 +1317,10 @@ PackerChannelAssignmentTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.80.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.81.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.81.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.81.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.81.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
---
@@ -1332,7 +1332,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
---
@@ -1344,7 +1344,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
---
@@ -1356,7 +1356,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
---
@@ -1368,7 +1368,7 @@ public java.lang.String getUpdate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
---
diff --git a/docs/packerChannelAssignment.python.md b/docs/packerChannelAssignment.python.md
index 7772ab8d3..58f5bb70a 100644
--- a/docs/packerChannelAssignment.python.md
+++ b/docs/packerChannelAssignment.python.md
@@ -4,7 +4,7 @@
### PackerChannelAssignment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
#### Initializers
@@ -45,7 +45,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.80.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -120,7 +120,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.80.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
---
@@ -130,7 +130,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.80.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_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.80.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -151,7 +151,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.80.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
---
@@ -161,7 +161,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.80.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
---
@@ -171,7 +171,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.80.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
---
@@ -184,7 +184,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.80.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
---
@@ -194,7 +194,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.80.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
---
@@ -575,7 +575,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
---
@@ -583,7 +583,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.80.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
---
@@ -591,7 +591,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.80.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
---
@@ -599,7 +599,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.80.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
---
@@ -753,7 +753,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.80.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.81.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use
---
@@ -1174,7 +1174,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.80.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -1263,7 +1263,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.80.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
---
@@ -1277,7 +1277,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.80.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
---
@@ -1289,7 +1289,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1306,7 +1306,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.80.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
---
@@ -1320,7 +1320,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.80.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
---
@@ -1334,7 +1334,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.80.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
---
@@ -1351,7 +1351,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.80.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
---
@@ -1365,7 +1365,7 @@ timeouts: PackerChannelAssignmentTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
---
@@ -1388,10 +1388,10 @@ packerChannelAssignment.PackerChannelAssignmentTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
-| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
+| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
---
@@ -1403,7 +1403,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
---
@@ -1415,7 +1415,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
---
@@ -1427,7 +1427,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
---
@@ -1439,7 +1439,7 @@ update: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
---
diff --git a/docs/packerChannelAssignment.typescript.md b/docs/packerChannelAssignment.typescript.md
index dcb2ab3e3..30a3aba54 100644
--- a/docs/packerChannelAssignment.typescript.md
+++ b/docs/packerChannelAssignment.typescript.md
@@ -4,7 +4,7 @@
### PackerChannelAssignment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
#### Initializers
@@ -522,7 +522,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.80.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.81.0/docs/resources/packer_channel_assignment#import import section} in the documentation of this resource for the id to use
---
@@ -927,7 +927,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.80.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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. |
@@ -1016,7 +1016,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.80.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
---
@@ -1030,7 +1030,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.80.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
---
@@ -1042,7 +1042,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
@@ -1059,7 +1059,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.80.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
---
@@ -1073,7 +1073,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.80.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
---
@@ -1087,7 +1087,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.80.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
---
@@ -1104,7 +1104,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.80.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
---
@@ -1118,7 +1118,7 @@ public readonly timeouts: PackerChannelAssignmentTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
---
@@ -1136,10 +1136,10 @@ const packerChannelAssignmentTimeouts: packerChannelAssignment.PackerChannelAssi
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
-| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
+| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
---
@@ -1151,7 +1151,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
---
@@ -1163,7 +1163,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
---
@@ -1175,7 +1175,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
---
@@ -1187,7 +1187,7 @@ public readonly update: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
---
diff --git a/docs/packerRunTask.csharp.md b/docs/packerRunTask.csharp.md
index 97b268e4b..d7c5ce303 100644
--- a/docs/packerRunTask.csharp.md
+++ b/docs/packerRunTask.csharp.md
@@ -4,7 +4,7 @@
### PackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerRunTask to import.
The id of the existing PackerRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -857,7 +857,7 @@ new PackerRunTaskConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
| ProjectId
| string
| The ID of the HCP project where the HCP Packer Registry is located. |
| RegenerateHmac
| object
| If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. |
| Timeouts
| PackerRunTaskTimeouts
| timeouts block. |
@@ -942,7 +942,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#id PackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#id PackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -962,7 +962,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
---
@@ -978,7 +978,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`.
While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
---
@@ -992,7 +992,7 @@ public PackerRunTaskTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
---
@@ -1015,10 +1015,10 @@ new PackerRunTaskTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
-| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
+| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
---
@@ -1030,7 +1030,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#create PackerRunTask#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#create PackerRunTask#create}.
---
@@ -1042,7 +1042,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#default PackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#default PackerRunTask#default}.
---
@@ -1054,7 +1054,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
---
@@ -1066,7 +1066,7 @@ public string Update { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#update PackerRunTask#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#update PackerRunTask#update}.
---
diff --git a/docs/packerRunTask.go.md b/docs/packerRunTask.go.md
index 08dbb91fb..e95e9f81f 100644
--- a/docs/packerRunTask.go.md
+++ b/docs/packerRunTask.go.md
@@ -4,7 +4,7 @@
### PackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerRunTask to import.
The id of the existing PackerRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -857,7 +857,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerruntask"
| Lifecycle
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HCP Packer Registry is located. |
| RegenerateHmac
| interface{}
| If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. |
| Timeouts
| PackerRunTaskTimeouts
| timeouts block. |
@@ -942,7 +942,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#id PackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#id PackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -962,7 +962,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
---
@@ -978,7 +978,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`.
While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
---
@@ -992,7 +992,7 @@ Timeouts PackerRunTaskTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
---
@@ -1015,10 +1015,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/packerruntask"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
-| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
+| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
---
@@ -1030,7 +1030,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#create PackerRunTask#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#create PackerRunTask#create}.
---
@@ -1042,7 +1042,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#default PackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#default PackerRunTask#default}.
---
@@ -1054,7 +1054,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
---
@@ -1066,7 +1066,7 @@ Update *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#update PackerRunTask#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#update PackerRunTask#update}.
---
diff --git a/docs/packerRunTask.java.md b/docs/packerRunTask.java.md
index 710735489..256c3c045 100644
--- a/docs/packerRunTask.java.md
+++ b/docs/packerRunTask.java.md
@@ -4,7 +4,7 @@
### PackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -42,7 +42,7 @@ PackerRunTask.Builder.create(Construct scope, java.lang.String id)
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Packer Registry is located. |
| regenerateHmac
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. |
| timeouts
| PackerRunTaskTimeouts
| timeouts block. |
@@ -113,7 +113,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#id PackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#id PackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -129,7 +129,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
---
@@ -141,7 +141,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`.
While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
---
@@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
---
@@ -619,7 +619,7 @@ The construct id used in the generated config for the PackerRunTask to import.
The id of the existing PackerRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -973,7 +973,7 @@ PackerRunTaskConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Packer Registry is located. |
| regenerateHmac
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. |
| timeouts
| PackerRunTaskTimeouts
| timeouts block. |
@@ -1058,7 +1058,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#id PackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#id PackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1078,7 +1078,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
---
@@ -1094,7 +1094,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`.
While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
---
@@ -1108,7 +1108,7 @@ public PackerRunTaskTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
---
@@ -1131,10 +1131,10 @@ PackerRunTaskTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.80.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.81.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.81.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.81.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.81.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
---
@@ -1146,7 +1146,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#create PackerRunTask#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#create PackerRunTask#create}.
---
@@ -1158,7 +1158,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#default PackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#default PackerRunTask#default}.
---
@@ -1170,7 +1170,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
---
@@ -1182,7 +1182,7 @@ public java.lang.String getUpdate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#update PackerRunTask#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#update PackerRunTask#update}.
---
diff --git a/docs/packerRunTask.python.md b/docs/packerRunTask.python.md
index cb2105172..35385dec1 100644
--- a/docs/packerRunTask.python.md
+++ b/docs/packerRunTask.python.md
@@ -4,7 +4,7 @@
### PackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -39,7 +39,7 @@ packerRunTask.PackerRunTask(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Packer Registry is located. |
| regenerate_hmac
| typing.Union[bool, cdktf.IResolvable]
| If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. |
| timeouts
| PackerRunTaskTimeouts
| timeouts block. |
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#id PackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#id PackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -126,7 +126,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
---
@@ -138,7 +138,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`.
While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
---
@@ -527,7 +527,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#create PackerRunTask#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#create PackerRunTask#create}.
---
@@ -535,7 +535,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#default PackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#default PackerRunTask#default}.
---
@@ -543,7 +543,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
---
@@ -551,7 +551,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#update PackerRunTask#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#update PackerRunTask#update}.
---
@@ -693,7 +693,7 @@ The construct id used in the generated config for the PackerRunTask to import.
The id of the existing PackerRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -1042,7 +1042,7 @@ packerRunTask.PackerRunTaskConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Packer Registry is located. |
| regenerate_hmac
| typing.Union[bool, cdktf.IResolvable]
| If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. |
| timeouts
| PackerRunTaskTimeouts
| timeouts block. |
@@ -1127,7 +1127,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#id PackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#id PackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1147,7 +1147,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
---
@@ -1163,7 +1163,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`.
While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
---
@@ -1177,7 +1177,7 @@ timeouts: PackerRunTaskTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
---
@@ -1200,10 +1200,10 @@ packerRunTask.PackerRunTaskTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
-| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
+| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
---
@@ -1215,7 +1215,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#create PackerRunTask#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#create PackerRunTask#create}.
---
@@ -1227,7 +1227,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#default PackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#default PackerRunTask#default}.
---
@@ -1239,7 +1239,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
---
@@ -1251,7 +1251,7 @@ update: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#update PackerRunTask#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#update PackerRunTask#update}.
---
diff --git a/docs/packerRunTask.typescript.md b/docs/packerRunTask.typescript.md
index aa94c60a9..f6ecf410d 100644
--- a/docs/packerRunTask.typescript.md
+++ b/docs/packerRunTask.typescript.md
@@ -4,7 +4,7 @@
### PackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -508,7 +508,7 @@ The construct id used in the generated config for the PackerRunTask to import.
The id of the existing PackerRunTask that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use
---
@@ -845,7 +845,7 @@ const packerRunTaskConfig: packerRunTask.PackerRunTaskConfig = { ... }
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
| projectId
| string
| The ID of the HCP project where the HCP Packer Registry is located. |
| regenerateHmac
| boolean \| cdktf.IResolvable
| If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. |
| timeouts
| PackerRunTaskTimeouts
| timeouts block. |
@@ -930,7 +930,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#id PackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#id PackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -950,7 +950,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
---
@@ -966,7 +966,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`.
While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
---
@@ -980,7 +980,7 @@ public readonly timeouts: PackerRunTaskTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
---
@@ -998,10 +998,10 @@ const packerRunTaskTimeouts: packerRunTask.PackerRunTaskTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
-| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
+| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
---
@@ -1013,7 +1013,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#create PackerRunTask#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#create PackerRunTask#create}.
---
@@ -1025,7 +1025,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#default PackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#default PackerRunTask#default}.
---
@@ -1037,7 +1037,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
---
@@ -1049,7 +1049,7 @@ public readonly update: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task#update PackerRunTask#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#update PackerRunTask#update}.
---
diff --git a/docs/project.csharp.md b/docs/project.csharp.md
index 918c56002..e5daf432c 100644
--- a/docs/project.csharp.md
+++ b/docs/project.csharp.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project hcp_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project hcp_project}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -851,7 +851,7 @@ public string Name { get; set; }
The project's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#name Project#name}
---
@@ -865,7 +865,7 @@ public string Description { get; set; }
The project's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#description Project#description}
---
diff --git a/docs/project.go.md b/docs/project.go.md
index 33f7fa9a9..cb0331a51 100644
--- a/docs/project.go.md
+++ b/docs/project.go.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project hcp_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project hcp_project}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -851,7 +851,7 @@ Name *string
The project's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#name Project#name}
---
@@ -865,7 +865,7 @@ Description *string
The project's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#description Project#description}
---
diff --git a/docs/project.java.md b/docs/project.java.md
index bcba995a6..75303ec89 100644
--- a/docs/project.java.md
+++ b/docs/project.java.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project hcp_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project hcp_project}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The project's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#name Project#name}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The project's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#description Project#description}
---
@@ -554,7 +554,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -935,7 +935,7 @@ public java.lang.String getName();
The project's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#name Project#name}
---
@@ -949,7 +949,7 @@ public java.lang.String getDescription();
The project's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#description Project#description}
---
diff --git a/docs/project.python.md b/docs/project.python.md
index c1675e91d..dbb0c03f8 100644
--- a/docs/project.python.md
+++ b/docs/project.python.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project hcp_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project hcp_project}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The project's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#name Project#name}
---
@@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The project's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#description Project#description}
---
@@ -598,7 +598,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -975,7 +975,7 @@ name: str
The project's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#name Project#name}
---
@@ -989,7 +989,7 @@ description: str
The project's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#description Project#description}
---
diff --git a/docs/project.typescript.md b/docs/project.typescript.md
index bc68e2ffc..0dbfa670d 100644
--- a/docs/project.typescript.md
+++ b/docs/project.typescript.md
@@ -4,7 +4,7 @@
### Project
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project hcp_project}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project hcp_project}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the Project to import.
The id of the existing Project that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/project#import import section} in the documentation of this resource for the id to use
---
@@ -841,7 +841,7 @@ public readonly name: string;
The project's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#name Project#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#name Project#name}
---
@@ -855,7 +855,7 @@ public readonly description: string;
The project's description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#description Project#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#description Project#description}
---
diff --git a/docs/projectIamBinding.csharp.md b/docs/projectIamBinding.csharp.md
index 350a94f31..e911e18f6 100644
--- a/docs/projectIamBinding.csharp.md
+++ b/docs/projectIamBinding.csharp.md
@@ -4,7 +4,7 @@
### ProjectIamBinding
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding hcp_project_iam_binding}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding hcp_project_iam_binding}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectIamBinding to impor
The id of the existing ProjectIamBinding that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use
---
@@ -853,7 +853,7 @@ public string PrincipalId { get; set; }
The principal to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
---
@@ -867,7 +867,7 @@ public string Role { get; set; }
The role name to bind to the given principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
---
@@ -883,7 +883,7 @@ The ID of the HCP project to apply the IAM Policy to.
If unspecified, the project configured on the provider is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
---
diff --git a/docs/projectIamBinding.go.md b/docs/projectIamBinding.go.md
index 7e017efd5..24bf47297 100644
--- a/docs/projectIamBinding.go.md
+++ b/docs/projectIamBinding.go.md
@@ -4,7 +4,7 @@
### ProjectIamBinding
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding hcp_project_iam_binding}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding hcp_project_iam_binding}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectIamBinding to impor
The id of the existing ProjectIamBinding that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use
---
@@ -853,7 +853,7 @@ PrincipalId *string
The principal to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
---
@@ -867,7 +867,7 @@ Role *string
The role name to bind to the given principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
---
@@ -883,7 +883,7 @@ The ID of the HCP project to apply the IAM Policy to.
If unspecified, the project configured on the provider is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
---
diff --git a/docs/projectIamBinding.java.md b/docs/projectIamBinding.java.md
index 7f3fae063..a6f275688 100644
--- a/docs/projectIamBinding.java.md
+++ b/docs/projectIamBinding.java.md
@@ -4,7 +4,7 @@
### ProjectIamBinding
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding hcp_project_iam_binding}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding hcp_project_iam_binding}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The principal to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The role name to bind to the given principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
---
@@ -134,7 +134,7 @@ The ID of the HCP project to apply the IAM Policy to.
If unspecified, the project configured on the provider is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
---
@@ -568,7 +568,7 @@ The construct id used in the generated config for the ProjectIamBinding to impor
The id of the existing ProjectIamBinding that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use
---
@@ -951,7 +951,7 @@ public java.lang.String getPrincipalId();
The principal to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
---
@@ -965,7 +965,7 @@ public java.lang.String getRole();
The role name to bind to the given principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
---
@@ -981,7 +981,7 @@ The ID of the HCP project to apply the IAM Policy to.
If unspecified, the project configured on the provider is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
---
diff --git a/docs/projectIamBinding.python.md b/docs/projectIamBinding.python.md
index a59e1ec5f..c321968f3 100644
--- a/docs/projectIamBinding.python.md
+++ b/docs/projectIamBinding.python.md
@@ -4,7 +4,7 @@
### ProjectIamBinding
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding hcp_project_iam_binding}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding hcp_project_iam_binding}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The principal to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The role name to bind to the given principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
---
@@ -132,7 +132,7 @@ The ID of the HCP project to apply the IAM Policy to.
If unspecified, the project configured on the provider is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
---
@@ -612,7 +612,7 @@ The construct id used in the generated config for the ProjectIamBinding to impor
The id of the existing ProjectIamBinding that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use
---
@@ -991,7 +991,7 @@ principal_id: str
The principal to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
---
@@ -1005,7 +1005,7 @@ role: str
The role name to bind to the given principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
---
@@ -1021,7 +1021,7 @@ The ID of the HCP project to apply the IAM Policy to.
If unspecified, the project configured on the provider is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
---
diff --git a/docs/projectIamBinding.typescript.md b/docs/projectIamBinding.typescript.md
index 1b22e32c7..dc858be67 100644
--- a/docs/projectIamBinding.typescript.md
+++ b/docs/projectIamBinding.typescript.md
@@ -4,7 +4,7 @@
### ProjectIamBinding
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding hcp_project_iam_binding}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding hcp_project_iam_binding}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectIamBinding to impor
The id of the existing ProjectIamBinding that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use
---
@@ -842,7 +842,7 @@ public readonly principalId: string;
The principal to bind to the given role.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
---
@@ -856,7 +856,7 @@ public readonly role: string;
The role name to bind to the given principal.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
---
@@ -872,7 +872,7 @@ The ID of the HCP project to apply the IAM Policy to.
If unspecified, the project configured on the provider is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
---
diff --git a/docs/projectIamPolicy.csharp.md b/docs/projectIamPolicy.csharp.md
index 0e74e9d05..d552acd04 100644
--- a/docs/projectIamPolicy.csharp.md
+++ b/docs/projectIamPolicy.csharp.md
@@ -4,7 +4,7 @@
### ProjectIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy hcp_project_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy hcp_project_iam_policy}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectIamPolicy to import
The id of the existing ProjectIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -840,7 +840,7 @@ public string PolicyData { get; set; }
The policy to apply.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
---
@@ -856,7 +856,7 @@ The ID of the HCP project to apply the IAM Policy to.
If unspecified, the project configured on the provider is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
---
diff --git a/docs/projectIamPolicy.go.md b/docs/projectIamPolicy.go.md
index d23f7cbcb..a8df186b6 100644
--- a/docs/projectIamPolicy.go.md
+++ b/docs/projectIamPolicy.go.md
@@ -4,7 +4,7 @@
### ProjectIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy hcp_project_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy hcp_project_iam_policy}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectIamPolicy to import
The id of the existing ProjectIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -840,7 +840,7 @@ PolicyData *string
The policy to apply.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
---
@@ -856,7 +856,7 @@ The ID of the HCP project to apply the IAM Policy to.
If unspecified, the project configured on the provider is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
---
diff --git a/docs/projectIamPolicy.java.md b/docs/projectIamPolicy.java.md
index d85f6bffe..305f5aa28 100644
--- a/docs/projectIamPolicy.java.md
+++ b/docs/projectIamPolicy.java.md
@@ -4,7 +4,7 @@
### ProjectIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy hcp_project_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy hcp_project_iam_policy}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The policy to apply.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
---
@@ -122,7 +122,7 @@ The ID of the HCP project to apply the IAM Policy to.
If unspecified, the project configured on the provider is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
---
@@ -556,7 +556,7 @@ The construct id used in the generated config for the ProjectIamPolicy to import
The id of the existing ProjectIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -926,7 +926,7 @@ public java.lang.String getPolicyData();
The policy to apply.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
---
@@ -942,7 +942,7 @@ The ID of the HCP project to apply the IAM Policy to.
If unspecified, the project configured on the provider is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
---
diff --git a/docs/projectIamPolicy.python.md b/docs/projectIamPolicy.python.md
index 2cd1043aa..860e75700 100644
--- a/docs/projectIamPolicy.python.md
+++ b/docs/projectIamPolicy.python.md
@@ -4,7 +4,7 @@
### ProjectIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy hcp_project_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy hcp_project_iam_policy}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The policy to apply.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
---
@@ -120,7 +120,7 @@ The ID of the HCP project to apply the IAM Policy to.
If unspecified, the project configured on the provider is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
---
@@ -600,7 +600,7 @@ The construct id used in the generated config for the ProjectIamPolicy to import
The id of the existing ProjectIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -966,7 +966,7 @@ policy_data: str
The policy to apply.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
---
@@ -982,7 +982,7 @@ The ID of the HCP project to apply the IAM Policy to.
If unspecified, the project configured on the provider is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
---
diff --git a/docs/projectIamPolicy.typescript.md b/docs/projectIamPolicy.typescript.md
index d02bdccbc..caf01fe07 100644
--- a/docs/projectIamPolicy.typescript.md
+++ b/docs/projectIamPolicy.typescript.md
@@ -4,7 +4,7 @@
### ProjectIamPolicy
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy hcp_project_iam_policy}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy hcp_project_iam_policy}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectIamPolicy to import
The id of the existing ProjectIamPolicy that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use
---
@@ -830,7 +830,7 @@ public readonly policyData: string;
The policy to apply.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
---
@@ -846,7 +846,7 @@ The ID of the HCP project to apply the IAM Policy to.
If unspecified, the project configured on the provider is used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
---
diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md
index 3ef9366db..619e24180 100644
--- a/docs/provider.csharp.md
+++ b/docs/provider.csharp.md
@@ -4,7 +4,7 @@
### HcpProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs hcp}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs hcp}.
#### Initializers
@@ -275,7 +275,7 @@ The construct id used in the generated config for the HcpProvider to import.
The id of the existing HcpProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -576,7 +576,7 @@ public string Alias { get; set; }
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#alias HcpProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#alias HcpProvider#alias}
---
@@ -590,7 +590,7 @@ public string ClientId { get; set; }
The OAuth2 Client ID for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#client_id HcpProvider#client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#client_id HcpProvider#client_id}
---
@@ -604,7 +604,7 @@ public string ClientSecret { get; set; }
The OAuth2 Client Secret for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#client_secret HcpProvider#client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#client_secret HcpProvider#client_secret}
---
@@ -620,7 +620,7 @@ The path to an HCP credential file to use to authenticate the provider to HCP.
You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#credential_file HcpProvider#credential_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#credential_file HcpProvider#credential_file}
---
@@ -634,7 +634,7 @@ public string ProjectId { get; set; }
The default project in which resources should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#project_id HcpProvider#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#project_id HcpProvider#project_id}
---
@@ -648,7 +648,7 @@ public object WorkloadIdentity { get; set; }
workload_identity block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#workload_identity HcpProvider#workload_identity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#workload_identity HcpProvider#workload_identity}
---
@@ -684,7 +684,7 @@ public string ResourceName { get; set; }
The resource_name of the Workload Identity Provider to exchange the token with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#resource_name HcpProvider#resource_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#resource_name HcpProvider#resource_name}
---
@@ -698,7 +698,7 @@ public string TokenFile { get; set; }
The path to a file containing a JWT token retrieved from an OpenID Connect (OIDC) or OAuth2 provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#token_file HcpProvider#token_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#token_file HcpProvider#token_file}
---
diff --git a/docs/provider.go.md b/docs/provider.go.md
index 4d86152de..74d6ccf2b 100644
--- a/docs/provider.go.md
+++ b/docs/provider.go.md
@@ -4,7 +4,7 @@
### HcpProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs hcp}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs hcp}.
#### Initializers
@@ -275,7 +275,7 @@ The construct id used in the generated config for the HcpProvider to import.
The id of the existing HcpProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -576,7 +576,7 @@ Alias *string
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#alias HcpProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#alias HcpProvider#alias}
---
@@ -590,7 +590,7 @@ ClientId *string
The OAuth2 Client ID for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#client_id HcpProvider#client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#client_id HcpProvider#client_id}
---
@@ -604,7 +604,7 @@ ClientSecret *string
The OAuth2 Client Secret for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#client_secret HcpProvider#client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#client_secret HcpProvider#client_secret}
---
@@ -620,7 +620,7 @@ The path to an HCP credential file to use to authenticate the provider to HCP.
You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#credential_file HcpProvider#credential_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#credential_file HcpProvider#credential_file}
---
@@ -634,7 +634,7 @@ ProjectId *string
The default project in which resources should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#project_id HcpProvider#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#project_id HcpProvider#project_id}
---
@@ -648,7 +648,7 @@ WorkloadIdentity interface{}
workload_identity block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#workload_identity HcpProvider#workload_identity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#workload_identity HcpProvider#workload_identity}
---
@@ -684,7 +684,7 @@ ResourceName *string
The resource_name of the Workload Identity Provider to exchange the token with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#resource_name HcpProvider#resource_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#resource_name HcpProvider#resource_name}
---
@@ -698,7 +698,7 @@ TokenFile *string
The path to a file containing a JWT token retrieved from an OpenID Connect (OIDC) or OAuth2 provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#token_file HcpProvider#token_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#token_file HcpProvider#token_file}
---
diff --git a/docs/provider.java.md b/docs/provider.java.md
index f155a51fe..ea371119a 100644
--- a/docs/provider.java.md
+++ b/docs/provider.java.md
@@ -4,7 +4,7 @@
### HcpProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs hcp}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs hcp}.
#### Initializers
@@ -59,7 +59,7 @@ Must be unique amongst siblings in the same scope
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#alias HcpProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#alias HcpProvider#alias}
---
@@ -69,7 +69,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The OAuth2 Client ID for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#client_id HcpProvider#client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#client_id HcpProvider#client_id}
---
@@ -79,7 +79,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The OAuth2 Client Secret for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#client_secret HcpProvider#client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#client_secret HcpProvider#client_secret}
---
@@ -91,7 +91,7 @@ The path to an HCP credential file to use to authenticate the provider to HCP.
You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#credential_file HcpProvider#credential_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#credential_file HcpProvider#credential_file}
---
@@ -101,7 +101,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The default project in which resources should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#project_id HcpProvider#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#project_id HcpProvider#project_id}
---
@@ -111,7 +111,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
workload_identity block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#workload_identity HcpProvider#workload_identity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#workload_identity HcpProvider#workload_identity}
---
@@ -344,7 +344,7 @@ The construct id used in the generated config for the HcpProvider to import.
The id of the existing HcpProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -646,7 +646,7 @@ public java.lang.String getAlias();
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#alias HcpProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#alias HcpProvider#alias}
---
@@ -660,7 +660,7 @@ public java.lang.String getClientId();
The OAuth2 Client ID for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#client_id HcpProvider#client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#client_id HcpProvider#client_id}
---
@@ -674,7 +674,7 @@ public java.lang.String getClientSecret();
The OAuth2 Client Secret for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#client_secret HcpProvider#client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#client_secret HcpProvider#client_secret}
---
@@ -690,7 +690,7 @@ The path to an HCP credential file to use to authenticate the provider to HCP.
You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#credential_file HcpProvider#credential_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#credential_file HcpProvider#credential_file}
---
@@ -704,7 +704,7 @@ public java.lang.String getProjectId();
The default project in which resources should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#project_id HcpProvider#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#project_id HcpProvider#project_id}
---
@@ -718,7 +718,7 @@ public java.lang.Object getWorkloadIdentity();
workload_identity block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#workload_identity HcpProvider#workload_identity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#workload_identity HcpProvider#workload_identity}
---
@@ -754,7 +754,7 @@ public java.lang.String getResourceName();
The resource_name of the Workload Identity Provider to exchange the token with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#resource_name HcpProvider#resource_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#resource_name HcpProvider#resource_name}
---
@@ -768,7 +768,7 @@ public java.lang.String getTokenFile();
The path to a file containing a JWT token retrieved from an OpenID Connect (OIDC) or OAuth2 provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#token_file HcpProvider#token_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#token_file HcpProvider#token_file}
---
diff --git a/docs/provider.python.md b/docs/provider.python.md
index 95439ab62..669ec9b88 100644
--- a/docs/provider.python.md
+++ b/docs/provider.python.md
@@ -4,7 +4,7 @@
### HcpProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs hcp}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs#alias HcpProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs#client_id HcpProvider#client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs#client_secret HcpProvider#client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#client_secret HcpProvider#client_secret}
---
@@ -92,7 +92,7 @@ The path to an HCP credential file to use to authenticate the provider to HCP.
You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#credential_file HcpProvider#credential_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#credential_file HcpProvider#credential_file}
---
@@ -102,7 +102,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The default project in which resources should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#project_id HcpProvider#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#project_id HcpProvider#project_id}
---
@@ -112,7 +112,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
workload_identity block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#workload_identity HcpProvider#workload_identity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#workload_identity HcpProvider#workload_identity}
---
@@ -361,7 +361,7 @@ The construct id used in the generated config for the HcpProvider to import.
The id of the existing HcpProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -662,7 +662,7 @@ alias: str
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#alias HcpProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#alias HcpProvider#alias}
---
@@ -676,7 +676,7 @@ client_id: str
The OAuth2 Client ID for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#client_id HcpProvider#client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#client_id HcpProvider#client_id}
---
@@ -690,7 +690,7 @@ client_secret: str
The OAuth2 Client Secret for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#client_secret HcpProvider#client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#client_secret HcpProvider#client_secret}
---
@@ -706,7 +706,7 @@ The path to an HCP credential file to use to authenticate the provider to HCP.
You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#credential_file HcpProvider#credential_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#credential_file HcpProvider#credential_file}
---
@@ -720,7 +720,7 @@ project_id: str
The default project in which resources should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#project_id HcpProvider#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#project_id HcpProvider#project_id}
---
@@ -734,7 +734,7 @@ workload_identity: typing.Union[IResolvable, typing.List[HcpProviderWorkloadIden
workload_identity block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#workload_identity HcpProvider#workload_identity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#workload_identity HcpProvider#workload_identity}
---
@@ -770,7 +770,7 @@ resource_name: str
The resource_name of the Workload Identity Provider to exchange the token with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#resource_name HcpProvider#resource_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#resource_name HcpProvider#resource_name}
---
@@ -784,7 +784,7 @@ token_file: str
The path to a file containing a JWT token retrieved from an OpenID Connect (OIDC) or OAuth2 provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#token_file HcpProvider#token_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#token_file HcpProvider#token_file}
---
diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md
index ed5c04504..f32b54cec 100644
--- a/docs/provider.typescript.md
+++ b/docs/provider.typescript.md
@@ -4,7 +4,7 @@
### HcpProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs hcp}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs hcp}.
#### Initializers
@@ -275,7 +275,7 @@ The construct id used in the generated config for the HcpProvider to import.
The id of the existing HcpProvider that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -569,7 +569,7 @@ public readonly alias: string;
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#alias HcpProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#alias HcpProvider#alias}
---
@@ -583,7 +583,7 @@ public readonly clientId: string;
The OAuth2 Client ID for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#client_id HcpProvider#client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#client_id HcpProvider#client_id}
---
@@ -597,7 +597,7 @@ public readonly clientSecret: string;
The OAuth2 Client Secret for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#client_secret HcpProvider#client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#client_secret HcpProvider#client_secret}
---
@@ -613,7 +613,7 @@ The path to an HCP credential file to use to authenticate the provider to HCP.
You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#credential_file HcpProvider#credential_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#credential_file HcpProvider#credential_file}
---
@@ -627,7 +627,7 @@ public readonly projectId: string;
The default project in which resources should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#project_id HcpProvider#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#project_id HcpProvider#project_id}
---
@@ -641,7 +641,7 @@ public readonly workloadIdentity: IResolvable | HcpProviderWorkloadIdentity[];
workload_identity block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#workload_identity HcpProvider#workload_identity}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#workload_identity HcpProvider#workload_identity}
---
@@ -674,7 +674,7 @@ public readonly resourceName: string;
The resource_name of the Workload Identity Provider to exchange the token with.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#resource_name HcpProvider#resource_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#resource_name HcpProvider#resource_name}
---
@@ -688,7 +688,7 @@ public readonly tokenFile: string;
The path to a file containing a JWT token retrieved from an OpenID Connect (OIDC) or OAuth2 provider.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#token_file HcpProvider#token_file}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#token_file HcpProvider#token_file}
---
diff --git a/docs/servicePrincipal.csharp.md b/docs/servicePrincipal.csharp.md
index e657b39e1..f843ed93e 100644
--- a/docs/servicePrincipal.csharp.md
+++ b/docs/servicePrincipal.csharp.md
@@ -4,7 +4,7 @@
### ServicePrincipal
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal hcp_service_principal}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal hcp_service_principal}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ServicePrincipal to import
The id of the existing ServicePrincipal that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use
---
@@ -851,7 +851,7 @@ public string Name { get; set; }
The service principal's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#name ServicePrincipal#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#name ServicePrincipal#name}
---
@@ -867,7 +867,7 @@ The parent location to create the service principal under.
If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/"
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#parent ServicePrincipal#parent}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#parent ServicePrincipal#parent}
---
diff --git a/docs/servicePrincipal.go.md b/docs/servicePrincipal.go.md
index 8f9f728de..fcf331af0 100644
--- a/docs/servicePrincipal.go.md
+++ b/docs/servicePrincipal.go.md
@@ -4,7 +4,7 @@
### ServicePrincipal
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal hcp_service_principal}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal hcp_service_principal}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ServicePrincipal to import
The id of the existing ServicePrincipal that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use
---
@@ -851,7 +851,7 @@ Name *string
The service principal's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#name ServicePrincipal#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#name ServicePrincipal#name}
---
@@ -867,7 +867,7 @@ The parent location to create the service principal under.
If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/"
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#parent ServicePrincipal#parent}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#parent ServicePrincipal#parent}
---
diff --git a/docs/servicePrincipal.java.md b/docs/servicePrincipal.java.md
index 91f0383cb..708631e76 100644
--- a/docs/servicePrincipal.java.md
+++ b/docs/servicePrincipal.java.md
@@ -4,7 +4,7 @@
### ServicePrincipal
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal hcp_service_principal}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal hcp_service_principal}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The service principal's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#name ServicePrincipal#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#name ServicePrincipal#name}
---
@@ -122,7 +122,7 @@ The parent location to create the service principal under.
If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/"
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#parent ServicePrincipal#parent}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#parent ServicePrincipal#parent}
---
@@ -556,7 +556,7 @@ The construct id used in the generated config for the ServicePrincipal to import
The id of the existing ServicePrincipal that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use
---
@@ -937,7 +937,7 @@ public java.lang.String getName();
The service principal's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#name ServicePrincipal#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#name ServicePrincipal#name}
---
@@ -953,7 +953,7 @@ The parent location to create the service principal under.
If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/"
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#parent ServicePrincipal#parent}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#parent ServicePrincipal#parent}
---
diff --git a/docs/servicePrincipal.python.md b/docs/servicePrincipal.python.md
index 87e1f8645..e80876366 100644
--- a/docs/servicePrincipal.python.md
+++ b/docs/servicePrincipal.python.md
@@ -4,7 +4,7 @@
### ServicePrincipal
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal hcp_service_principal}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal hcp_service_principal}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The service principal's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#name ServicePrincipal#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#name ServicePrincipal#name}
---
@@ -120,7 +120,7 @@ The parent location to create the service principal under.
If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/"
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#parent ServicePrincipal#parent}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#parent ServicePrincipal#parent}
---
@@ -600,7 +600,7 @@ The construct id used in the generated config for the ServicePrincipal to import
The id of the existing ServicePrincipal that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use
---
@@ -977,7 +977,7 @@ name: str
The service principal's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#name ServicePrincipal#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#name ServicePrincipal#name}
---
@@ -993,7 +993,7 @@ The parent location to create the service principal under.
If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/"
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#parent ServicePrincipal#parent}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#parent ServicePrincipal#parent}
---
diff --git a/docs/servicePrincipal.typescript.md b/docs/servicePrincipal.typescript.md
index e964f3746..0847b0582 100644
--- a/docs/servicePrincipal.typescript.md
+++ b/docs/servicePrincipal.typescript.md
@@ -4,7 +4,7 @@
### ServicePrincipal
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal hcp_service_principal}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal hcp_service_principal}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ServicePrincipal to import
The id of the existing ServicePrincipal that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use
---
@@ -841,7 +841,7 @@ public readonly name: string;
The service principal's name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#name ServicePrincipal#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#name ServicePrincipal#name}
---
@@ -857,7 +857,7 @@ The parent location to create the service principal under.
If unspecified, the service principal will be created in the project the provider is configured with. If specified, the accepted values are "project/" or "organization/"
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#parent ServicePrincipal#parent}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#parent ServicePrincipal#parent}
---
diff --git a/docs/servicePrincipalKey.csharp.md b/docs/servicePrincipalKey.csharp.md
index 88908bf93..d454b7b45 100644
--- a/docs/servicePrincipalKey.csharp.md
+++ b/docs/servicePrincipalKey.csharp.md
@@ -4,7 +4,7 @@
### ServicePrincipalKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key hcp_service_principal_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key hcp_service_principal_key}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ServicePrincipalKey to imp
The id of the existing ServicePrincipalKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use
---
@@ -862,7 +862,7 @@ public string ServicePrincipal { get; set; }
The service principal's resource name for which a key should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
---
@@ -878,7 +878,7 @@ A map of arbitrary string key/value pairs that will force recreation of the key
Changing this forces a new resource to be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
---
diff --git a/docs/servicePrincipalKey.go.md b/docs/servicePrincipalKey.go.md
index e8e8e944e..8ef95d462 100644
--- a/docs/servicePrincipalKey.go.md
+++ b/docs/servicePrincipalKey.go.md
@@ -4,7 +4,7 @@
### ServicePrincipalKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key hcp_service_principal_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key hcp_service_principal_key}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ServicePrincipalKey to imp
The id of the existing ServicePrincipalKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use
---
@@ -862,7 +862,7 @@ ServicePrincipal *string
The service principal's resource name for which a key should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
---
@@ -878,7 +878,7 @@ A map of arbitrary string key/value pairs that will force recreation of the key
Changing this forces a new resource to be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
---
diff --git a/docs/servicePrincipalKey.java.md b/docs/servicePrincipalKey.java.md
index 28d8db5d1..f8de8bbc2 100644
--- a/docs/servicePrincipalKey.java.md
+++ b/docs/servicePrincipalKey.java.md
@@ -4,7 +4,7 @@
### ServicePrincipalKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key hcp_service_principal_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key hcp_service_principal_key}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The service principal's resource name for which a key should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
---
@@ -122,7 +122,7 @@ A map of arbitrary string key/value pairs that will force recreation of the key
Changing this forces a new resource to be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
---
@@ -556,7 +556,7 @@ The construct id used in the generated config for the ServicePrincipalKey to imp
The id of the existing ServicePrincipalKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use
---
@@ -948,7 +948,7 @@ public java.lang.String getServicePrincipal();
The service principal's resource name for which a key should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
---
@@ -964,7 +964,7 @@ A map of arbitrary string key/value pairs that will force recreation of the key
Changing this forces a new resource to be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
---
diff --git a/docs/servicePrincipalKey.python.md b/docs/servicePrincipalKey.python.md
index 88782d9f5..d42717f92 100644
--- a/docs/servicePrincipalKey.python.md
+++ b/docs/servicePrincipalKey.python.md
@@ -4,7 +4,7 @@
### ServicePrincipalKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key hcp_service_principal_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key hcp_service_principal_key}.
#### Initializers
@@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope
The service principal's resource name for which a key should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
---
@@ -120,7 +120,7 @@ A map of arbitrary string key/value pairs that will force recreation of the key
Changing this forces a new resource to be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
---
@@ -600,7 +600,7 @@ The construct id used in the generated config for the ServicePrincipalKey to imp
The id of the existing ServicePrincipalKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use
---
@@ -988,7 +988,7 @@ service_principal: str
The service principal's resource name for which a key should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
---
@@ -1004,7 +1004,7 @@ A map of arbitrary string key/value pairs that will force recreation of the key
Changing this forces a new resource to be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
---
diff --git a/docs/servicePrincipalKey.typescript.md b/docs/servicePrincipalKey.typescript.md
index 92d7a5d14..b36d3d99d 100644
--- a/docs/servicePrincipalKey.typescript.md
+++ b/docs/servicePrincipalKey.typescript.md
@@ -4,7 +4,7 @@
### ServicePrincipalKey
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key hcp_service_principal_key}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key hcp_service_principal_key}.
#### Initializers
@@ -474,7 +474,7 @@ The construct id used in the generated config for the ServicePrincipalKey to imp
The id of the existing ServicePrincipalKey that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use
+Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use
---
@@ -852,7 +852,7 @@ public readonly servicePrincipal: string;
The service principal's resource name for which a key should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
---
@@ -868,7 +868,7 @@ A map of arbitrary string key/value pairs that will force recreation of the key
Changing this forces a new resource to be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
---
diff --git a/docs/vaultCluster.csharp.md b/docs/vaultCluster.csharp.md
index dbf1b264e..ab5ff29cf 100644
--- a/docs/vaultCluster.csharp.md
+++ b/docs/vaultCluster.csharp.md
@@ -4,7 +4,7 @@
### VaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -74,11 +74,13 @@ Must be unique amongst siblings in the same scope
| MoveTo
| Moves this resource to the target resource given by moveTarget. |
| MoveToId
| Moves this resource to the resource corresponding to "id". |
| PutAuditLogConfig
| *No description.* |
+| PutIpAllowlist
| *No description.* |
| PutMajorVersionUpgradeConfig
| *No description.* |
| PutMetricsConfig
| *No description.* |
| PutTimeouts
| *No description.* |
| ResetAuditLogConfig
| *No description.* |
| ResetId
| *No description.* |
+| ResetIpAllowlist
| *No description.* |
| ResetMajorVersionUpgradeConfig
| *No description.* |
| ResetMetricsConfig
| *No description.* |
| ResetMinVaultVersion
| *No description.* |
@@ -392,6 +394,18 @@ private void PutAuditLogConfig(VaultClusterAuditLogConfig Value)
---
+##### `PutIpAllowlist`
+
+```csharp
+private void PutIpAllowlist(object Value)
+```
+
+###### `Value`Required
+
+- *Type:* object
+
+---
+
##### `PutMajorVersionUpgradeConfig`
```csharp
@@ -440,6 +454,12 @@ private void ResetAuditLogConfig()
private void ResetId()
```
+##### `ResetIpAllowlist`
+
+```csharp
+private void ResetIpAllowlist()
+```
+
##### `ResetMajorVersionUpgradeConfig`
```csharp
@@ -603,7 +623,7 @@ The construct id used in the generated config for the VaultCluster to import.
The id of the existing VaultCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -636,6 +656,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| AuditLogConfig
| VaultClusterAuditLogConfigOutputReference
| *No description.* |
| CloudProvider
| string
| *No description.* |
| CreatedAt
| string
| *No description.* |
+| IpAllowlist
| VaultClusterIpAllowlistStructList
| *No description.* |
| MajorVersionUpgradeConfig
| VaultClusterMajorVersionUpgradeConfigOutputReference
| *No description.* |
| MetricsConfig
| VaultClusterMetricsConfigOutputReference
| *No description.* |
| Namespace
| string
| *No description.* |
@@ -652,6 +673,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| ClusterIdInput
| string
| *No description.* |
| HvnIdInput
| string
| *No description.* |
| IdInput
| string
| *No description.* |
+| IpAllowlistInput
| object
| *No description.* |
| MajorVersionUpgradeConfigInput
| VaultClusterMajorVersionUpgradeConfig
| *No description.* |
| MetricsConfigInput
| VaultClusterMetricsConfig
| *No description.* |
| MinVaultVersionInput
| string
| *No description.* |
@@ -847,6 +869,16 @@ public string CreatedAt { get; }
---
+##### `IpAllowlist`Required
+
+```csharp
+public VaultClusterIpAllowlistStructList IpAllowlist { get; }
+```
+
+- *Type:* VaultClusterIpAllowlistStructList
+
+---
+
##### `MajorVersionUpgradeConfig`Required
```csharp
@@ -1007,6 +1039,16 @@ public string IdInput { get; }
---
+##### `IpAllowlistInput`Optional
+
+```csharp
+public object IpAllowlistInput { get; }
+```
+
+- *Type:* object
+
+---
+
##### `MajorVersionUpgradeConfigInput`Optional
```csharp
@@ -1307,7 +1349,7 @@ public string CloudwatchAccessKeyId { get; set; }
CloudWatch access key ID for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id}
---
@@ -1321,7 +1363,7 @@ public string CloudwatchRegion { get; set; }
CloudWatch region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
---
@@ -1335,7 +1377,7 @@ public string CloudwatchSecretAccessKey { get; set; }
CloudWatch secret access key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key}
---
@@ -1349,7 +1391,7 @@ public string DatadogApiKey { get; set; }
Datadog api key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -1363,7 +1405,7 @@ public string DatadogRegion { get; set; }
Datadog region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -1377,7 +1419,7 @@ public string ElasticsearchEndpoint { get; set; }
ElasticSearch endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
---
@@ -1391,7 +1433,7 @@ public string ElasticsearchPassword { get; set; }
ElasticSearch password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
---
@@ -1405,7 +1447,7 @@ public string ElasticsearchUser { get; set; }
ElasticSearch user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
---
@@ -1419,7 +1461,7 @@ public string GrafanaEndpoint { get; set; }
Grafana endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -1433,7 +1475,7 @@ public string GrafanaPassword { get; set; }
Grafana password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -1447,7 +1489,7 @@ public string GrafanaUser { get; set; }
Grafana user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -1461,7 +1503,7 @@ public string HttpBasicPassword { get; set; }
HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
---
@@ -1475,7 +1517,7 @@ public string HttpBasicUser { get; set; }
HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
---
@@ -1489,7 +1531,7 @@ public string HttpBearerToken { get; set; }
HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
---
@@ -1503,7 +1545,7 @@ public string HttpCodec { get; set; }
HTTP codec for streaming audit logs, allowed values are JSON and NDJSON.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
---
@@ -1517,7 +1559,7 @@ public object HttpCompression { get; set; }
HTTP compression flag for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
---
@@ -1531,7 +1573,7 @@ public System.Collections.Generic.IDictionary HttpHeaders { get;
HTTP headers for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
---
@@ -1545,7 +1587,7 @@ public string HttpMethod { get; set; }
HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
---
@@ -1559,7 +1601,7 @@ public string HttpPayloadPrefix { get; set; }
HTTP payload prefix for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
---
@@ -1573,7 +1615,7 @@ public string HttpPayloadSuffix { get; set; }
HTTP payload suffix for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
---
@@ -1587,7 +1629,7 @@ public string HttpUri { get; set; }
HTTP URI for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
---
@@ -1601,7 +1643,7 @@ public string NewrelicAccountId { get; set; }
NewRelic Account ID for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
---
@@ -1615,7 +1657,7 @@ public string NewrelicLicenseKey { get; set; }
NewRelic license key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
---
@@ -1629,7 +1671,7 @@ public string NewrelicRegion { get; set; }
NewRelic region for streaming audit logs, allowed values are "US" and "EU".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
---
@@ -1643,7 +1685,7 @@ public string SplunkHecendpoint { get; set; }
Splunk endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -1657,7 +1699,7 @@ public string SplunkToken { get; set; }
Splunk token for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -1680,6 +1722,7 @@ new VaultClusterConfig {
string HvnId,
VaultClusterAuditLogConfig AuditLogConfig = null,
string Id = null,
+ object IpAllowlist = null,
VaultClusterMajorVersionUpgradeConfig MajorVersionUpgradeConfig = null,
VaultClusterMetricsConfig MetricsConfig = null,
string MinVaultVersion = null,
@@ -1707,7 +1750,8 @@ 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.80.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| IpAllowlist
| object
| ip_allowlist block. |
| MajorVersionUpgradeConfig
| VaultClusterMajorVersionUpgradeConfig
| major_version_upgrade_config block. |
| MetricsConfig
| VaultClusterMetricsConfig
| metrics_config block. |
| MinVaultVersion
| string
| The minimum Vault version to use when creating the cluster. |
@@ -1801,7 +1845,7 @@ public string ClusterId { get; set; }
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
---
@@ -1815,7 +1859,7 @@ public string HvnId { get; set; }
The ID of the HVN this HCP Vault cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
---
@@ -1829,7 +1873,7 @@ public VaultClusterAuditLogConfig AuditLogConfig { get; set; }
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
---
@@ -1841,13 +1885,27 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#id VaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
---
+##### `IpAllowlist`Optional
+
+```csharp
+public object IpAllowlist { get; set; }
+```
+
+- *Type:* object
+
+ip_allowlist block.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist}
+
+---
+
##### `MajorVersionUpgradeConfig`Optional
```csharp
@@ -1858,7 +1916,7 @@ public VaultClusterMajorVersionUpgradeConfig MajorVersionUpgradeConfig { get; se
major_version_upgrade_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config}
---
@@ -1872,7 +1930,7 @@ public VaultClusterMetricsConfig MetricsConfig { get; set; }
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
---
@@ -1888,7 +1946,7 @@ The minimum Vault version to use when creating the cluster.
If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version}
---
@@ -1902,7 +1960,7 @@ public string[] PathsFilter { get; set; }
The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
---
@@ -1918,7 +1976,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p
If not specified, it is a standalone Plus tier HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
---
@@ -1935,7 +1993,7 @@ The ID of the HCP project where the Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
---
@@ -1949,7 +2007,7 @@ public string ProxyEndpoint { get; set; }
Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
---
@@ -1963,7 +2021,7 @@ public object PublicEndpoint { get; set; }
Denotes that the cluster has a public endpoint. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
---
@@ -1979,7 +2037,7 @@ Tier of the HCP Vault cluster.
Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#tier VaultCluster#tier}
---
@@ -1993,7 +2051,57 @@ public VaultClusterTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+
+---
+
+### VaultClusterIpAllowlistStruct
+
+#### Initializer
+
+```csharp
+using HashiCorp.Cdktf.Providers.Hcp;
+
+new VaultClusterIpAllowlistStruct {
+ string Address,
+ string Description = null
+};
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Address
| string
| IP address range in CIDR notation. |
+| Description
| string
| Description to help identify source (maximum 255 chars). |
+
+---
+
+##### `Address`Required
+
+```csharp
+public string Address { get; set; }
+```
+
+- *Type:* string
+
+IP address range in CIDR notation.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#address VaultCluster#address}
+
+---
+
+##### `Description`Optional
+
+```csharp
+public string Description { get; set; }
+```
+
+- *Type:* string
+
+Description to help identify source (maximum 255 chars).
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#description VaultCluster#description}
---
@@ -2031,7 +2139,7 @@ public string UpgradeType { get; set; }
The major upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`, `MANUAL`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
---
@@ -2047,7 +2155,7 @@ The maintenance day of the week for scheduled upgrades.
Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day}
---
@@ -2061,7 +2169,7 @@ public string MaintenanceWindowTime { get; set; }
The maintenance time frame for scheduled upgrades. Valid options for maintenance window time - `WINDOW_12AM_4AM`, `WINDOW_6AM_10AM`, `WINDOW_12PM_4PM`, `WINDOW_6PM_10PM`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time}
---
@@ -2145,7 +2253,7 @@ public string CloudwatchAccessKeyId { get; set; }
CloudWatch access key ID for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id}
---
@@ -2159,7 +2267,7 @@ public string CloudwatchRegion { get; set; }
CloudWatch region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
---
@@ -2173,7 +2281,7 @@ public string CloudwatchSecretAccessKey { get; set; }
CloudWatch secret access key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key}
---
@@ -2187,7 +2295,7 @@ public string DatadogApiKey { get; set; }
Datadog api key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -2201,7 +2309,7 @@ public string DatadogRegion { get; set; }
Datadog region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -2215,7 +2323,7 @@ public string ElasticsearchEndpoint { get; set; }
ElasticSearch endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
---
@@ -2229,7 +2337,7 @@ public string ElasticsearchPassword { get; set; }
ElasticSearch password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
---
@@ -2243,7 +2351,7 @@ public string ElasticsearchUser { get; set; }
ElasticSearch user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
---
@@ -2257,7 +2365,7 @@ public string GrafanaEndpoint { get; set; }
Grafana endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -2271,7 +2379,7 @@ public string GrafanaPassword { get; set; }
Grafana password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -2285,7 +2393,7 @@ public string GrafanaUser { get; set; }
Grafana user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -2299,7 +2407,7 @@ public string HttpBasicPassword { get; set; }
HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
---
@@ -2313,7 +2421,7 @@ public string HttpBasicUser { get; set; }
HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
---
@@ -2327,7 +2435,7 @@ public string HttpBearerToken { get; set; }
HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
---
@@ -2341,7 +2449,7 @@ public string HttpCodec { get; set; }
HTTP codec for streaming metrics, allowed values are JSON and NDJSON.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
---
@@ -2355,7 +2463,7 @@ public object HttpCompression { get; set; }
HTTP compression flag for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
---
@@ -2369,7 +2477,7 @@ public System.Collections.Generic.IDictionary HttpHeaders { get;
HTTP headers for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
---
@@ -2383,7 +2491,7 @@ public string HttpMethod { get; set; }
HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
---
@@ -2397,7 +2505,7 @@ public string HttpPayloadPrefix { get; set; }
HTTP payload prefix for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
---
@@ -2411,7 +2519,7 @@ public string HttpPayloadSuffix { get; set; }
HTTP payload suffix for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
---
@@ -2425,7 +2533,7 @@ public string HttpUri { get; set; }
HTTP URI for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
---
@@ -2439,7 +2547,7 @@ public string NewrelicAccountId { get; set; }
NewRelic Account ID for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
---
@@ -2453,7 +2561,7 @@ public string NewrelicLicenseKey { get; set; }
NewRelic license key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
---
@@ -2467,7 +2575,7 @@ public string NewrelicRegion { get; set; }
NewRelic region for streaming metrics, allowed values are "US" and "EU".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
---
@@ -2481,7 +2589,7 @@ public string SplunkHecendpoint { get; set; }
Splunk endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -2495,7 +2603,7 @@ public string SplunkToken { get; set; }
Splunk token for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -2518,10 +2626,10 @@ new VaultClusterTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#create VaultCluster#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#default VaultCluster#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
-| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#update VaultCluster#update}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#create VaultCluster#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#default VaultCluster#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
+| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#update VaultCluster#update}. |
---
@@ -2533,7 +2641,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#create VaultCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#create VaultCluster#create}.
---
@@ -2545,7 +2653,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#default VaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#default VaultCluster#default}.
---
@@ -2557,7 +2665,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
---
@@ -2569,7 +2677,7 @@ public string Update { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#update VaultCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#update VaultCluster#update}.
---
@@ -3611,6 +3719,484 @@ public VaultClusterAuditLogConfig InternalValue { get; }
---
+### VaultClusterIpAllowlistStructList
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Hcp;
+
+new VaultClusterIpAllowlistStructList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TerraformResource
| HashiCorp.Cdktf.IInterpolatingParent
| The parent resource. |
+| TerraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| WrapsSet
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `TerraformResource`Required
+
+- *Type:* HashiCorp.Cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `TerraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `WrapsSet`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| AllWithMapKey
| Creating an iterator for this complex list. |
+| ComputeFqn
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+| Get
| *No description.* |
+
+---
+
+##### `AllWithMapKey`
+
+```csharp
+private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName)
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `MapKeyAttributeName`Required
+
+- *Type:* string
+
+---
+
+##### `ComputeFqn`
+
+```csharp
+private string ComputeFqn()
+```
+
+##### `Resolve`
+
+```csharp
+private object Resolve(IResolveContext Context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `Context`Required
+
+- *Type:* HashiCorp.Cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```csharp
+private string ToString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `Get`
+
+```csharp
+private VaultClusterIpAllowlistStructOutputReference Get(double Index)
+```
+
+###### `Index`Required
+
+- *Type:* double
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| string
| *No description.* |
+| InternalValue
| object
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```csharp
+public string[] CreationStack { get; }
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```csharp
+public string Fqn { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `InternalValue`Optional
+
+```csharp
+public object InternalValue { get; }
+```
+
+- *Type:* object
+
+---
+
+
+### VaultClusterIpAllowlistStructOutputReference
+
+#### Initializers
+
+```csharp
+using HashiCorp.Cdktf.Providers.Hcp;
+
+new VaultClusterIpAllowlistStructOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| TerraformResource
| HashiCorp.Cdktf.IInterpolatingParent
| The parent resource. |
+| TerraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| ComplexObjectIndex
| double
| the index of this item in the list. |
+| ComplexObjectIsFromSet
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `TerraformResource`Required
+
+- *Type:* HashiCorp.Cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `TerraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `ComplexObjectIndex`Required
+
+- *Type:* double
+
+the index of this item in the list.
+
+---
+
+##### `ComplexObjectIsFromSet`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ComputeFqn
| *No description.* |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+| ResetDescription
| *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.
+
+##### `ResetDescription`
+
+```csharp
+private void ResetDescription()
+```
+
+
+#### 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.* |
+| AddressInput
| string
| *No description.* |
+| DescriptionInput
| string
| *No description.* |
+| Address
| string
| *No description.* |
+| Description
| 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
+
+---
+
+##### `AddressInput`Optional
+
+```csharp
+public string AddressInput { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `DescriptionInput`Optional
+
+```csharp
+public string DescriptionInput { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Address`Required
+
+```csharp
+public string Address { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `Description`Required
+
+```csharp
+public string Description { get; }
+```
+
+- *Type:* string
+
+---
+
+##### `InternalValue`Optional
+
+```csharp
+public object InternalValue { get; }
+```
+
+- *Type:* object
+
+---
+
+
### VaultClusterMajorVersionUpgradeConfigOutputReference
#### Initializers
diff --git a/docs/vaultCluster.go.md b/docs/vaultCluster.go.md
index 574c7f478..5b458b76d 100644
--- a/docs/vaultCluster.go.md
+++ b/docs/vaultCluster.go.md
@@ -4,7 +4,7 @@
### VaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -74,11 +74,13 @@ Must be unique amongst siblings in the same scope
| MoveTo
| Moves this resource to the target resource given by moveTarget. |
| MoveToId
| Moves this resource to the resource corresponding to "id". |
| PutAuditLogConfig
| *No description.* |
+| PutIpAllowlist
| *No description.* |
| PutMajorVersionUpgradeConfig
| *No description.* |
| PutMetricsConfig
| *No description.* |
| PutTimeouts
| *No description.* |
| ResetAuditLogConfig
| *No description.* |
| ResetId
| *No description.* |
+| ResetIpAllowlist
| *No description.* |
| ResetMajorVersionUpgradeConfig
| *No description.* |
| ResetMetricsConfig
| *No description.* |
| ResetMinVaultVersion
| *No description.* |
@@ -392,6 +394,18 @@ func PutAuditLogConfig(value VaultClusterAuditLogConfig)
---
+##### `PutIpAllowlist`
+
+```go
+func PutIpAllowlist(value interface{})
+```
+
+###### `value`Required
+
+- *Type:* interface{}
+
+---
+
##### `PutMajorVersionUpgradeConfig`
```go
@@ -440,6 +454,12 @@ func ResetAuditLogConfig()
func ResetId()
```
+##### `ResetIpAllowlist`
+
+```go
+func ResetIpAllowlist()
+```
+
##### `ResetMajorVersionUpgradeConfig`
```go
@@ -603,7 +623,7 @@ The construct id used in the generated config for the VaultCluster to import.
The id of the existing VaultCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -636,6 +656,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| AuditLogConfig
| VaultClusterAuditLogConfigOutputReference
| *No description.* |
| CloudProvider
| *string
| *No description.* |
| CreatedAt
| *string
| *No description.* |
+| IpAllowlist
| VaultClusterIpAllowlistStructList
| *No description.* |
| MajorVersionUpgradeConfig
| VaultClusterMajorVersionUpgradeConfigOutputReference
| *No description.* |
| MetricsConfig
| VaultClusterMetricsConfigOutputReference
| *No description.* |
| Namespace
| *string
| *No description.* |
@@ -652,6 +673,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| ClusterIdInput
| *string
| *No description.* |
| HvnIdInput
| *string
| *No description.* |
| IdInput
| *string
| *No description.* |
+| IpAllowlistInput
| interface{}
| *No description.* |
| MajorVersionUpgradeConfigInput
| VaultClusterMajorVersionUpgradeConfig
| *No description.* |
| MetricsConfigInput
| VaultClusterMetricsConfig
| *No description.* |
| MinVaultVersionInput
| *string
| *No description.* |
@@ -847,6 +869,16 @@ func CreatedAt() *string
---
+##### `IpAllowlist`Required
+
+```go
+func IpAllowlist() VaultClusterIpAllowlistStructList
+```
+
+- *Type:* VaultClusterIpAllowlistStructList
+
+---
+
##### `MajorVersionUpgradeConfig`Required
```go
@@ -1007,6 +1039,16 @@ func IdInput() *string
---
+##### `IpAllowlistInput`Optional
+
+```go
+func IpAllowlistInput() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
##### `MajorVersionUpgradeConfigInput`Optional
```go
@@ -1307,7 +1349,7 @@ CloudwatchAccessKeyId *string
CloudWatch access key ID for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id}
---
@@ -1321,7 +1363,7 @@ CloudwatchRegion *string
CloudWatch region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
---
@@ -1335,7 +1377,7 @@ CloudwatchSecretAccessKey *string
CloudWatch secret access key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key}
---
@@ -1349,7 +1391,7 @@ DatadogApiKey *string
Datadog api key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -1363,7 +1405,7 @@ DatadogRegion *string
Datadog region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -1377,7 +1419,7 @@ ElasticsearchEndpoint *string
ElasticSearch endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
---
@@ -1391,7 +1433,7 @@ ElasticsearchPassword *string
ElasticSearch password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
---
@@ -1405,7 +1447,7 @@ ElasticsearchUser *string
ElasticSearch user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
---
@@ -1419,7 +1461,7 @@ GrafanaEndpoint *string
Grafana endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -1433,7 +1475,7 @@ GrafanaPassword *string
Grafana password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -1447,7 +1489,7 @@ GrafanaUser *string
Grafana user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -1461,7 +1503,7 @@ HttpBasicPassword *string
HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
---
@@ -1475,7 +1517,7 @@ HttpBasicUser *string
HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
---
@@ -1489,7 +1531,7 @@ HttpBearerToken *string
HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
---
@@ -1503,7 +1545,7 @@ HttpCodec *string
HTTP codec for streaming audit logs, allowed values are JSON and NDJSON.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
---
@@ -1517,7 +1559,7 @@ HttpCompression interface{}
HTTP compression flag for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
---
@@ -1531,7 +1573,7 @@ HttpHeaders *map[string]*string
HTTP headers for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
---
@@ -1545,7 +1587,7 @@ HttpMethod *string
HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
---
@@ -1559,7 +1601,7 @@ HttpPayloadPrefix *string
HTTP payload prefix for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
---
@@ -1573,7 +1615,7 @@ HttpPayloadSuffix *string
HTTP payload suffix for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
---
@@ -1587,7 +1629,7 @@ HttpUri *string
HTTP URI for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
---
@@ -1601,7 +1643,7 @@ NewrelicAccountId *string
NewRelic Account ID for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
---
@@ -1615,7 +1657,7 @@ NewrelicLicenseKey *string
NewRelic license key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
---
@@ -1629,7 +1671,7 @@ NewrelicRegion *string
NewRelic region for streaming audit logs, allowed values are "US" and "EU".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
---
@@ -1643,7 +1685,7 @@ SplunkHecendpoint *string
Splunk endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -1657,7 +1699,7 @@ SplunkToken *string
Splunk token for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -1680,6 +1722,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster"
HvnId: *string,
AuditLogConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.vaultCluster.VaultClusterAuditLogConfig,
Id: *string,
+ IpAllowlist: interface{},
MajorVersionUpgradeConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.vaultCluster.VaultClusterMajorVersionUpgradeConfig,
MetricsConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v9.vaultCluster.VaultClusterMetricsConfig,
MinVaultVersion: *string,
@@ -1707,7 +1750,8 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster"
| ClusterId
| *string
| The ID of the HCP Vault cluster. |
| HvnId
| *string
| The ID of the HVN this HCP Vault cluster is associated to. |
| AuditLogConfig
| VaultClusterAuditLogConfig
| audit_log_config block. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| IpAllowlist
| interface{}
| ip_allowlist block. |
| MajorVersionUpgradeConfig
| VaultClusterMajorVersionUpgradeConfig
| major_version_upgrade_config block. |
| MetricsConfig
| VaultClusterMetricsConfig
| metrics_config block. |
| MinVaultVersion
| *string
| The minimum Vault version to use when creating the cluster. |
@@ -1801,7 +1845,7 @@ ClusterId *string
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
---
@@ -1815,7 +1859,7 @@ HvnId *string
The ID of the HVN this HCP Vault cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
---
@@ -1829,7 +1873,7 @@ AuditLogConfig VaultClusterAuditLogConfig
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
---
@@ -1841,13 +1885,27 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#id VaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
---
+##### `IpAllowlist`Optional
+
+```go
+IpAllowlist interface{}
+```
+
+- *Type:* interface{}
+
+ip_allowlist block.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist}
+
+---
+
##### `MajorVersionUpgradeConfig`Optional
```go
@@ -1858,7 +1916,7 @@ MajorVersionUpgradeConfig VaultClusterMajorVersionUpgradeConfig
major_version_upgrade_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config}
---
@@ -1872,7 +1930,7 @@ MetricsConfig VaultClusterMetricsConfig
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
---
@@ -1888,7 +1946,7 @@ The minimum Vault version to use when creating the cluster.
If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version}
---
@@ -1902,7 +1960,7 @@ PathsFilter *[]*string
The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
---
@@ -1918,7 +1976,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p
If not specified, it is a standalone Plus tier HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
---
@@ -1935,7 +1993,7 @@ The ID of the HCP project where the Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
---
@@ -1949,7 +2007,7 @@ ProxyEndpoint *string
Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
---
@@ -1963,7 +2021,7 @@ PublicEndpoint interface{}
Denotes that the cluster has a public endpoint. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
---
@@ -1979,7 +2037,7 @@ Tier of the HCP Vault cluster.
Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#tier VaultCluster#tier}
---
@@ -1993,7 +2051,57 @@ Timeouts VaultClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+
+---
+
+### VaultClusterIpAllowlistStruct
+
+#### Initializer
+
+```go
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster"
+
+&vaultcluster.VaultClusterIpAllowlistStruct {
+ Address: *string,
+ Description: *string,
+}
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| Address
| *string
| IP address range in CIDR notation. |
+| Description
| *string
| Description to help identify source (maximum 255 chars). |
+
+---
+
+##### `Address`Required
+
+```go
+Address *string
+```
+
+- *Type:* *string
+
+IP address range in CIDR notation.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#address VaultCluster#address}
+
+---
+
+##### `Description`Optional
+
+```go
+Description *string
+```
+
+- *Type:* *string
+
+Description to help identify source (maximum 255 chars).
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#description VaultCluster#description}
---
@@ -2031,7 +2139,7 @@ UpgradeType *string
The major upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`, `MANUAL`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
---
@@ -2047,7 +2155,7 @@ The maintenance day of the week for scheduled upgrades.
Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day}
---
@@ -2061,7 +2169,7 @@ MaintenanceWindowTime *string
The maintenance time frame for scheduled upgrades. Valid options for maintenance window time - `WINDOW_12AM_4AM`, `WINDOW_6AM_10AM`, `WINDOW_12PM_4PM`, `WINDOW_6PM_10PM`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time}
---
@@ -2145,7 +2253,7 @@ CloudwatchAccessKeyId *string
CloudWatch access key ID for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id}
---
@@ -2159,7 +2267,7 @@ CloudwatchRegion *string
CloudWatch region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
---
@@ -2173,7 +2281,7 @@ CloudwatchSecretAccessKey *string
CloudWatch secret access key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key}
---
@@ -2187,7 +2295,7 @@ DatadogApiKey *string
Datadog api key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -2201,7 +2309,7 @@ DatadogRegion *string
Datadog region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -2215,7 +2323,7 @@ ElasticsearchEndpoint *string
ElasticSearch endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
---
@@ -2229,7 +2337,7 @@ ElasticsearchPassword *string
ElasticSearch password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
---
@@ -2243,7 +2351,7 @@ ElasticsearchUser *string
ElasticSearch user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
---
@@ -2257,7 +2365,7 @@ GrafanaEndpoint *string
Grafana endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -2271,7 +2379,7 @@ GrafanaPassword *string
Grafana password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -2285,7 +2393,7 @@ GrafanaUser *string
Grafana user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -2299,7 +2407,7 @@ HttpBasicPassword *string
HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
---
@@ -2313,7 +2421,7 @@ HttpBasicUser *string
HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
---
@@ -2327,7 +2435,7 @@ HttpBearerToken *string
HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
---
@@ -2341,7 +2449,7 @@ HttpCodec *string
HTTP codec for streaming metrics, allowed values are JSON and NDJSON.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
---
@@ -2355,7 +2463,7 @@ HttpCompression interface{}
HTTP compression flag for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
---
@@ -2369,7 +2477,7 @@ HttpHeaders *map[string]*string
HTTP headers for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
---
@@ -2383,7 +2491,7 @@ HttpMethod *string
HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
---
@@ -2397,7 +2505,7 @@ HttpPayloadPrefix *string
HTTP payload prefix for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
---
@@ -2411,7 +2519,7 @@ HttpPayloadSuffix *string
HTTP payload suffix for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
---
@@ -2425,7 +2533,7 @@ HttpUri *string
HTTP URI for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
---
@@ -2439,7 +2547,7 @@ NewrelicAccountId *string
NewRelic Account ID for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
---
@@ -2453,7 +2561,7 @@ NewrelicLicenseKey *string
NewRelic license key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
---
@@ -2467,7 +2575,7 @@ NewrelicRegion *string
NewRelic region for streaming metrics, allowed values are "US" and "EU".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
---
@@ -2481,7 +2589,7 @@ SplunkHecendpoint *string
Splunk endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -2495,7 +2603,7 @@ SplunkToken *string
Splunk token for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -2518,10 +2626,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#create VaultCluster#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#default VaultCluster#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
-| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#update VaultCluster#update}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#create VaultCluster#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#default VaultCluster#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
+| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#update VaultCluster#update}. |
---
@@ -2533,7 +2641,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#create VaultCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#create VaultCluster#create}.
---
@@ -2545,7 +2653,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#default VaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#default VaultCluster#default}.
---
@@ -2557,7 +2665,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
---
@@ -2569,7 +2677,7 @@ Update *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#update VaultCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#update VaultCluster#update}.
---
@@ -3611,6 +3719,484 @@ func InternalValue() VaultClusterAuditLogConfig
---
+### VaultClusterIpAllowlistStructList
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster"
+
+vaultcluster.NewVaultClusterIpAllowlistStructList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) VaultClusterIpAllowlistStructList
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| *string
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| *bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* *string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* *bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| AllWithMapKey
| Creating an iterator for this complex list. |
+| ComputeFqn
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+| Get
| *No description.* |
+
+---
+
+##### `AllWithMapKey`
+
+```go
+func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* *string
+
+---
+
+##### `ComputeFqn`
+
+```go
+func ComputeFqn() *string
+```
+
+##### `Resolve`
+
+```go
+func Resolve(_context IResolveContext) interface{}
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext
+
+---
+
+##### `ToString`
+
+```go
+func ToString() *string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `Get`
+
+```go
+func Get(index *f64) VaultClusterIpAllowlistStructOutputReference
+```
+
+###### `index`Required
+
+- *Type:* *f64
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| CreationStack
| *[]*string
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| Fqn
| *string
| *No description.* |
+| InternalValue
| interface{}
| *No description.* |
+
+---
+
+##### `CreationStack`Required
+
+```go
+func CreationStack() *[]*string
+```
+
+- *Type:* *[]*string
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `Fqn`Required
+
+```go
+func Fqn() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `InternalValue`Optional
+
+```go
+func InternalValue() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+
+### VaultClusterIpAllowlistStructOutputReference
+
+#### Initializers
+
+```go
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultcluster"
+
+vaultcluster.NewVaultClusterIpAllowlistStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) VaultClusterIpAllowlistStructOutputReference
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| *string
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| *f64
| the index of this item in the list. |
+| complexObjectIsFromSet
| *bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* *string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* *f64
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* *bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| ComputeFqn
| *No description.* |
+| GetAnyMapAttribute
| *No description.* |
+| GetBooleanAttribute
| *No description.* |
+| GetBooleanMapAttribute
| *No description.* |
+| GetListAttribute
| *No description.* |
+| GetNumberAttribute
| *No description.* |
+| GetNumberListAttribute
| *No description.* |
+| GetNumberMapAttribute
| *No description.* |
+| GetStringAttribute
| *No description.* |
+| GetStringMapAttribute
| *No description.* |
+| InterpolationForAttribute
| *No description.* |
+| Resolve
| Produce the Token's value at resolution time. |
+| ToString
| Return a string representation of this resolvable object. |
+| ResetDescription
| *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.
+
+##### `ResetDescription`
+
+```go
+func ResetDescription()
+```
+
+
+#### 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.* |
+| AddressInput
| *string
| *No description.* |
+| DescriptionInput
| *string
| *No description.* |
+| Address
| *string
| *No description.* |
+| Description
| *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
+
+---
+
+##### `AddressInput`Optional
+
+```go
+func AddressInput() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `DescriptionInput`Optional
+
+```go
+func DescriptionInput() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Address`Required
+
+```go
+func Address() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `Description`Required
+
+```go
+func Description() *string
+```
+
+- *Type:* *string
+
+---
+
+##### `InternalValue`Optional
+
+```go
+func InternalValue() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
+
### VaultClusterMajorVersionUpgradeConfigOutputReference
#### Initializers
diff --git a/docs/vaultCluster.java.md b/docs/vaultCluster.java.md
index a5c882ebe..62559801a 100644
--- a/docs/vaultCluster.java.md
+++ b/docs/vaultCluster.java.md
@@ -4,7 +4,7 @@
### VaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -27,6 +27,8 @@ VaultCluster.Builder.create(Construct scope, java.lang.String id)
.hvnId(java.lang.String)
// .auditLogConfig(VaultClusterAuditLogConfig)
// .id(java.lang.String)
+// .ipAllowlist(IResolvable)
+// .ipAllowlist(java.util.List)
// .majorVersionUpgradeConfig(VaultClusterMajorVersionUpgradeConfig)
// .metricsConfig(VaultClusterMetricsConfig)
// .minVaultVersion(java.lang.String)
@@ -55,7 +57,8 @@ 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.80.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.81.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| ipAllowlist
| com.hashicorp.cdktf.IResolvable OR java.util.List<VaultClusterIpAllowlistStruct>
| ip_allowlist block. |
| majorVersionUpgradeConfig
| VaultClusterMajorVersionUpgradeConfig
| major_version_upgrade_config block. |
| metricsConfig
| VaultClusterMetricsConfig
| metrics_config block. |
| minVaultVersion
| java.lang.String
| The minimum Vault version to use when creating the cluster. |
@@ -135,7 +138,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
---
@@ -145,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HVN this HCP Vault cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
---
@@ -155,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
---
@@ -163,20 +166,30 @@ 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.80.0/docs/resources/vault_cluster#id VaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
---
+##### `ipAllowlist`Optional
+
+- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<VaultClusterIpAllowlistStruct>
+
+ip_allowlist block.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist}
+
+---
+
##### `majorVersionUpgradeConfig`Optional
- *Type:* VaultClusterMajorVersionUpgradeConfig
major_version_upgrade_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config}
---
@@ -186,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
---
@@ -198,7 +211,7 @@ The minimum Vault version to use when creating the cluster.
If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version}
---
@@ -208,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
---
@@ -220,7 +233,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p
If not specified, it is a standalone Plus tier HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
---
@@ -233,7 +246,7 @@ The ID of the HCP project where the Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
---
@@ -243,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
---
@@ -253,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes that the cluster has a public endpoint. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
---
@@ -265,7 +278,7 @@ Tier of the HCP Vault cluster.
Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#tier VaultCluster#tier}
---
@@ -275,7 +288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
---
@@ -307,11 +320,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
| moveTo
| Moves this resource to the target resource given by moveTarget. |
| moveToId
| Moves this resource to the resource corresponding to "id". |
| putAuditLogConfig
| *No description.* |
+| putIpAllowlist
| *No description.* |
| putMajorVersionUpgradeConfig
| *No description.* |
| putMetricsConfig
| *No description.* |
| putTimeouts
| *No description.* |
| resetAuditLogConfig
| *No description.* |
| resetId
| *No description.* |
+| resetIpAllowlist
| *No description.* |
| resetMajorVersionUpgradeConfig
| *No description.* |
| resetMetricsConfig
| *No description.* |
| resetMinVaultVersion
| *No description.* |
@@ -627,6 +642,18 @@ public void putAuditLogConfig(VaultClusterAuditLogConfig value)
---
+##### `putIpAllowlist`
+
+```java
+public void putIpAllowlist(IResolvable OR java.util.List value)
+```
+
+###### `value`Required
+
+- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<VaultClusterIpAllowlistStruct>
+
+---
+
##### `putMajorVersionUpgradeConfig`
```java
@@ -675,6 +702,12 @@ public void resetAuditLogConfig()
public void resetId()
```
+##### `resetIpAllowlist`
+
+```java
+public void resetIpAllowlist()
+```
+
##### `resetMajorVersionUpgradeConfig`
```java
@@ -838,7 +871,7 @@ The construct id used in the generated config for the VaultCluster to import.
The id of the existing VaultCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -871,6 +904,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| auditLogConfig
| VaultClusterAuditLogConfigOutputReference
| *No description.* |
| cloudProvider
| java.lang.String
| *No description.* |
| createdAt
| java.lang.String
| *No description.* |
+| ipAllowlist
| VaultClusterIpAllowlistStructList
| *No description.* |
| majorVersionUpgradeConfig
| VaultClusterMajorVersionUpgradeConfigOutputReference
| *No description.* |
| metricsConfig
| VaultClusterMetricsConfigOutputReference
| *No description.* |
| namespace
| java.lang.String
| *No description.* |
@@ -887,6 +921,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| clusterIdInput
| java.lang.String
| *No description.* |
| hvnIdInput
| java.lang.String
| *No description.* |
| idInput
| java.lang.String
| *No description.* |
+| ipAllowlistInput
| com.hashicorp.cdktf.IResolvable OR java.util.List<VaultClusterIpAllowlistStruct>
| *No description.* |
| majorVersionUpgradeConfigInput
| VaultClusterMajorVersionUpgradeConfig
| *No description.* |
| metricsConfigInput
| VaultClusterMetricsConfig
| *No description.* |
| minVaultVersionInput
| java.lang.String
| *No description.* |
@@ -1082,6 +1117,16 @@ public java.lang.String getCreatedAt();
---
+##### `ipAllowlist`Required
+
+```java
+public VaultClusterIpAllowlistStructList getIpAllowlist();
+```
+
+- *Type:* VaultClusterIpAllowlistStructList
+
+---
+
##### `majorVersionUpgradeConfig`Required
```java
@@ -1242,6 +1287,16 @@ public java.lang.String getIdInput();
---
+##### `ipAllowlistInput`Optional
+
+```java
+public java.lang.Object getIpAllowlistInput();
+```
+
+- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<VaultClusterIpAllowlistStruct>
+
+---
+
##### `majorVersionUpgradeConfigInput`Optional
```java
@@ -1543,7 +1598,7 @@ public java.lang.String getCloudwatchAccessKeyId();
CloudWatch access key ID for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id}
---
@@ -1557,7 +1612,7 @@ public java.lang.String getCloudwatchRegion();
CloudWatch region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
---
@@ -1571,7 +1626,7 @@ public java.lang.String getCloudwatchSecretAccessKey();
CloudWatch secret access key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key}
---
@@ -1585,7 +1640,7 @@ public java.lang.String getDatadogApiKey();
Datadog api key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -1599,7 +1654,7 @@ public java.lang.String getDatadogRegion();
Datadog region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -1613,7 +1668,7 @@ public java.lang.String getElasticsearchEndpoint();
ElasticSearch endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
---
@@ -1627,7 +1682,7 @@ public java.lang.String getElasticsearchPassword();
ElasticSearch password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
---
@@ -1641,7 +1696,7 @@ public java.lang.String getElasticsearchUser();
ElasticSearch user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
---
@@ -1655,7 +1710,7 @@ public java.lang.String getGrafanaEndpoint();
Grafana endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -1669,7 +1724,7 @@ public java.lang.String getGrafanaPassword();
Grafana password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -1683,7 +1738,7 @@ public java.lang.String getGrafanaUser();
Grafana user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -1697,7 +1752,7 @@ public java.lang.String getHttpBasicPassword();
HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
---
@@ -1711,7 +1766,7 @@ public java.lang.String getHttpBasicUser();
HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
---
@@ -1725,7 +1780,7 @@ public java.lang.String getHttpBearerToken();
HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
---
@@ -1739,7 +1794,7 @@ public java.lang.String getHttpCodec();
HTTP codec for streaming audit logs, allowed values are JSON and NDJSON.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
---
@@ -1753,7 +1808,7 @@ public java.lang.Object getHttpCompression();
HTTP compression flag for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
---
@@ -1767,7 +1822,7 @@ public java.util.Map getHttpHeaders();
HTTP headers for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
---
@@ -1781,7 +1836,7 @@ public java.lang.String getHttpMethod();
HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
---
@@ -1795,7 +1850,7 @@ public java.lang.String getHttpPayloadPrefix();
HTTP payload prefix for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
---
@@ -1809,7 +1864,7 @@ public java.lang.String getHttpPayloadSuffix();
HTTP payload suffix for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
---
@@ -1823,7 +1878,7 @@ public java.lang.String getHttpUri();
HTTP URI for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
---
@@ -1837,7 +1892,7 @@ public java.lang.String getNewrelicAccountId();
NewRelic Account ID for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
---
@@ -1851,7 +1906,7 @@ public java.lang.String getNewrelicLicenseKey();
NewRelic license key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
---
@@ -1865,7 +1920,7 @@ public java.lang.String getNewrelicRegion();
NewRelic region for streaming audit logs, allowed values are "US" and "EU".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
---
@@ -1879,7 +1934,7 @@ public java.lang.String getSplunkHecendpoint();
Splunk endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -1893,7 +1948,7 @@ public java.lang.String getSplunkToken();
Splunk token for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -1920,6 +1975,8 @@ VaultClusterConfig.builder()
.hvnId(java.lang.String)
// .auditLogConfig(VaultClusterAuditLogConfig)
// .id(java.lang.String)
+// .ipAllowlist(IResolvable)
+// .ipAllowlist(java.util.List)
// .majorVersionUpgradeConfig(VaultClusterMajorVersionUpgradeConfig)
// .metricsConfig(VaultClusterMetricsConfig)
// .minVaultVersion(java.lang.String)
@@ -1948,7 +2005,8 @@ 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.80.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.81.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| ipAllowlist
| com.hashicorp.cdktf.IResolvable OR java.util.List<VaultClusterIpAllowlistStruct>
| ip_allowlist block. |
| majorVersionUpgradeConfig
| VaultClusterMajorVersionUpgradeConfig
| major_version_upgrade_config block. |
| metricsConfig
| VaultClusterMetricsConfig
| metrics_config block. |
| minVaultVersion
| java.lang.String
| The minimum Vault version to use when creating the cluster. |
@@ -2042,7 +2100,7 @@ public java.lang.String getClusterId();
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
---
@@ -2056,7 +2114,7 @@ public java.lang.String getHvnId();
The ID of the HVN this HCP Vault cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
---
@@ -2070,7 +2128,7 @@ public VaultClusterAuditLogConfig getAuditLogConfig();
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
---
@@ -2082,13 +2140,27 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#id VaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
---
+##### `ipAllowlist`Optional
+
+```java
+public java.lang.Object getIpAllowlist();
+```
+
+- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<VaultClusterIpAllowlistStruct>
+
+ip_allowlist block.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist}
+
+---
+
##### `majorVersionUpgradeConfig`Optional
```java
@@ -2099,7 +2171,7 @@ public VaultClusterMajorVersionUpgradeConfig getMajorVersionUpgradeConfig();
major_version_upgrade_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config}
---
@@ -2113,7 +2185,7 @@ public VaultClusterMetricsConfig getMetricsConfig();
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
---
@@ -2129,7 +2201,7 @@ The minimum Vault version to use when creating the cluster.
If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version}
---
@@ -2143,7 +2215,7 @@ public java.util.List getPathsFilter();
The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
---
@@ -2159,7 +2231,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p
If not specified, it is a standalone Plus tier HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
---
@@ -2176,7 +2248,7 @@ The ID of the HCP project where the Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
---
@@ -2190,7 +2262,7 @@ public java.lang.String getProxyEndpoint();
Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
---
@@ -2204,7 +2276,7 @@ public java.lang.Object getPublicEndpoint();
Denotes that the cluster has a public endpoint. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
---
@@ -2220,7 +2292,7 @@ Tier of the HCP Vault cluster.
Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#tier VaultCluster#tier}
---
@@ -2234,7 +2306,57 @@ public VaultClusterTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+
+---
+
+### VaultClusterIpAllowlistStruct
+
+#### Initializer
+
+```java
+import com.hashicorp.cdktf.providers.hcp.vault_cluster.VaultClusterIpAllowlistStruct;
+
+VaultClusterIpAllowlistStruct.builder()
+ .address(java.lang.String)
+// .description(java.lang.String)
+ .build();
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| address
| java.lang.String
| IP address range in CIDR notation. |
+| description
| java.lang.String
| Description to help identify source (maximum 255 chars). |
+
+---
+
+##### `address`Required
+
+```java
+public java.lang.String getAddress();
+```
+
+- *Type:* java.lang.String
+
+IP address range in CIDR notation.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#address VaultCluster#address}
+
+---
+
+##### `description`Optional
+
+```java
+public java.lang.String getDescription();
+```
+
+- *Type:* java.lang.String
+
+Description to help identify source (maximum 255 chars).
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#description VaultCluster#description}
---
@@ -2272,7 +2394,7 @@ public java.lang.String getUpgradeType();
The major upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`, `MANUAL`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
---
@@ -2288,7 +2410,7 @@ The maintenance day of the week for scheduled upgrades.
Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day}
---
@@ -2302,7 +2424,7 @@ public java.lang.String getMaintenanceWindowTime();
The maintenance time frame for scheduled upgrades. Valid options for maintenance window time - `WINDOW_12AM_4AM`, `WINDOW_6AM_10AM`, `WINDOW_12PM_4PM`, `WINDOW_6PM_10PM`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time}
---
@@ -2387,7 +2509,7 @@ public java.lang.String getCloudwatchAccessKeyId();
CloudWatch access key ID for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id}
---
@@ -2401,7 +2523,7 @@ public java.lang.String getCloudwatchRegion();
CloudWatch region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
---
@@ -2415,7 +2537,7 @@ public java.lang.String getCloudwatchSecretAccessKey();
CloudWatch secret access key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key}
---
@@ -2429,7 +2551,7 @@ public java.lang.String getDatadogApiKey();
Datadog api key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -2443,7 +2565,7 @@ public java.lang.String getDatadogRegion();
Datadog region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -2457,7 +2579,7 @@ public java.lang.String getElasticsearchEndpoint();
ElasticSearch endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
---
@@ -2471,7 +2593,7 @@ public java.lang.String getElasticsearchPassword();
ElasticSearch password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
---
@@ -2485,7 +2607,7 @@ public java.lang.String getElasticsearchUser();
ElasticSearch user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
---
@@ -2499,7 +2621,7 @@ public java.lang.String getGrafanaEndpoint();
Grafana endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -2513,7 +2635,7 @@ public java.lang.String getGrafanaPassword();
Grafana password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -2527,7 +2649,7 @@ public java.lang.String getGrafanaUser();
Grafana user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -2541,7 +2663,7 @@ public java.lang.String getHttpBasicPassword();
HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
---
@@ -2555,7 +2677,7 @@ public java.lang.String getHttpBasicUser();
HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
---
@@ -2569,7 +2691,7 @@ public java.lang.String getHttpBearerToken();
HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
---
@@ -2583,7 +2705,7 @@ public java.lang.String getHttpCodec();
HTTP codec for streaming metrics, allowed values are JSON and NDJSON.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
---
@@ -2597,7 +2719,7 @@ public java.lang.Object getHttpCompression();
HTTP compression flag for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
---
@@ -2611,7 +2733,7 @@ public java.util.Map getHttpHeaders();
HTTP headers for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
---
@@ -2625,7 +2747,7 @@ public java.lang.String getHttpMethod();
HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
---
@@ -2639,7 +2761,7 @@ public java.lang.String getHttpPayloadPrefix();
HTTP payload prefix for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
---
@@ -2653,7 +2775,7 @@ public java.lang.String getHttpPayloadSuffix();
HTTP payload suffix for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
---
@@ -2667,7 +2789,7 @@ public java.lang.String getHttpUri();
HTTP URI for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
---
@@ -2681,7 +2803,7 @@ public java.lang.String getNewrelicAccountId();
NewRelic Account ID for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
---
@@ -2695,7 +2817,7 @@ public java.lang.String getNewrelicLicenseKey();
NewRelic license key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
---
@@ -2709,7 +2831,7 @@ public java.lang.String getNewrelicRegion();
NewRelic region for streaming metrics, allowed values are "US" and "EU".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
---
@@ -2723,7 +2845,7 @@ public java.lang.String getSplunkHecendpoint();
Splunk endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -2737,7 +2859,7 @@ public java.lang.String getSplunkToken();
Splunk token for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -2760,10 +2882,10 @@ VaultClusterTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.80.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.81.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.81.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.81.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.81.0/docs/resources/vault_cluster#update VaultCluster#update}. |
---
@@ -2775,7 +2897,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#create VaultCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#create VaultCluster#create}.
---
@@ -2787,7 +2909,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#default VaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#default VaultCluster#default}.
---
@@ -2799,7 +2921,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
---
@@ -2811,7 +2933,7 @@ public java.lang.String getUpdate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#update VaultCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#update VaultCluster#update}.
---
@@ -3853,6 +3975,484 @@ public VaultClusterAuditLogConfig getInternalValue();
---
+### VaultClusterIpAllowlistStructList
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.hcp.vault_cluster.VaultClusterIpAllowlistStructList;
+
+new VaultClusterIpAllowlistStructList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| com.hashicorp.cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| java.lang.String
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| java.lang.Boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* com.hashicorp.cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* java.lang.Boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| allWithMapKey
| Creating an iterator for this complex list. |
+| computeFqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `allWithMapKey`
+
+```java
+public DynamicListTerraformIterator allWithMapKey(java.lang.String mapKeyAttributeName)
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* java.lang.String
+
+---
+
+##### `computeFqn`
+
+```java
+public java.lang.String computeFqn()
+```
+
+##### `resolve`
+
+```java
+public java.lang.Object resolve(IResolveContext _context)
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* com.hashicorp.cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```java
+public java.lang.String toString()
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```java
+public VaultClusterIpAllowlistStructOutputReference get(java.lang.Number index)
+```
+
+###### `index`Required
+
+- *Type:* java.lang.Number
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| java.util.List
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| java.lang.String
| *No description.* |
+| internalValue
| com.hashicorp.cdktf.IResolvable OR java.util.List<VaultClusterIpAllowlistStruct>
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```java
+public java.util.List getCreationStack();
+```
+
+- *Type:* java.util.List
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```java
+public java.lang.String getFqn();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `internalValue`Optional
+
+```java
+public java.lang.Object getInternalValue();
+```
+
+- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<VaultClusterIpAllowlistStruct>
+
+---
+
+
+### VaultClusterIpAllowlistStructOutputReference
+
+#### Initializers
+
+```java
+import com.hashicorp.cdktf.providers.hcp.vault_cluster.VaultClusterIpAllowlistStructOutputReference;
+
+new VaultClusterIpAllowlistStructOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Number complexObjectIndex, java.lang.Boolean complexObjectIsFromSet);
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| com.hashicorp.cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| java.lang.String
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| java.lang.Number
| the index of this item in the list. |
+| complexObjectIsFromSet
| java.lang.Boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* com.hashicorp.cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* java.lang.String
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* java.lang.Number
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* java.lang.Boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| computeFqn
| *No description.* |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+| resetDescription
| *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.
+
+##### `resetDescription`
+
+```java
+public void resetDescription()
+```
+
+
+#### 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.* |
+| addressInput
| java.lang.String
| *No description.* |
+| descriptionInput
| java.lang.String
| *No description.* |
+| address
| java.lang.String
| *No description.* |
+| description
| java.lang.String
| *No description.* |
+| internalValue
| com.hashicorp.cdktf.IResolvable OR VaultClusterIpAllowlistStruct
| *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
+
+---
+
+##### `addressInput`Optional
+
+```java
+public java.lang.String getAddressInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `descriptionInput`Optional
+
+```java
+public java.lang.String getDescriptionInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `address`Required
+
+```java
+public java.lang.String getAddress();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `description`Required
+
+```java
+public java.lang.String getDescription();
+```
+
+- *Type:* java.lang.String
+
+---
+
+##### `internalValue`Optional
+
+```java
+public java.lang.Object getInternalValue();
+```
+
+- *Type:* com.hashicorp.cdktf.IResolvable OR VaultClusterIpAllowlistStruct
+
+---
+
+
### VaultClusterMajorVersionUpgradeConfigOutputReference
#### Initializers
diff --git a/docs/vaultCluster.python.md b/docs/vaultCluster.python.md
index b2edea339..651e60f42 100644
--- a/docs/vaultCluster.python.md
+++ b/docs/vaultCluster.python.md
@@ -4,7 +4,7 @@
### VaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -25,6 +25,7 @@ vaultCluster.VaultCluster(
hvn_id: str,
audit_log_config: VaultClusterAuditLogConfig = None,
id: str = None,
+ ip_allowlist: typing.Union[IResolvable, typing.List[VaultClusterIpAllowlistStruct]] = None,
major_version_upgrade_config: VaultClusterMajorVersionUpgradeConfig = None,
metrics_config: VaultClusterMetricsConfig = None,
min_vault_version: str = None,
@@ -52,7 +53,8 @@ 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.80.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| ip_allowlist
| typing.Union[cdktf.IResolvable, typing.List[VaultClusterIpAllowlistStruct]]
| ip_allowlist block. |
| major_version_upgrade_config
| VaultClusterMajorVersionUpgradeConfig
| major_version_upgrade_config block. |
| metrics_config
| VaultClusterMetricsConfig
| metrics_config block. |
| min_vault_version
| str
| The minimum Vault version to use when creating the cluster. |
@@ -132,7 +134,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
---
@@ -142,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HVN this HCP Vault cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
---
@@ -152,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
---
@@ -160,20 +162,30 @@ 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.80.0/docs/resources/vault_cluster#id VaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
---
+##### `ip_allowlist`Optional
+
+- *Type:* typing.Union[cdktf.IResolvable, typing.List[VaultClusterIpAllowlistStruct]]
+
+ip_allowlist block.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist}
+
+---
+
##### `major_version_upgrade_config`Optional
- *Type:* VaultClusterMajorVersionUpgradeConfig
major_version_upgrade_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config}
---
@@ -183,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
---
@@ -195,7 +207,7 @@ The minimum Vault version to use when creating the cluster.
If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version}
---
@@ -205,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
---
@@ -217,7 +229,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p
If not specified, it is a standalone Plus tier HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
---
@@ -230,7 +242,7 @@ The ID of the HCP project where the Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
---
@@ -240,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
---
@@ -250,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes that the cluster has a public endpoint. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
---
@@ -262,7 +274,7 @@ Tier of the HCP Vault cluster.
Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#tier VaultCluster#tier}
---
@@ -272,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
---
@@ -304,11 +316,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
| move_to
| Moves this resource to the target resource given by moveTarget. |
| move_to_id
| Moves this resource to the resource corresponding to "id". |
| put_audit_log_config
| *No description.* |
+| put_ip_allowlist
| *No description.* |
| put_major_version_upgrade_config
| *No description.* |
| put_metrics_config
| *No description.* |
| put_timeouts
| *No description.* |
| reset_audit_log_config
| *No description.* |
| reset_id
| *No description.* |
+| reset_ip_allowlist
| *No description.* |
| reset_major_version_upgrade_config
| *No description.* |
| reset_metrics_config
| *No description.* |
| reset_min_vault_version
| *No description.* |
@@ -686,7 +700,7 @@ def put_audit_log_config(
CloudWatch access key ID for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id}
---
@@ -696,7 +710,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
CloudWatch region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
---
@@ -706,7 +720,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
CloudWatch secret access key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key}
---
@@ -716,7 +730,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Datadog api key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -726,7 +740,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Datadog region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -736,7 +750,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
ElasticSearch endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
---
@@ -746,7 +760,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
ElasticSearch password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
---
@@ -756,7 +770,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
ElasticSearch user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
---
@@ -766,7 +780,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Grafana endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -776,7 +790,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Grafana password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -786,7 +800,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Grafana user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -796,7 +810,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
---
@@ -806,7 +820,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
---
@@ -816,7 +830,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
---
@@ -826,7 +840,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP codec for streaming audit logs, allowed values are JSON and NDJSON.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
---
@@ -836,7 +850,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP compression flag for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
---
@@ -846,7 +860,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP headers for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
---
@@ -856,7 +870,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
---
@@ -866,7 +880,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP payload prefix for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
---
@@ -876,7 +890,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP payload suffix for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
---
@@ -886,7 +900,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP URI for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
---
@@ -896,7 +910,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
NewRelic Account ID for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
---
@@ -906,7 +920,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
NewRelic license key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
---
@@ -916,7 +930,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
NewRelic region for streaming audit logs, allowed values are "US" and "EU".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
---
@@ -926,7 +940,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Splunk endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -936,7 +950,21 @@ 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.80.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+
+---
+
+##### `put_ip_allowlist`
+
+```python
+def put_ip_allowlist(
+ value: typing.Union[IResolvable, typing.List[VaultClusterIpAllowlistStruct]]
+) -> None
+```
+
+###### `value`Required
+
+- *Type:* typing.Union[cdktf.IResolvable, typing.List[VaultClusterIpAllowlistStruct]]
---
@@ -956,7 +984,7 @@ def put_major_version_upgrade_config(
The major upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`, `MANUAL`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
---
@@ -968,7 +996,7 @@ The maintenance day of the week for scheduled upgrades.
Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day}
---
@@ -978,7 +1006,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The maintenance time frame for scheduled upgrades. Valid options for maintenance window time - `WINDOW_12AM_4AM`, `WINDOW_6AM_10AM`, `WINDOW_12PM_4PM`, `WINDOW_6PM_10PM`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time}
---
@@ -1021,7 +1049,7 @@ def put_metrics_config(
CloudWatch access key ID for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id}
---
@@ -1031,7 +1059,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
CloudWatch region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
---
@@ -1041,7 +1069,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
CloudWatch secret access key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key}
---
@@ -1051,7 +1079,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Datadog api key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -1061,7 +1089,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Datadog region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -1071,7 +1099,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
ElasticSearch endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
---
@@ -1081,7 +1109,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
ElasticSearch password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
---
@@ -1091,7 +1119,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
ElasticSearch user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
---
@@ -1101,7 +1129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Grafana endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -1111,7 +1139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Grafana password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -1121,7 +1149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Grafana user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -1131,7 +1159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
---
@@ -1141,7 +1169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
---
@@ -1151,7 +1179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
---
@@ -1161,7 +1189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP codec for streaming metrics, allowed values are JSON and NDJSON.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
---
@@ -1171,7 +1199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP compression flag for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
---
@@ -1181,7 +1209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP headers for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
---
@@ -1191,7 +1219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
---
@@ -1201,7 +1229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP payload prefix for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
---
@@ -1211,7 +1239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP payload suffix for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
---
@@ -1221,7 +1249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
HTTP URI for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
---
@@ -1231,7 +1259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
NewRelic Account ID for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
---
@@ -1241,7 +1269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
NewRelic license key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
---
@@ -1251,7 +1279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
NewRelic region for streaming metrics, allowed values are "US" and "EU".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
---
@@ -1261,7 +1289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Splunk endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -1271,7 +1299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Splunk token for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -1290,7 +1318,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#create VaultCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#create VaultCluster#create}.
---
@@ -1298,7 +1326,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#default VaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#default VaultCluster#default}.
---
@@ -1306,7 +1334,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
---
@@ -1314,7 +1342,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#update VaultCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#update VaultCluster#update}.
---
@@ -1330,6 +1358,12 @@ def reset_audit_log_config() -> None
def reset_id() -> None
```
+##### `reset_ip_allowlist`
+
+```python
+def reset_ip_allowlist() -> None
+```
+
##### `reset_major_version_upgrade_config`
```python
@@ -1504,7 +1538,7 @@ The construct id used in the generated config for the VaultCluster to import.
The id of the existing VaultCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -1537,6 +1571,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| audit_log_config
| VaultClusterAuditLogConfigOutputReference
| *No description.* |
| cloud_provider
| str
| *No description.* |
| created_at
| str
| *No description.* |
+| ip_allowlist
| VaultClusterIpAllowlistStructList
| *No description.* |
| major_version_upgrade_config
| VaultClusterMajorVersionUpgradeConfigOutputReference
| *No description.* |
| metrics_config
| VaultClusterMetricsConfigOutputReference
| *No description.* |
| namespace
| str
| *No description.* |
@@ -1553,6 +1588,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| cluster_id_input
| str
| *No description.* |
| hvn_id_input
| str
| *No description.* |
| id_input
| str
| *No description.* |
+| ip_allowlist_input
| typing.Union[cdktf.IResolvable, typing.List[VaultClusterIpAllowlistStruct]]
| *No description.* |
| major_version_upgrade_config_input
| VaultClusterMajorVersionUpgradeConfig
| *No description.* |
| metrics_config_input
| VaultClusterMetricsConfig
| *No description.* |
| min_vault_version_input
| str
| *No description.* |
@@ -1748,6 +1784,16 @@ created_at: str
---
+##### `ip_allowlist`Required
+
+```python
+ip_allowlist: VaultClusterIpAllowlistStructList
+```
+
+- *Type:* VaultClusterIpAllowlistStructList
+
+---
+
##### `major_version_upgrade_config`Required
```python
@@ -1908,6 +1954,16 @@ id_input: str
---
+##### `ip_allowlist_input`Optional
+
+```python
+ip_allowlist_input: typing.Union[IResolvable, typing.List[VaultClusterIpAllowlistStruct]]
+```
+
+- *Type:* typing.Union[cdktf.IResolvable, typing.List[VaultClusterIpAllowlistStruct]]
+
+---
+
##### `major_version_upgrade_config_input`Optional
```python
@@ -2208,7 +2264,7 @@ cloudwatch_access_key_id: str
CloudWatch access key ID for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id}
---
@@ -2222,7 +2278,7 @@ cloudwatch_region: str
CloudWatch region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
---
@@ -2236,7 +2292,7 @@ cloudwatch_secret_access_key: str
CloudWatch secret access key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key}
---
@@ -2250,7 +2306,7 @@ datadog_api_key: str
Datadog api key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -2264,7 +2320,7 @@ datadog_region: str
Datadog region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -2278,7 +2334,7 @@ elasticsearch_endpoint: str
ElasticSearch endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
---
@@ -2292,7 +2348,7 @@ elasticsearch_password: str
ElasticSearch password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
---
@@ -2306,7 +2362,7 @@ elasticsearch_user: str
ElasticSearch user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
---
@@ -2320,7 +2376,7 @@ grafana_endpoint: str
Grafana endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -2334,7 +2390,7 @@ grafana_password: str
Grafana password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -2348,7 +2404,7 @@ grafana_user: str
Grafana user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -2362,7 +2418,7 @@ http_basic_password: str
HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
---
@@ -2376,7 +2432,7 @@ http_basic_user: str
HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
---
@@ -2390,7 +2446,7 @@ http_bearer_token: str
HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
---
@@ -2404,7 +2460,7 @@ http_codec: str
HTTP codec for streaming audit logs, allowed values are JSON and NDJSON.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
---
@@ -2418,7 +2474,7 @@ http_compression: typing.Union[bool, IResolvable]
HTTP compression flag for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
---
@@ -2432,7 +2488,7 @@ http_headers: typing.Mapping[str]
HTTP headers for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
---
@@ -2446,7 +2502,7 @@ http_method: str
HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
---
@@ -2460,7 +2516,7 @@ http_payload_prefix: str
HTTP payload prefix for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
---
@@ -2474,7 +2530,7 @@ http_payload_suffix: str
HTTP payload suffix for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
---
@@ -2488,7 +2544,7 @@ http_uri: str
HTTP URI for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
---
@@ -2502,7 +2558,7 @@ newrelic_account_id: str
NewRelic Account ID for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
---
@@ -2516,7 +2572,7 @@ newrelic_license_key: str
NewRelic license key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
---
@@ -2530,7 +2586,7 @@ newrelic_region: str
NewRelic region for streaming audit logs, allowed values are "US" and "EU".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
---
@@ -2544,7 +2600,7 @@ splunk_hecendpoint: str
Splunk endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -2558,7 +2614,7 @@ splunk_token: str
Splunk token for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -2581,6 +2637,7 @@ vaultCluster.VaultClusterConfig(
hvn_id: str,
audit_log_config: VaultClusterAuditLogConfig = None,
id: str = None,
+ ip_allowlist: typing.Union[IResolvable, typing.List[VaultClusterIpAllowlistStruct]] = None,
major_version_upgrade_config: VaultClusterMajorVersionUpgradeConfig = None,
metrics_config: VaultClusterMetricsConfig = None,
min_vault_version: str = None,
@@ -2608,7 +2665,8 @@ 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.80.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| ip_allowlist
| typing.Union[cdktf.IResolvable, typing.List[VaultClusterIpAllowlistStruct]]
| ip_allowlist block. |
| major_version_upgrade_config
| VaultClusterMajorVersionUpgradeConfig
| major_version_upgrade_config block. |
| metrics_config
| VaultClusterMetricsConfig
| metrics_config block. |
| min_vault_version
| str
| The minimum Vault version to use when creating the cluster. |
@@ -2702,7 +2760,7 @@ cluster_id: str
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
---
@@ -2716,7 +2774,7 @@ hvn_id: str
The ID of the HVN this HCP Vault cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
---
@@ -2730,7 +2788,7 @@ audit_log_config: VaultClusterAuditLogConfig
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
---
@@ -2742,13 +2800,27 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#id VaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
---
+##### `ip_allowlist`Optional
+
+```python
+ip_allowlist: typing.Union[IResolvable, typing.List[VaultClusterIpAllowlistStruct]]
+```
+
+- *Type:* typing.Union[cdktf.IResolvable, typing.List[VaultClusterIpAllowlistStruct]]
+
+ip_allowlist block.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist}
+
+---
+
##### `major_version_upgrade_config`Optional
```python
@@ -2759,7 +2831,7 @@ major_version_upgrade_config: VaultClusterMajorVersionUpgradeConfig
major_version_upgrade_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config}
---
@@ -2773,7 +2845,7 @@ metrics_config: VaultClusterMetricsConfig
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
---
@@ -2789,7 +2861,7 @@ The minimum Vault version to use when creating the cluster.
If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version}
---
@@ -2803,7 +2875,7 @@ paths_filter: typing.List[str]
The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
---
@@ -2819,7 +2891,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p
If not specified, it is a standalone Plus tier HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
---
@@ -2836,7 +2908,7 @@ The ID of the HCP project where the Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
---
@@ -2850,7 +2922,7 @@ proxy_endpoint: str
Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
---
@@ -2864,7 +2936,7 @@ public_endpoint: typing.Union[bool, IResolvable]
Denotes that the cluster has a public endpoint. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
---
@@ -2880,7 +2952,7 @@ Tier of the HCP Vault cluster.
Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#tier VaultCluster#tier}
---
@@ -2894,7 +2966,57 @@ timeouts: VaultClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+
+---
+
+### VaultClusterIpAllowlistStruct
+
+#### Initializer
+
+```python
+from cdktf_cdktf_provider_hcp import vault_cluster
+
+vaultCluster.VaultClusterIpAllowlistStruct(
+ address: str,
+ description: str = None
+)
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| address
| str
| IP address range in CIDR notation. |
+| description
| str
| Description to help identify source (maximum 255 chars). |
+
+---
+
+##### `address`Required
+
+```python
+address: str
+```
+
+- *Type:* str
+
+IP address range in CIDR notation.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#address VaultCluster#address}
+
+---
+
+##### `description`Optional
+
+```python
+description: str
+```
+
+- *Type:* str
+
+Description to help identify source (maximum 255 chars).
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#description VaultCluster#description}
---
@@ -2932,7 +3054,7 @@ upgrade_type: str
The major upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`, `MANUAL`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
---
@@ -2948,7 +3070,7 @@ The maintenance day of the week for scheduled upgrades.
Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day}
---
@@ -2962,7 +3084,7 @@ maintenance_window_time: str
The maintenance time frame for scheduled upgrades. Valid options for maintenance window time - `WINDOW_12AM_4AM`, `WINDOW_6AM_10AM`, `WINDOW_12PM_4PM`, `WINDOW_6PM_10PM`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time}
---
@@ -3046,7 +3168,7 @@ cloudwatch_access_key_id: str
CloudWatch access key ID for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id}
---
@@ -3060,7 +3182,7 @@ cloudwatch_region: str
CloudWatch region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
---
@@ -3074,7 +3196,7 @@ cloudwatch_secret_access_key: str
CloudWatch secret access key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key}
---
@@ -3088,7 +3210,7 @@ datadog_api_key: str
Datadog api key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -3102,7 +3224,7 @@ datadog_region: str
Datadog region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -3116,7 +3238,7 @@ elasticsearch_endpoint: str
ElasticSearch endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
---
@@ -3130,7 +3252,7 @@ elasticsearch_password: str
ElasticSearch password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
---
@@ -3144,7 +3266,7 @@ elasticsearch_user: str
ElasticSearch user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
---
@@ -3158,7 +3280,7 @@ grafana_endpoint: str
Grafana endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -3172,7 +3294,7 @@ grafana_password: str
Grafana password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -3186,7 +3308,7 @@ grafana_user: str
Grafana user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -3200,7 +3322,7 @@ http_basic_password: str
HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
---
@@ -3214,7 +3336,7 @@ http_basic_user: str
HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
---
@@ -3228,7 +3350,7 @@ http_bearer_token: str
HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
---
@@ -3242,7 +3364,7 @@ http_codec: str
HTTP codec for streaming metrics, allowed values are JSON and NDJSON.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
---
@@ -3256,7 +3378,7 @@ http_compression: typing.Union[bool, IResolvable]
HTTP compression flag for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
---
@@ -3270,7 +3392,7 @@ http_headers: typing.Mapping[str]
HTTP headers for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
---
@@ -3284,7 +3406,7 @@ http_method: str
HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
---
@@ -3298,7 +3420,7 @@ http_payload_prefix: str
HTTP payload prefix for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
---
@@ -3312,7 +3434,7 @@ http_payload_suffix: str
HTTP payload suffix for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
---
@@ -3326,7 +3448,7 @@ http_uri: str
HTTP URI for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
---
@@ -3340,7 +3462,7 @@ newrelic_account_id: str
NewRelic Account ID for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
---
@@ -3354,7 +3476,7 @@ newrelic_license_key: str
NewRelic license key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
---
@@ -3368,7 +3490,7 @@ newrelic_region: str
NewRelic region for streaming metrics, allowed values are "US" and "EU".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
---
@@ -3382,7 +3504,7 @@ splunk_hecendpoint: str
Splunk endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -3396,7 +3518,7 @@ splunk_token: str
Splunk token for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -3419,10 +3541,10 @@ vaultCluster.VaultClusterTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#create VaultCluster#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#default VaultCluster#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
-| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#update VaultCluster#update}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#create VaultCluster#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#default VaultCluster#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
+| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#update VaultCluster#update}. |
---
@@ -3434,7 +3556,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#create VaultCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#create VaultCluster#create}.
---
@@ -3446,7 +3568,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#default VaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#default VaultCluster#default}.
---
@@ -3458,7 +3580,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
---
@@ -3470,7 +3592,7 @@ update: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#update VaultCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#update VaultCluster#update}.
---
@@ -4537,6 +4659,521 @@ internal_value: VaultClusterAuditLogConfig
---
+### VaultClusterIpAllowlistStructList
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_hcp import vault_cluster
+
+vaultCluster.VaultClusterIpAllowlistStructList(
+ terraform_resource: IInterpolatingParent,
+ terraform_attribute: str,
+ wraps_set: bool
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraform_resource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraform_attribute
| str
| The attribute on the parent resource this class is referencing. |
+| wraps_set
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraform_resource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraform_attribute`Required
+
+- *Type:* str
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wraps_set`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| all_with_map_key
| Creating an iterator for this complex list. |
+| compute_fqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| to_string
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `all_with_map_key`
+
+```python
+def all_with_map_key(
+ map_key_attribute_name: str
+) -> DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `map_key_attribute_name`Required
+
+- *Type:* str
+
+---
+
+##### `compute_fqn`
+
+```python
+def compute_fqn() -> str
+```
+
+##### `resolve`
+
+```python
+def resolve(
+ _context: IResolveContext
+) -> typing.Any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `to_string`
+
+```python
+def to_string() -> str
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```python
+def get(
+ index: typing.Union[int, float]
+) -> VaultClusterIpAllowlistStructOutputReference
+```
+
+###### `index`Required
+
+- *Type:* typing.Union[int, float]
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creation_stack
| typing.List[str]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| str
| *No description.* |
+| internal_value
| typing.Union[cdktf.IResolvable, typing.List[VaultClusterIpAllowlistStruct]]
| *No description.* |
+
+---
+
+##### `creation_stack`Required
+
+```python
+creation_stack: typing.List[str]
+```
+
+- *Type:* typing.List[str]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```python
+fqn: str
+```
+
+- *Type:* str
+
+---
+
+##### `internal_value`Optional
+
+```python
+internal_value: typing.Union[IResolvable, typing.List[VaultClusterIpAllowlistStruct]]
+```
+
+- *Type:* typing.Union[cdktf.IResolvable, typing.List[VaultClusterIpAllowlistStruct]]
+
+---
+
+
+### VaultClusterIpAllowlistStructOutputReference
+
+#### Initializers
+
+```python
+from cdktf_cdktf_provider_hcp import vault_cluster
+
+vaultCluster.VaultClusterIpAllowlistStructOutputReference(
+ terraform_resource: IInterpolatingParent,
+ terraform_attribute: str,
+ complex_object_index: typing.Union[int, float],
+ complex_object_is_from_set: bool
+)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraform_resource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraform_attribute
| str
| The attribute on the parent resource this class is referencing. |
+| complex_object_index
| typing.Union[int, float]
| the index of this item in the list. |
+| complex_object_is_from_set
| bool
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraform_resource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraform_attribute`Required
+
+- *Type:* str
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complex_object_index`Required
+
+- *Type:* typing.Union[int, float]
+
+the index of this item in the list.
+
+---
+
+##### `complex_object_is_from_set`Required
+
+- *Type:* bool
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| compute_fqn
| *No description.* |
+| get_any_map_attribute
| *No description.* |
+| get_boolean_attribute
| *No description.* |
+| get_boolean_map_attribute
| *No description.* |
+| get_list_attribute
| *No description.* |
+| get_number_attribute
| *No description.* |
+| get_number_list_attribute
| *No description.* |
+| get_number_map_attribute
| *No description.* |
+| get_string_attribute
| *No description.* |
+| get_string_map_attribute
| *No description.* |
+| interpolation_for_attribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| to_string
| Return a string representation of this resolvable object. |
+| reset_description
| *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_description`
+
+```python
+def reset_description() -> 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.* |
+| address_input
| str
| *No description.* |
+| description_input
| str
| *No description.* |
+| address
| str
| *No description.* |
+| description
| str
| *No description.* |
+| internal_value
| typing.Union[cdktf.IResolvable, VaultClusterIpAllowlistStruct]
| *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
+
+---
+
+##### `address_input`Optional
+
+```python
+address_input: str
+```
+
+- *Type:* str
+
+---
+
+##### `description_input`Optional
+
+```python
+description_input: str
+```
+
+- *Type:* str
+
+---
+
+##### `address`Required
+
+```python
+address: str
+```
+
+- *Type:* str
+
+---
+
+##### `description`Required
+
+```python
+description: str
+```
+
+- *Type:* str
+
+---
+
+##### `internal_value`Optional
+
+```python
+internal_value: typing.Union[IResolvable, VaultClusterIpAllowlistStruct]
+```
+
+- *Type:* typing.Union[cdktf.IResolvable, VaultClusterIpAllowlistStruct]
+
+---
+
+
### VaultClusterMajorVersionUpgradeConfigOutputReference
#### Initializers
diff --git a/docs/vaultCluster.typescript.md b/docs/vaultCluster.typescript.md
index 569ded96a..9abe91b19 100644
--- a/docs/vaultCluster.typescript.md
+++ b/docs/vaultCluster.typescript.md
@@ -4,7 +4,7 @@
### VaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -74,11 +74,13 @@ Must be unique amongst siblings in the same scope
| moveTo
| Moves this resource to the target resource given by moveTarget. |
| moveToId
| Moves this resource to the resource corresponding to "id". |
| putAuditLogConfig
| *No description.* |
+| putIpAllowlist
| *No description.* |
| putMajorVersionUpgradeConfig
| *No description.* |
| putMetricsConfig
| *No description.* |
| putTimeouts
| *No description.* |
| resetAuditLogConfig
| *No description.* |
| resetId
| *No description.* |
+| resetIpAllowlist
| *No description.* |
| resetMajorVersionUpgradeConfig
| *No description.* |
| resetMetricsConfig
| *No description.* |
| resetMinVaultVersion
| *No description.* |
@@ -392,6 +394,18 @@ public putAuditLogConfig(value: VaultClusterAuditLogConfig): void
---
+##### `putIpAllowlist`
+
+```typescript
+public putIpAllowlist(value: IResolvable | VaultClusterIpAllowlistStruct[]): void
+```
+
+###### `value`Required
+
+- *Type:* cdktf.IResolvable | VaultClusterIpAllowlistStruct[]
+
+---
+
##### `putMajorVersionUpgradeConfig`
```typescript
@@ -440,6 +454,12 @@ public resetAuditLogConfig(): void
public resetId(): void
```
+##### `resetIpAllowlist`
+
+```typescript
+public resetIpAllowlist(): void
+```
+
##### `resetMajorVersionUpgradeConfig`
```typescript
@@ -603,7 +623,7 @@ The construct id used in the generated config for the VaultCluster to import.
The id of the existing VaultCluster that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#import import section} in the documentation of this resource for the id to use
---
@@ -636,6 +656,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| auditLogConfig
| VaultClusterAuditLogConfigOutputReference
| *No description.* |
| cloudProvider
| string
| *No description.* |
| createdAt
| string
| *No description.* |
+| ipAllowlist
| VaultClusterIpAllowlistStructList
| *No description.* |
| majorVersionUpgradeConfig
| VaultClusterMajorVersionUpgradeConfigOutputReference
| *No description.* |
| metricsConfig
| VaultClusterMetricsConfigOutputReference
| *No description.* |
| namespace
| string
| *No description.* |
@@ -652,6 +673,7 @@ Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0
| clusterIdInput
| string
| *No description.* |
| hvnIdInput
| string
| *No description.* |
| idInput
| string
| *No description.* |
+| ipAllowlistInput
| cdktf.IResolvable \| VaultClusterIpAllowlistStruct[]
| *No description.* |
| majorVersionUpgradeConfigInput
| VaultClusterMajorVersionUpgradeConfig
| *No description.* |
| metricsConfigInput
| VaultClusterMetricsConfig
| *No description.* |
| minVaultVersionInput
| string
| *No description.* |
@@ -847,6 +869,16 @@ public readonly createdAt: string;
---
+##### `ipAllowlist`Required
+
+```typescript
+public readonly ipAllowlist: VaultClusterIpAllowlistStructList;
+```
+
+- *Type:* VaultClusterIpAllowlistStructList
+
+---
+
##### `majorVersionUpgradeConfig`Required
```typescript
@@ -1007,6 +1039,16 @@ public readonly idInput: string;
---
+##### `ipAllowlistInput`Optional
+
+```typescript
+public readonly ipAllowlistInput: IResolvable | VaultClusterIpAllowlistStruct[];
+```
+
+- *Type:* cdktf.IResolvable | VaultClusterIpAllowlistStruct[]
+
+---
+
##### `majorVersionUpgradeConfigInput`Optional
```typescript
@@ -1280,7 +1322,7 @@ public readonly cloudwatchAccessKeyId: string;
CloudWatch access key ID for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id}
---
@@ -1294,7 +1336,7 @@ public readonly cloudwatchRegion: string;
CloudWatch region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
---
@@ -1308,7 +1350,7 @@ public readonly cloudwatchSecretAccessKey: string;
CloudWatch secret access key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key}
---
@@ -1322,7 +1364,7 @@ public readonly datadogApiKey: string;
Datadog api key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -1336,7 +1378,7 @@ public readonly datadogRegion: string;
Datadog region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -1350,7 +1392,7 @@ public readonly elasticsearchEndpoint: string;
ElasticSearch endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
---
@@ -1364,7 +1406,7 @@ public readonly elasticsearchPassword: string;
ElasticSearch password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
---
@@ -1378,7 +1420,7 @@ public readonly elasticsearchUser: string;
ElasticSearch user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
---
@@ -1392,7 +1434,7 @@ public readonly grafanaEndpoint: string;
Grafana endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -1406,7 +1448,7 @@ public readonly grafanaPassword: string;
Grafana password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -1420,7 +1462,7 @@ public readonly grafanaUser: string;
Grafana user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -1434,7 +1476,7 @@ public readonly httpBasicPassword: string;
HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
---
@@ -1448,7 +1490,7 @@ public readonly httpBasicUser: string;
HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
---
@@ -1462,7 +1504,7 @@ public readonly httpBearerToken: string;
HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
---
@@ -1476,7 +1518,7 @@ public readonly httpCodec: string;
HTTP codec for streaming audit logs, allowed values are JSON and NDJSON.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
---
@@ -1490,7 +1532,7 @@ public readonly httpCompression: boolean | IResolvable;
HTTP compression flag for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
---
@@ -1504,7 +1546,7 @@ public readonly httpHeaders: {[ key: string ]: string};
HTTP headers for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
---
@@ -1518,7 +1560,7 @@ public readonly httpMethod: string;
HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
---
@@ -1532,7 +1574,7 @@ public readonly httpPayloadPrefix: string;
HTTP payload prefix for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
---
@@ -1546,7 +1588,7 @@ public readonly httpPayloadSuffix: string;
HTTP payload suffix for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
---
@@ -1560,7 +1602,7 @@ public readonly httpUri: string;
HTTP URI for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
---
@@ -1574,7 +1616,7 @@ public readonly newrelicAccountId: string;
NewRelic Account ID for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
---
@@ -1588,7 +1630,7 @@ public readonly newrelicLicenseKey: string;
NewRelic license key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
---
@@ -1602,7 +1644,7 @@ public readonly newrelicRegion: string;
NewRelic region for streaming audit logs, allowed values are "US" and "EU".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
---
@@ -1616,7 +1658,7 @@ public readonly splunkHecendpoint: string;
Splunk endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -1630,7 +1672,7 @@ public readonly splunkToken: string;
Splunk token for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -1658,7 +1700,8 @@ 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.80.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| ipAllowlist
| cdktf.IResolvable \| VaultClusterIpAllowlistStruct[]
| ip_allowlist block. |
| majorVersionUpgradeConfig
| VaultClusterMajorVersionUpgradeConfig
| major_version_upgrade_config block. |
| metricsConfig
| VaultClusterMetricsConfig
| metrics_config block. |
| minVaultVersion
| string
| The minimum Vault version to use when creating the cluster. |
@@ -1752,7 +1795,7 @@ public readonly clusterId: string;
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
---
@@ -1766,7 +1809,7 @@ public readonly hvnId: string;
The ID of the HVN this HCP Vault cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
---
@@ -1780,7 +1823,7 @@ public readonly auditLogConfig: VaultClusterAuditLogConfig;
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
---
@@ -1792,13 +1835,27 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#id VaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.
---
+##### `ipAllowlist`Optional
+
+```typescript
+public readonly ipAllowlist: IResolvable | VaultClusterIpAllowlistStruct[];
+```
+
+- *Type:* cdktf.IResolvable | VaultClusterIpAllowlistStruct[]
+
+ip_allowlist block.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist}
+
+---
+
##### `majorVersionUpgradeConfig`Optional
```typescript
@@ -1809,7 +1866,7 @@ public readonly majorVersionUpgradeConfig: VaultClusterMajorVersionUpgradeConfig
major_version_upgrade_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config}
---
@@ -1823,7 +1880,7 @@ public readonly metricsConfig: VaultClusterMetricsConfig;
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
---
@@ -1839,7 +1896,7 @@ The minimum Vault version to use when creating the cluster.
If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version}
---
@@ -1853,7 +1910,7 @@ public readonly pathsFilter: string[];
The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
---
@@ -1869,7 +1926,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p
If not specified, it is a standalone Plus tier HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
---
@@ -1886,7 +1943,7 @@ The ID of the HCP project where the Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
---
@@ -1900,7 +1957,7 @@ public readonly proxyEndpoint: string;
Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
---
@@ -1914,7 +1971,7 @@ public readonly publicEndpoint: boolean | IResolvable;
Denotes that the cluster has a public endpoint. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
---
@@ -1930,7 +1987,7 @@ Tier of the HCP Vault cluster.
Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#tier VaultCluster#tier}
---
@@ -1944,7 +2001,54 @@ public readonly timeouts: VaultClusterTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+
+---
+
+### VaultClusterIpAllowlistStruct
+
+#### Initializer
+
+```typescript
+import { vaultCluster } from '@cdktf/provider-hcp'
+
+const vaultClusterIpAllowlistStruct: vaultCluster.VaultClusterIpAllowlistStruct = { ... }
+```
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| address
| string
| IP address range in CIDR notation. |
+| description
| string
| Description to help identify source (maximum 255 chars). |
+
+---
+
+##### `address`Required
+
+```typescript
+public readonly address: string;
+```
+
+- *Type:* string
+
+IP address range in CIDR notation.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#address VaultCluster#address}
+
+---
+
+##### `description`Optional
+
+```typescript
+public readonly description: string;
+```
+
+- *Type:* string
+
+Description to help identify source (maximum 255 chars).
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#description VaultCluster#description}
---
@@ -1978,7 +2082,7 @@ public readonly upgradeType: string;
The major upgrade type for the cluster. Valid options for upgrade type - `AUTOMATIC`, `SCHEDULED`, `MANUAL`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
---
@@ -1994,7 +2098,7 @@ The maintenance day of the week for scheduled upgrades.
Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day}
---
@@ -2008,7 +2112,7 @@ public readonly maintenanceWindowTime: string;
The maintenance time frame for scheduled upgrades. Valid options for maintenance window time - `WINDOW_12AM_4AM`, `WINDOW_6AM_10AM`, `WINDOW_12PM_4PM`, `WINDOW_6PM_10PM`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time}
---
@@ -2065,7 +2169,7 @@ public readonly cloudwatchAccessKeyId: string;
CloudWatch access key ID for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_access_key_id VaultCluster#cloudwatch_access_key_id}
---
@@ -2079,7 +2183,7 @@ public readonly cloudwatchRegion: string;
CloudWatch region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
---
@@ -2093,7 +2197,7 @@ public readonly cloudwatchSecretAccessKey: string;
CloudWatch secret access key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#cloudwatch_secret_access_key VaultCluster#cloudwatch_secret_access_key}
---
@@ -2107,7 +2211,7 @@ public readonly datadogApiKey: string;
Datadog api key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -2121,7 +2225,7 @@ public readonly datadogRegion: string;
Datadog region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -2135,7 +2239,7 @@ public readonly elasticsearchEndpoint: string;
ElasticSearch endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
---
@@ -2149,7 +2253,7 @@ public readonly elasticsearchPassword: string;
ElasticSearch password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
---
@@ -2163,7 +2267,7 @@ public readonly elasticsearchUser: string;
ElasticSearch user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
---
@@ -2177,7 +2281,7 @@ public readonly grafanaEndpoint: string;
Grafana endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -2191,7 +2295,7 @@ public readonly grafanaPassword: string;
Grafana password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -2205,7 +2309,7 @@ public readonly grafanaUser: string;
Grafana user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -2219,7 +2323,7 @@ public readonly httpBasicPassword: string;
HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
---
@@ -2233,7 +2337,7 @@ public readonly httpBasicUser: string;
HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
---
@@ -2247,7 +2351,7 @@ public readonly httpBearerToken: string;
HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
---
@@ -2261,7 +2365,7 @@ public readonly httpCodec: string;
HTTP codec for streaming metrics, allowed values are JSON and NDJSON.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
---
@@ -2275,7 +2379,7 @@ public readonly httpCompression: boolean | IResolvable;
HTTP compression flag for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
---
@@ -2289,7 +2393,7 @@ public readonly httpHeaders: {[ key: string ]: string};
HTTP headers for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
---
@@ -2303,7 +2407,7 @@ public readonly httpMethod: string;
HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
---
@@ -2317,7 +2421,7 @@ public readonly httpPayloadPrefix: string;
HTTP payload prefix for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
---
@@ -2331,7 +2435,7 @@ public readonly httpPayloadSuffix: string;
HTTP payload suffix for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
---
@@ -2345,7 +2449,7 @@ public readonly httpUri: string;
HTTP URI for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
---
@@ -2359,7 +2463,7 @@ public readonly newrelicAccountId: string;
NewRelic Account ID for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
---
@@ -2373,7 +2477,7 @@ public readonly newrelicLicenseKey: string;
NewRelic license key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
---
@@ -2387,7 +2491,7 @@ public readonly newrelicRegion: string;
NewRelic region for streaming metrics, allowed values are "US" and "EU".
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
---
@@ -2401,7 +2505,7 @@ public readonly splunkHecendpoint: string;
Splunk endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -2415,7 +2519,7 @@ public readonly splunkToken: string;
Splunk token for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -2433,10 +2537,10 @@ const vaultClusterTimeouts: vaultCluster.VaultClusterTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#create VaultCluster#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#default VaultCluster#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
-| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#update VaultCluster#update}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#create VaultCluster#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#default VaultCluster#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
+| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#update VaultCluster#update}. |
---
@@ -2448,7 +2552,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#create VaultCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#create VaultCluster#create}.
---
@@ -2460,7 +2564,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#default VaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#default VaultCluster#default}.
---
@@ -2472,7 +2576,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
---
@@ -2484,7 +2588,7 @@ public readonly update: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#update VaultCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#update VaultCluster#update}.
---
@@ -3526,6 +3630,484 @@ public readonly internalValue: VaultClusterAuditLogConfig;
---
+### VaultClusterIpAllowlistStructList
+
+#### Initializers
+
+```typescript
+import { vaultCluster } from '@cdktf/provider-hcp'
+
+new vaultCluster.VaultClusterIpAllowlistStructList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| wrapsSet
| boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `wrapsSet`Required
+
+- *Type:* boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| allWithMapKey
| Creating an iterator for this complex list. |
+| computeFqn
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+| get
| *No description.* |
+
+---
+
+##### `allWithMapKey`
+
+```typescript
+public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
+```
+
+Creating an iterator for this complex list.
+
+The list will be converted into a map with the mapKeyAttributeName as the key.
+
+###### `mapKeyAttributeName`Required
+
+- *Type:* string
+
+---
+
+##### `computeFqn`
+
+```typescript
+public computeFqn(): string
+```
+
+##### `resolve`
+
+```typescript
+public resolve(_context: IResolveContext): any
+```
+
+Produce the Token's value at resolution time.
+
+###### `_context`Required
+
+- *Type:* cdktf.IResolveContext
+
+---
+
+##### `toString`
+
+```typescript
+public toString(): string
+```
+
+Return a string representation of this resolvable object.
+
+Returns a reversible string representation.
+
+##### `get`
+
+```typescript
+public get(index: number): VaultClusterIpAllowlistStructOutputReference
+```
+
+###### `index`Required
+
+- *Type:* number
+
+the index of the item to return.
+
+---
+
+
+#### Properties
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| creationStack
| string[]
| The creation stack of this resolvable which will be appended to errors thrown during resolution. |
+| fqn
| string
| *No description.* |
+| internalValue
| cdktf.IResolvable \| VaultClusterIpAllowlistStruct[]
| *No description.* |
+
+---
+
+##### `creationStack`Required
+
+```typescript
+public readonly creationStack: string[];
+```
+
+- *Type:* string[]
+
+The creation stack of this resolvable which will be appended to errors thrown during resolution.
+
+If this returns an empty array the stack will not be attached.
+
+---
+
+##### `fqn`Required
+
+```typescript
+public readonly fqn: string;
+```
+
+- *Type:* string
+
+---
+
+##### `internalValue`Optional
+
+```typescript
+public readonly internalValue: IResolvable | VaultClusterIpAllowlistStruct[];
+```
+
+- *Type:* cdktf.IResolvable | VaultClusterIpAllowlistStruct[]
+
+---
+
+
+### VaultClusterIpAllowlistStructOutputReference
+
+#### Initializers
+
+```typescript
+import { vaultCluster } from '@cdktf/provider-hcp'
+
+new vaultCluster.VaultClusterIpAllowlistStructOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
+```
+
+| **Name** | **Type** | **Description** |
+| --- | --- | --- |
+| terraformResource
| cdktf.IInterpolatingParent
| The parent resource. |
+| terraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
+| complexObjectIndex
| number
| the index of this item in the list. |
+| complexObjectIsFromSet
| boolean
| whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
+
+---
+
+##### `terraformResource`Required
+
+- *Type:* cdktf.IInterpolatingParent
+
+The parent resource.
+
+---
+
+##### `terraformAttribute`Required
+
+- *Type:* string
+
+The attribute on the parent resource this class is referencing.
+
+---
+
+##### `complexObjectIndex`Required
+
+- *Type:* number
+
+the index of this item in the list.
+
+---
+
+##### `complexObjectIsFromSet`Required
+
+- *Type:* boolean
+
+whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
+
+---
+
+#### Methods
+
+| **Name** | **Description** |
+| --- | --- |
+| computeFqn
| *No description.* |
+| getAnyMapAttribute
| *No description.* |
+| getBooleanAttribute
| *No description.* |
+| getBooleanMapAttribute
| *No description.* |
+| getListAttribute
| *No description.* |
+| getNumberAttribute
| *No description.* |
+| getNumberListAttribute
| *No description.* |
+| getNumberMapAttribute
| *No description.* |
+| getStringAttribute
| *No description.* |
+| getStringMapAttribute
| *No description.* |
+| interpolationForAttribute
| *No description.* |
+| resolve
| Produce the Token's value at resolution time. |
+| toString
| Return a string representation of this resolvable object. |
+| resetDescription
| *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.
+
+##### `resetDescription`
+
+```typescript
+public resetDescription(): 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.* |
+| addressInput
| string
| *No description.* |
+| descriptionInput
| string
| *No description.* |
+| address
| string
| *No description.* |
+| description
| string
| *No description.* |
+| internalValue
| cdktf.IResolvable \| VaultClusterIpAllowlistStruct
| *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
+
+---
+
+##### `addressInput`Optional
+
+```typescript
+public readonly addressInput: string;
+```
+
+- *Type:* string
+
+---
+
+##### `descriptionInput`Optional
+
+```typescript
+public readonly descriptionInput: string;
+```
+
+- *Type:* string
+
+---
+
+##### `address`Required
+
+```typescript
+public readonly address: string;
+```
+
+- *Type:* string
+
+---
+
+##### `description`Required
+
+```typescript
+public readonly description: string;
+```
+
+- *Type:* string
+
+---
+
+##### `internalValue`Optional
+
+```typescript
+public readonly internalValue: IResolvable | VaultClusterIpAllowlistStruct;
+```
+
+- *Type:* cdktf.IResolvable | VaultClusterIpAllowlistStruct
+
+---
+
+
### VaultClusterMajorVersionUpgradeConfigOutputReference
#### Initializers
diff --git a/docs/vaultClusterAdminToken.csharp.md b/docs/vaultClusterAdminToken.csharp.md
index 6ed9fbcfe..cdfed1aeb 100644
--- a/docs/vaultClusterAdminToken.csharp.md
+++ b/docs/vaultClusterAdminToken.csharp.md
@@ -4,7 +4,7 @@
### VaultClusterAdminToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the VaultClusterAdminToken to
The id of the existing VaultClusterAdminToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use
---
@@ -840,7 +840,7 @@ new VaultClusterAdminTokenConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| ClusterId
| string
| The ID of the HCP Vault cluster. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. |
| ProjectId
| string
| The ID of the HCP project where the HCP Vault cluster is located. |
| Timeouts
| VaultClusterAdminTokenTimeouts
| timeouts block. |
@@ -926,7 +926,7 @@ public string ClusterId { get; set; }
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id}
---
@@ -938,7 +938,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -958,7 +958,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id}
---
@@ -972,7 +972,7 @@ public VaultClusterAdminTokenTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
---
@@ -994,9 +994,9 @@ new VaultClusterAdminTokenTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. |
---
@@ -1008,7 +1008,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
---
@@ -1020,7 +1020,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
---
@@ -1032,7 +1032,7 @@ public string Read { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
---
diff --git a/docs/vaultClusterAdminToken.go.md b/docs/vaultClusterAdminToken.go.md
index 562cd3603..20f0053a1 100644
--- a/docs/vaultClusterAdminToken.go.md
+++ b/docs/vaultClusterAdminToken.go.md
@@ -4,7 +4,7 @@
### VaultClusterAdminToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the VaultClusterAdminToken to
The id of the existing VaultClusterAdminToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use
---
@@ -840,7 +840,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultclusteradmintoken"
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| ClusterId
| *string
| The ID of the HCP Vault cluster. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HCP Vault cluster is located. |
| Timeouts
| VaultClusterAdminTokenTimeouts
| timeouts block. |
@@ -926,7 +926,7 @@ ClusterId *string
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id}
---
@@ -938,7 +938,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -958,7 +958,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id}
---
@@ -972,7 +972,7 @@ Timeouts VaultClusterAdminTokenTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
---
@@ -994,9 +994,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultclusteradmintoken"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. |
---
@@ -1008,7 +1008,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
---
@@ -1020,7 +1020,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
---
@@ -1032,7 +1032,7 @@ Read *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
---
diff --git a/docs/vaultClusterAdminToken.java.md b/docs/vaultClusterAdminToken.java.md
index 8061acb6b..2ea36e6fe 100644
--- a/docs/vaultClusterAdminToken.java.md
+++ b/docs/vaultClusterAdminToken.java.md
@@ -4,7 +4,7 @@
### VaultClusterAdminToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
#### Initializers
@@ -42,7 +42,7 @@ VaultClusterAdminToken.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Vault cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| VaultClusterAdminTokenTimeouts
| timeouts block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -138,7 +138,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
---
@@ -609,7 +609,7 @@ The construct id used in the generated config for the VaultClusterAdminToken to
The id of the existing VaultClusterAdminToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use
---
@@ -952,7 +952,7 @@ VaultClusterAdminTokenConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Vault cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| VaultClusterAdminTokenTimeouts
| timeouts block. |
@@ -1038,7 +1038,7 @@ public java.lang.String getClusterId();
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id}
---
@@ -1050,7 +1050,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1070,7 +1070,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id}
---
@@ -1084,7 +1084,7 @@ public VaultClusterAdminTokenTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
---
@@ -1106,9 +1106,9 @@ VaultClusterAdminTokenTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. |
---
@@ -1120,7 +1120,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
---
@@ -1132,7 +1132,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
---
@@ -1144,7 +1144,7 @@ public java.lang.String getRead();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
---
diff --git a/docs/vaultClusterAdminToken.python.md b/docs/vaultClusterAdminToken.python.md
index e79170330..02b516cd1 100644
--- a/docs/vaultClusterAdminToken.python.md
+++ b/docs/vaultClusterAdminToken.python.md
@@ -4,7 +4,7 @@
### VaultClusterAdminToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
#### Initializers
@@ -40,7 +40,7 @@ vaultClusterAdminToken.VaultClusterAdminToken(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Vault cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| VaultClusterAdminTokenTimeouts
| timeouts block. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -136,7 +136,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
---
@@ -523,7 +523,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
---
@@ -531,7 +531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
---
@@ -539,7 +539,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
---
@@ -675,7 +675,7 @@ The construct id used in the generated config for the VaultClusterAdminToken to
The id of the existing VaultClusterAdminToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use
---
@@ -1014,7 +1014,7 @@ vaultClusterAdminToken.VaultClusterAdminTokenConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Vault cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| VaultClusterAdminTokenTimeouts
| timeouts block. |
@@ -1100,7 +1100,7 @@ cluster_id: str
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id}
---
@@ -1112,7 +1112,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1132,7 +1132,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id}
---
@@ -1146,7 +1146,7 @@ timeouts: VaultClusterAdminTokenTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
---
@@ -1168,9 +1168,9 @@ vaultClusterAdminToken.VaultClusterAdminTokenTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. |
---
@@ -1182,7 +1182,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
---
@@ -1194,7 +1194,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
---
@@ -1206,7 +1206,7 @@ read: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
---
diff --git a/docs/vaultClusterAdminToken.typescript.md b/docs/vaultClusterAdminToken.typescript.md
index 468b1cb19..e44f9431e 100644
--- a/docs/vaultClusterAdminToken.typescript.md
+++ b/docs/vaultClusterAdminToken.typescript.md
@@ -4,7 +4,7 @@
### VaultClusterAdminToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the VaultClusterAdminToken to
The id of the existing VaultClusterAdminToken that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use
---
@@ -828,7 +828,7 @@ const vaultClusterAdminTokenConfig: vaultClusterAdminToken.VaultClusterAdminToke
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| clusterId
| string
| The ID of the HCP Vault cluster. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. |
| projectId
| string
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| VaultClusterAdminTokenTimeouts
| timeouts block. |
@@ -914,7 +914,7 @@ public readonly clusterId: string;
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id}
---
@@ -926,7 +926,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -946,7 +946,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id}
---
@@ -960,7 +960,7 @@ public readonly timeouts: VaultClusterAdminTokenTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
---
@@ -978,9 +978,9 @@ const vaultClusterAdminTokenTimeouts: vaultClusterAdminToken.VaultClusterAdminTo
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.80.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.80.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.81.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.81.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.81.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. |
---
@@ -992,7 +992,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
---
@@ -1004,7 +1004,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
---
@@ -1016,7 +1016,7 @@ public readonly read: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
---
diff --git a/docs/vaultPlugin.csharp.md b/docs/vaultPlugin.csharp.md
index c3b277ed9..21648f589 100644
--- a/docs/vaultPlugin.csharp.md
+++ b/docs/vaultPlugin.csharp.md
@@ -4,7 +4,7 @@
### VaultPlugin
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin hcp_vault_plugin}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin hcp_vault_plugin}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the VaultPlugin to import.
The id of the existing VaultPlugin that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use
---
@@ -866,7 +866,7 @@ new VaultPluginConfig {
| ClusterId
| string
| The ID of the HCP Vault cluster. |
| PluginName
| string
| The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. |
| PluginType
| string
| The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#id VaultPlugin#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#id VaultPlugin#id}. |
| ProjectId
| string
| The ID of the HCP project where the HCP Vault cluster is located. |
| Timeouts
| VaultPluginTimeouts
| timeouts block. |
@@ -952,7 +952,7 @@ public string ClusterId { get; set; }
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
---
@@ -966,7 +966,7 @@ public string PluginName { get; set; }
The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
---
@@ -980,7 +980,7 @@ public string PluginType { get; set; }
The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
---
@@ -992,7 +992,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#id VaultPlugin#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#id VaultPlugin#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1012,7 +1012,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
---
@@ -1026,7 +1026,7 @@ public VaultPluginTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
---
@@ -1046,7 +1046,7 @@ new VaultPluginTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#default VaultPlugin#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#default VaultPlugin#default}. |
---
@@ -1058,7 +1058,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#default VaultPlugin#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#default VaultPlugin#default}.
---
diff --git a/docs/vaultPlugin.go.md b/docs/vaultPlugin.go.md
index fc249d9b2..b6817afe3 100644
--- a/docs/vaultPlugin.go.md
+++ b/docs/vaultPlugin.go.md
@@ -4,7 +4,7 @@
### VaultPlugin
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin hcp_vault_plugin}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin hcp_vault_plugin}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the VaultPlugin to import.
The id of the existing VaultPlugin that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use
---
@@ -866,7 +866,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultplugin"
| ClusterId
| *string
| The ID of the HCP Vault cluster. |
| PluginName
| *string
| The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. |
| PluginType
| *string
| The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#id VaultPlugin#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#id VaultPlugin#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HCP Vault cluster is located. |
| Timeouts
| VaultPluginTimeouts
| timeouts block. |
@@ -952,7 +952,7 @@ ClusterId *string
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
---
@@ -966,7 +966,7 @@ PluginName *string
The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
---
@@ -980,7 +980,7 @@ PluginType *string
The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
---
@@ -992,7 +992,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#id VaultPlugin#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#id VaultPlugin#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1012,7 +1012,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
---
@@ -1026,7 +1026,7 @@ Timeouts VaultPluginTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
---
@@ -1046,7 +1046,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v9/vaultplugin"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#default VaultPlugin#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#default VaultPlugin#default}. |
---
@@ -1058,7 +1058,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#default VaultPlugin#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#default VaultPlugin#default}.
---
diff --git a/docs/vaultPlugin.java.md b/docs/vaultPlugin.java.md
index 391bcbed7..524f699b9 100644
--- a/docs/vaultPlugin.java.md
+++ b/docs/vaultPlugin.java.md
@@ -4,7 +4,7 @@
### VaultPlugin
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin hcp_vault_plugin}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin hcp_vault_plugin}.
#### Initializers
@@ -46,7 +46,7 @@ VaultPlugin.Builder.create(Construct scope, java.lang.String id)
| clusterId
| java.lang.String
| The ID of the HCP Vault cluster. |
| pluginName
| java.lang.String
| The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. |
| pluginType
| java.lang.String
| The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_plugin#id VaultPlugin#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| VaultPluginTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#id VaultPlugin#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#id VaultPlugin#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -162,7 +162,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
---
@@ -633,7 +633,7 @@ The construct id used in the generated config for the VaultPlugin to import.
The id of the existing VaultPlugin that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use
---
@@ -1002,7 +1002,7 @@ VaultPluginConfig.builder()
| clusterId
| java.lang.String
| The ID of the HCP Vault cluster. |
| pluginName
| java.lang.String
| The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. |
| pluginType
| java.lang.String
| The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_plugin#id VaultPlugin#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| VaultPluginTimeouts
| timeouts block. |
@@ -1088,7 +1088,7 @@ public java.lang.String getClusterId();
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
---
@@ -1102,7 +1102,7 @@ public java.lang.String getPluginName();
The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
---
@@ -1116,7 +1116,7 @@ public java.lang.String getPluginType();
The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
---
@@ -1128,7 +1128,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#id VaultPlugin#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#id VaultPlugin#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1148,7 +1148,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
---
@@ -1162,7 +1162,7 @@ public VaultPluginTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
---
@@ -1182,7 +1182,7 @@ VaultPluginTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_plugin#default VaultPlugin#default}. |
---
@@ -1194,7 +1194,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#default VaultPlugin#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#default VaultPlugin#default}.
---
diff --git a/docs/vaultPlugin.python.md b/docs/vaultPlugin.python.md
index b35db3a5b..d5979b44c 100644
--- a/docs/vaultPlugin.python.md
+++ b/docs/vaultPlugin.python.md
@@ -4,7 +4,7 @@
### VaultPlugin
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin hcp_vault_plugin}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin hcp_vault_plugin}.
#### Initializers
@@ -44,7 +44,7 @@ vaultPlugin.VaultPlugin(
| cluster_id
| str
| The ID of the HCP Vault cluster. |
| plugin_name
| str
| The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. |
| plugin_type
| str
| The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#id VaultPlugin#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#id VaultPlugin#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| VaultPluginTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#id VaultPlugin#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#id VaultPlugin#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -160,7 +160,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
---
@@ -545,7 +545,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#default VaultPlugin#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#default VaultPlugin#default}.
---
@@ -681,7 +681,7 @@ The construct id used in the generated config for the VaultPlugin to import.
The id of the existing VaultPlugin that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use
---
@@ -1046,7 +1046,7 @@ vaultPlugin.VaultPluginConfig(
| cluster_id
| str
| The ID of the HCP Vault cluster. |
| plugin_name
| str
| The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. |
| plugin_type
| str
| The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#id VaultPlugin#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#id VaultPlugin#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| VaultPluginTimeouts
| timeouts block. |
@@ -1132,7 +1132,7 @@ cluster_id: str
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
---
@@ -1146,7 +1146,7 @@ plugin_name: str
The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
---
@@ -1160,7 +1160,7 @@ plugin_type: str
The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
---
@@ -1172,7 +1172,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#id VaultPlugin#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#id VaultPlugin#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1192,7 +1192,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
---
@@ -1206,7 +1206,7 @@ timeouts: VaultPluginTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
---
@@ -1226,7 +1226,7 @@ vaultPlugin.VaultPluginTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#default VaultPlugin#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#default VaultPlugin#default}. |
---
@@ -1238,7 +1238,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#default VaultPlugin#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#default VaultPlugin#default}.
---
diff --git a/docs/vaultPlugin.typescript.md b/docs/vaultPlugin.typescript.md
index 3fdebb4f6..2a9f63479 100644
--- a/docs/vaultPlugin.typescript.md
+++ b/docs/vaultPlugin.typescript.md
@@ -4,7 +4,7 @@
### VaultPlugin
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin hcp_vault_plugin}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin hcp_vault_plugin}.
#### Initializers
@@ -501,7 +501,7 @@ The construct id used in the generated config for the VaultPlugin to import.
The id of the existing VaultPlugin that should be imported.
-Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use
---
@@ -852,7 +852,7 @@ const vaultPluginConfig: vaultPlugin.VaultPluginConfig = { ... }
| clusterId
| string
| The ID of the HCP Vault cluster. |
| pluginName
| string
| The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'. |
| pluginType
| string
| The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#id VaultPlugin#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#id VaultPlugin#id}. |
| projectId
| string
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| VaultPluginTimeouts
| timeouts block. |
@@ -938,7 +938,7 @@ public readonly clusterId: string;
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
---
@@ -952,7 +952,7 @@ public readonly pluginName: string;
The name of the plugin - Valid options for plugin name - 'venafi-pki-backend'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
---
@@ -966,7 +966,7 @@ public readonly pluginType: string;
The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
---
@@ -978,7 +978,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#id VaultPlugin#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#id VaultPlugin#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -998,7 +998,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
---
@@ -1012,7 +1012,7 @@ public readonly timeouts: VaultPluginTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
---
@@ -1030,7 +1030,7 @@ const vaultPluginTimeouts: vaultPlugin.VaultPluginTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#default VaultPlugin#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#default VaultPlugin#default}. |
---
@@ -1042,7 +1042,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin#default VaultPlugin#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#default VaultPlugin#default}.
---
diff --git a/docs/vaultSecretsApp.csharp.md b/docs/vaultSecretsApp.csharp.md
index 8f3ada7bd..667a181ef 100644
--- a/docs/vaultSecretsApp.csharp.md
+++ b/docs/vaultSecretsApp.csharp.md
@@ -4,7 +4,7 @@
### VaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
@@ -474,7 +474,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.80.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.81.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use
---
@@ -862,7 +862,7 @@ public string AppName { get; set; }
The Vault Secrets App name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
---
@@ -876,7 +876,7 @@ public string Description { get; set; }
The Vault Secrets app description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
---
diff --git a/docs/vaultSecretsApp.go.md b/docs/vaultSecretsApp.go.md
index c3e1a3503..90bd7ab86 100644
--- a/docs/vaultSecretsApp.go.md
+++ b/docs/vaultSecretsApp.go.md
@@ -4,7 +4,7 @@
### VaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
@@ -474,7 +474,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.80.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.81.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use
---
@@ -862,7 +862,7 @@ AppName *string
The Vault Secrets App name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
---
@@ -876,7 +876,7 @@ Description *string
The Vault Secrets app description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
---
diff --git a/docs/vaultSecretsApp.java.md b/docs/vaultSecretsApp.java.md
index a6dcda572..25f336e1d 100644
--- a/docs/vaultSecretsApp.java.md
+++ b/docs/vaultSecretsApp.java.md
@@ -4,7 +4,7 @@
### VaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The Vault Secrets App name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
---
@@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The Vault Secrets app description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
---
@@ -554,7 +554,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.80.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.81.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use
---
@@ -946,7 +946,7 @@ public java.lang.String getAppName();
The Vault Secrets App name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
---
@@ -960,7 +960,7 @@ public java.lang.String getDescription();
The Vault Secrets app description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
---
diff --git a/docs/vaultSecretsApp.python.md b/docs/vaultSecretsApp.python.md
index 392aee3f0..42e516084 100644
--- a/docs/vaultSecretsApp.python.md
+++ b/docs/vaultSecretsApp.python.md
@@ -4,7 +4,7 @@
### VaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
@@ -108,7 +108,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.80.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
---
@@ -118,7 +118,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.80.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
---
@@ -598,7 +598,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.80.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.81.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use
---
@@ -986,7 +986,7 @@ app_name: str
The Vault Secrets App name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
---
@@ -1000,7 +1000,7 @@ description: str
The Vault Secrets app description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
---
diff --git a/docs/vaultSecretsApp.typescript.md b/docs/vaultSecretsApp.typescript.md
index 62a4df6f7..7e382c894 100644
--- a/docs/vaultSecretsApp.typescript.md
+++ b/docs/vaultSecretsApp.typescript.md
@@ -4,7 +4,7 @@
### VaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
@@ -474,7 +474,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.80.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.81.0/docs/resources/vault_secrets_app#import import section} in the documentation of this resource for the id to use
---
@@ -852,7 +852,7 @@ public readonly appName: string;
The Vault Secrets App name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
---
@@ -866,7 +866,7 @@ public readonly description: string;
The Vault Secrets app description.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
---
diff --git a/docs/vaultSecretsSecret.csharp.md b/docs/vaultSecretsSecret.csharp.md
index 21677653f..7bb30565f 100644
--- a/docs/vaultSecretsSecret.csharp.md
+++ b/docs/vaultSecretsSecret.csharp.md
@@ -4,7 +4,7 @@
### VaultSecretsSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}.
#### Initializers
@@ -467,7 +467,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.80.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.81.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use
---
@@ -879,7 +879,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.80.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
---
@@ -893,7 +893,7 @@ public string SecretName { get; set; }
The name of the secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
---
@@ -907,7 +907,7 @@ public string SecretValue { get; set; }
The value of the secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
---
diff --git a/docs/vaultSecretsSecret.go.md b/docs/vaultSecretsSecret.go.md
index 6e66e3303..4c8d5aa57 100644
--- a/docs/vaultSecretsSecret.go.md
+++ b/docs/vaultSecretsSecret.go.md
@@ -4,7 +4,7 @@
### VaultSecretsSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}.
#### Initializers
@@ -467,7 +467,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.80.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.81.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use
---
@@ -879,7 +879,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.80.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
---
@@ -893,7 +893,7 @@ SecretName *string
The name of the secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
---
@@ -907,7 +907,7 @@ SecretValue *string
The value of the secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
---
diff --git a/docs/vaultSecretsSecret.java.md b/docs/vaultSecretsSecret.java.md
index 89c4d08c3..0f1391d44 100644
--- a/docs/vaultSecretsSecret.java.md
+++ b/docs/vaultSecretsSecret.java.md
@@ -4,7 +4,7 @@
### VaultSecretsSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}.
#### Initializers
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The name of the application the secret can be found in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
---
@@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The value of the secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
---
@@ -559,7 +559,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.80.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.81.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use
---
@@ -975,7 +975,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.80.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
---
@@ -989,7 +989,7 @@ public java.lang.String getSecretName();
The name of the secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
---
@@ -1003,7 +1003,7 @@ public java.lang.String getSecretValue();
The value of the secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
---
diff --git a/docs/vaultSecretsSecret.python.md b/docs/vaultSecretsSecret.python.md
index 33ed77902..c55a004a7 100644
--- a/docs/vaultSecretsSecret.python.md
+++ b/docs/vaultSecretsSecret.python.md
@@ -4,7 +4,7 @@
### VaultSecretsSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}.
#### Initializers
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
The name of the application the secret can be found in.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
---
@@ -120,7 +120,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.80.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
---
@@ -130,7 +130,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.80.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
---
@@ -603,7 +603,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.80.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.81.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use
---
@@ -1015,7 +1015,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.80.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
---
@@ -1029,7 +1029,7 @@ secret_name: str
The name of the secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
---
@@ -1043,7 +1043,7 @@ secret_value: str
The value of the secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
---
diff --git a/docs/vaultSecretsSecret.typescript.md b/docs/vaultSecretsSecret.typescript.md
index 22609db9f..61a5861c9 100644
--- a/docs/vaultSecretsSecret.typescript.md
+++ b/docs/vaultSecretsSecret.typescript.md
@@ -4,7 +4,7 @@
### VaultSecretsSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}.
#### Initializers
@@ -467,7 +467,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.80.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.81.0/docs/resources/vault_secrets_secret#import import section} in the documentation of this resource for the id to use
---
@@ -868,7 +868,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.80.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
---
@@ -882,7 +882,7 @@ public readonly secretName: string;
The name of the secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
---
@@ -896,7 +896,7 @@ public readonly secretValue: string;
The value of the secret.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
---
diff --git a/package.json b/package.json
index 4c0b7b93c..ce7209320 100644
--- a/package.json
+++ b/package.json
@@ -154,7 +154,7 @@
"isDeprecated": false,
"provider": {
"name": "registry.terraform.io/hashicorp/hcp",
- "version": "0.80.0"
+ "version": "0.81.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 784a7e8fa..13cf61de2 100644
--- a/src/aws-network-peering/README.md
+++ b/src/aws-network-peering/README.md
@@ -1,3 +1,3 @@
# `hcp_aws_network_peering`
-Refer to the Terraform Registry for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering).
+Refer to the Terraform Registry for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering).
diff --git a/src/aws-network-peering/index.ts b/src/aws-network-peering/index.ts
index 79f336392..74d395cf9 100644
--- a/src/aws-network-peering/index.ts
+++ b/src/aws-network-peering/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +28,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.80.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.81.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.80.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.81.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.80.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.81.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.80.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
*/
readonly peeringId: string;
/**
@@ -55,27 +55,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.80.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}
*/
readonly delete?: string;
}
@@ -227,7 +227,7 @@ export class AwsNetworkPeeringTimeoutsOutputReference extends cdktf.ComplexObjec
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering hcp_aws_network_peering}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering hcp_aws_network_peering}
*/
export class AwsNetworkPeering extends cdktf.TerraformResource {
@@ -243,7 +243,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.80.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.81.0/docs/resources/aws_network_peering#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the AwsNetworkPeering to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -255,7 +255,7 @@ export class AwsNetworkPeering extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_network_peering hcp_aws_network_peering} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_network_peering hcp_aws_network_peering} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -266,7 +266,7 @@ export class AwsNetworkPeering extends cdktf.TerraformResource {
terraformResourceType: 'hcp_aws_network_peering',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 cacbcc021..18d210e58 100644
--- a/src/aws-transit-gateway-attachment/README.md
+++ b/src/aws-transit-gateway-attachment/README.md
@@ -1,3 +1,3 @@
# `hcp_aws_transit_gateway_attachment`
-Refer to the Terraform Registry for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment).
+Refer to the Terraform Registry for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 9936bdbc7..f611db616 100644
--- a/src/aws-transit-gateway-attachment/index.ts
+++ b/src/aws-transit-gateway-attachment/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.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.81.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.80.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +31,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.80.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.81.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.80.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.81.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.80.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.81.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.80.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.81.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.80.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}
*/
readonly delete?: string;
}
@@ -221,7 +221,7 @@ export class AwsTransitGatewayAttachmentTimeoutsOutputReference extends cdktf.Co
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}
*/
export class AwsTransitGatewayAttachment extends cdktf.TerraformResource {
@@ -237,7 +237,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.80.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.81.0/docs/resources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the AwsTransitGatewayAttachment to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -249,7 +249,7 @@ export class AwsTransitGatewayAttachment extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -260,7 +260,7 @@ export class AwsTransitGatewayAttachment extends cdktf.TerraformResource {
terraformResourceType: 'hcp_aws_transit_gateway_attachment',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/azure-peering-connection/README.md b/src/azure-peering-connection/README.md
index abf5dcaee..fd121f96a 100644
--- a/src/azure-peering-connection/README.md
+++ b/src/azure-peering-connection/README.md
@@ -1,3 +1,3 @@
# `hcp_azure_peering_connection`
-Refer to the Terraform Registry for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection).
+Refer to the Terraform Registry for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection).
diff --git a/src/azure-peering-connection/index.ts b/src/azure-peering-connection/index.ts
index 7a7211b24..08e9ecb6a 100644
--- a/src/azure-peering-connection/index.ts
+++ b/src/azure-peering-connection/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface AzurePeeringConnectionConfig extends cdktf.TerraformMetaArgumen
/**
* Whether the forwarded traffic originating from the peered VNet is allowed in the HVN
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#allow_forwarded_traffic AzurePeeringConnection#allow_forwarded_traffic}
*/
readonly allowForwardedTraffic?: boolean | cdktf.IResolvable;
/**
* The `self_link` of the HashiCorp Virtual Network (HVN).
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -34,63 +34,63 @@ export interface AzurePeeringConnectionConfig extends cdktf.TerraformMetaArgumen
/**
* The resource group name of the peer VNet in Azure.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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.80.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.81.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.80.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.81.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.80.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.81.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.80.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.81.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.80.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
*/
readonly peeringId: string;
/**
* If the HVN should use the gateway of the peered VNet
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#use_remote_gateways AzurePeeringConnection#use_remote_gateways}
*/
readonly useRemoteGateways?: boolean | cdktf.IResolvable;
/**
* timeouts block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}
*/
readonly delete?: string;
}
@@ -242,7 +242,7 @@ export class AzurePeeringConnectionTimeoutsOutputReference extends cdktf.Complex
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}
*/
export class AzurePeeringConnection extends cdktf.TerraformResource {
@@ -258,7 +258,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.80.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.81.0/docs/resources/azure_peering_connection#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the AzurePeeringConnection to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -270,7 +270,7 @@ export class AzurePeeringConnection extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/azure_peering_connection hcp_azure_peering_connection} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/azure_peering_connection hcp_azure_peering_connection} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -281,7 +281,7 @@ export class AzurePeeringConnection extends cdktf.TerraformResource {
terraformResourceType: 'hcp_azure_peering_connection',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/boundary-cluster/README.md b/src/boundary-cluster/README.md
index 85bb63ea5..c797444a2 100644
--- a/src/boundary-cluster/README.md
+++ b/src/boundary-cluster/README.md
@@ -1,3 +1,3 @@
# `hcp_boundary_cluster`
-Refer to the Terraform Registry for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster).
+Refer to the Terraform Registry for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster).
diff --git a/src/boundary-cluster/index.ts b/src/boundary-cluster/index.ts
index 2c344ac51..c457ef113 100644
--- a/src/boundary-cluster/index.ts
+++ b/src/boundary-cluster/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/boundary_cluster#id BoundaryCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +28,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.80.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
*/
readonly password: string;
/**
@@ -37,31 +37,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.80.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.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.81.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.80.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
*/
readonly timeouts?: BoundaryClusterTimeouts;
}
@@ -69,25 +69,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.80.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
*/
readonly upgradeType?: string;
}
@@ -258,15 +258,15 @@ export class BoundaryClusterMaintenanceWindowConfigOutputReference extends cdktf
}
export interface BoundaryClusterTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#create BoundaryCluster#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#create BoundaryCluster#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#default BoundaryCluster#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#default BoundaryCluster#default}
*/
readonly default?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}
*/
readonly delete?: string;
}
@@ -418,7 +418,7 @@ export class BoundaryClusterTimeoutsOutputReference extends cdktf.ComplexObject
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster hcp_boundary_cluster}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster hcp_boundary_cluster}
*/
export class BoundaryCluster extends cdktf.TerraformResource {
@@ -434,7 +434,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.80.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.81.0/docs/resources/boundary_cluster#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the BoundaryCluster to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -446,7 +446,7 @@ export class BoundaryCluster extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/boundary_cluster hcp_boundary_cluster} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/boundary_cluster hcp_boundary_cluster} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -457,7 +457,7 @@ export class BoundaryCluster extends cdktf.TerraformResource {
terraformResourceType: 'hcp_boundary_cluster',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 395ec9255..de9109f84 100644
--- a/src/consul-cluster-root-token/README.md
+++ b/src/consul-cluster-root-token/README.md
@@ -1,3 +1,3 @@
# `hcp_consul_cluster_root_token`
-Refer to the Terraform Registry for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token).
+Refer to the Terraform Registry for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 88f6283c7..c45836ae0 100644
--- a/src/consul-cluster-root-token/index.ts
+++ b/src/consul-cluster-root-token/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.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.81.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.80.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +31,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.80.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.81.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.80.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}
*/
readonly default?: string;
}
@@ -137,7 +137,7 @@ export class ConsulClusterRootTokenTimeoutsOutputReference extends cdktf.Complex
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}
*/
export class ConsulClusterRootToken extends cdktf.TerraformResource {
@@ -153,7 +153,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.80.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.81.0/docs/resources/consul_cluster_root_token#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ConsulClusterRootToken to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -165,7 +165,7 @@ export class ConsulClusterRootToken extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -176,7 +176,7 @@ export class ConsulClusterRootToken extends cdktf.TerraformResource {
terraformResourceType: 'hcp_consul_cluster_root_token',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/consul-cluster/README.md b/src/consul-cluster/README.md
index 0dd6fbf52..03cfcd2aa 100644
--- a/src/consul-cluster/README.md
+++ b/src/consul-cluster/README.md
@@ -1,3 +1,3 @@
# `hcp_consul_cluster`
-Refer to the Terraform Registry for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster).
+Refer to the Terraform Registry for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster).
diff --git a/src/consul-cluster/index.ts b/src/consul-cluster/index.ts
index da20b08bf..b28c9b74b 100644
--- a/src/consul-cluster/index.ts
+++ b/src/consul-cluster/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,35 +15,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.80.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.81.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.80.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_cluster#id ConsulCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +52,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.80.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.81.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.80.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
*/
readonly primaryLink?: string;
/**
@@ -67,37 +67,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.80.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_cluster#size ConsulCluster#size}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
*/
readonly timeouts?: ConsulClusterTimeouts;
}
@@ -105,13 +105,13 @@ export interface ConsulClusterIpAllowlistStruct {
/**
* IP address range in CIDR notation.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#address ConsulCluster#address}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_cluster#description ConsulCluster#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#description ConsulCluster#description}
*/
readonly description?: string;
}
@@ -253,19 +253,19 @@ export class ConsulClusterIpAllowlistStructList extends cdktf.ComplexList {
}
export interface ConsulClusterTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#create ConsulCluster#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#create ConsulCluster#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#default ConsulCluster#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#default ConsulCluster#default}
*/
readonly default?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#delete ConsulCluster#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#delete ConsulCluster#delete}
*/
readonly delete?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster#update ConsulCluster#update}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster#update ConsulCluster#update}
*/
readonly update?: string;
}
@@ -446,7 +446,7 @@ export class ConsulClusterTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster hcp_consul_cluster}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster hcp_consul_cluster}
*/
export class ConsulCluster extends cdktf.TerraformResource {
@@ -462,7 +462,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.80.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.81.0/docs/resources/consul_cluster#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ConsulCluster to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -474,7 +474,7 @@ export class ConsulCluster extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_cluster hcp_consul_cluster} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_cluster hcp_consul_cluster} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -485,7 +485,7 @@ export class ConsulCluster extends cdktf.TerraformResource {
terraformResourceType: 'hcp_consul_cluster',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/consul-snapshot/README.md b/src/consul-snapshot/README.md
index c7cac70a2..40391a98f 100644
--- a/src/consul-snapshot/README.md
+++ b/src/consul-snapshot/README.md
@@ -1,3 +1,3 @@
# `hcp_consul_snapshot`
-Refer to the Terraform Registry for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot).
+Refer to the Terraform Registry for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot).
diff --git a/src/consul-snapshot/index.ts b/src/consul-snapshot/index.ts
index f335d35ad..b06fdc7f2 100644
--- a/src/consul-snapshot/index.ts
+++ b/src/consul-snapshot/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +31,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.80.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}
*/
readonly default?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}
*/
readonly delete?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}
*/
readonly update?: string;
}
@@ -242,7 +242,7 @@ export class ConsulSnapshotTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot hcp_consul_snapshot}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot hcp_consul_snapshot}
*/
export class ConsulSnapshot extends cdktf.TerraformResource {
@@ -258,7 +258,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.80.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.81.0/docs/resources/consul_snapshot#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ConsulSnapshot to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -270,7 +270,7 @@ export class ConsulSnapshot extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/consul_snapshot hcp_consul_snapshot} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/consul_snapshot hcp_consul_snapshot} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -281,7 +281,7 @@ export class ConsulSnapshot extends cdktf.TerraformResource {
terraformResourceType: 'hcp_consul_snapshot',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 ece37c693..aff37f698 100644
--- a/src/data-hcp-aws-network-peering/README.md
+++ b/src/data-hcp-aws-network-peering/README.md
@@ -1,3 +1,3 @@
# `data_hcp_aws_network_peering`
-Refer to the Terraform Registry for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering).
+Refer to the Terraform Registry for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 516d198bd..22bd5b49b 100644
--- a/src/data-hcp-aws-network-peering/index.ts
+++ b/src/data-hcp-aws-network-peering/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.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.81.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.80.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +28,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.80.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.81.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
*/
readonly peeringId: string;
/**
@@ -37,25 +37,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.80.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.81.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.80.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.81.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.80.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}
*/
readonly read?: string;
}
@@ -149,7 +149,7 @@ export class DataHcpAwsNetworkPeeringTimeoutsOutputReference extends cdktf.Compl
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}
*/
export class DataHcpAwsNetworkPeering extends cdktf.TerraformDataSource {
@@ -165,7 +165,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.80.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.81.0/docs/data-sources/aws_network_peering#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpAwsNetworkPeering to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -177,7 +177,7 @@ export class DataHcpAwsNetworkPeering extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_network_peering hcp_aws_network_peering} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -188,7 +188,7 @@ export class DataHcpAwsNetworkPeering extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_aws_network_peering',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 d08313592..7d06ba5cd 100644
--- a/src/data-hcp-aws-transit-gateway-attachment/README.md
+++ b/src/data-hcp-aws-transit-gateway-attachment/README.md
@@ -1,3 +1,3 @@
# `data_hcp_aws_transit_gateway_attachment`
-Refer to the Terraform Registry for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment).
+Refer to the Terraform Registry for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 fb1243375..34f4e019d 100644
--- a/src/data-hcp-aws-transit-gateway-attachment/index.ts
+++ b/src/data-hcp-aws-transit-gateway-attachment/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.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.81.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.80.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +31,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.80.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.81.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.80.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.81.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.80.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.81.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.80.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}
*/
readonly default?: string;
}
@@ -149,7 +149,7 @@ export class DataHcpAwsTransitGatewayAttachmentTimeoutsOutputReference extends c
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}
*/
export class DataHcpAwsTransitGatewayAttachment extends cdktf.TerraformDataSource {
@@ -165,7 +165,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.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpAwsTransitGatewayAttachment to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -177,7 +177,7 @@ export class DataHcpAwsTransitGatewayAttachment extends cdktf.TerraformDataSourc
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -188,7 +188,7 @@ export class DataHcpAwsTransitGatewayAttachment extends cdktf.TerraformDataSourc
terraformResourceType: 'hcp_aws_transit_gateway_attachment',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 8b02e67fa..b01cfb869 100644
--- a/src/data-hcp-azure-peering-connection/README.md
+++ b/src/data-hcp-azure-peering-connection/README.md
@@ -1,3 +1,3 @@
# `data_hcp_azure_peering_connection`
-Refer to the Terraform Registry for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection).
+Refer to the Terraform Registry for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 7da00c731..6570e0f45 100644
--- a/src/data-hcp-azure-peering-connection/index.ts
+++ b/src/data-hcp-azure-peering-connection/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.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.81.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.80.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +28,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.80.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.81.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.80.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.81.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.80.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}
*/
readonly read?: string;
}
@@ -140,7 +140,7 @@ export class DataHcpAzurePeeringConnectionTimeoutsOutputReference extends cdktf.
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}
*/
export class DataHcpAzurePeeringConnection extends cdktf.TerraformDataSource {
@@ -156,7 +156,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.80.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.81.0/docs/data-sources/azure_peering_connection#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpAzurePeeringConnection to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -168,7 +168,7 @@ export class DataHcpAzurePeeringConnection extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -179,7 +179,7 @@ export class DataHcpAzurePeeringConnection extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_azure_peering_connection',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 5aa37775e..6ac3d1533 100644
--- a/src/data-hcp-boundary-cluster/README.md
+++ b/src/data-hcp-boundary-cluster/README.md
@@ -1,3 +1,3 @@
# `data_hcp_boundary_cluster`
-Refer to the Terraform Registry for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster).
+Refer to the Terraform Registry for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 c8e967e91..af3b8cd9d 100644
--- a/src/data-hcp-boundary-cluster/index.ts
+++ b/src/data-hcp-boundary-cluster/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +31,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.80.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
*/
readonly timeouts?: DataHcpBoundaryClusterTimeouts;
}
@@ -133,7 +133,7 @@ export class DataHcpBoundaryClusterMaintenanceWindowConfigList extends cdktf.Com
}
export interface DataHcpBoundaryClusterTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}
*/
readonly default?: string;
}
@@ -227,7 +227,7 @@ export class DataHcpBoundaryClusterTimeoutsOutputReference extends cdktf.Complex
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}
*/
export class DataHcpBoundaryCluster extends cdktf.TerraformDataSource {
@@ -243,7 +243,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.80.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.81.0/docs/data-sources/boundary_cluster#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpBoundaryCluster to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -255,7 +255,7 @@ export class DataHcpBoundaryCluster extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/boundary_cluster hcp_boundary_cluster} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/boundary_cluster hcp_boundary_cluster} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -266,7 +266,7 @@ export class DataHcpBoundaryCluster extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_boundary_cluster',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 125597261..f43ac3054 100644
--- a/src/data-hcp-consul-agent-helm-config/README.md
+++ b/src/data-hcp-consul-agent-helm-config/README.md
@@ -1,3 +1,3 @@
# `data_hcp_consul_agent_helm_config`
-Refer to the Terraform Registry for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config).
+Refer to the Terraform Registry for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 a9337ca15..c5ce86d65 100644
--- a/src/data-hcp-consul-agent-helm-config/index.ts
+++ b/src/data-hcp-consul-agent-helm-config/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,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.80.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.81.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.80.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.81.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.80.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +34,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.80.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.81.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
*/
readonly kubernetesEndpoint: string;
/**
@@ -43,19 +43,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.80.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.81.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.80.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}
*/
readonly default?: string;
}
@@ -149,7 +149,7 @@ export class DataHcpConsulAgentHelmConfigTimeoutsOutputReference extends cdktf.C
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}
*/
export class DataHcpConsulAgentHelmConfig extends cdktf.TerraformDataSource {
@@ -165,7 +165,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.80.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.81.0/docs/data-sources/consul_agent_helm_config#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpConsulAgentHelmConfig to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -177,7 +177,7 @@ export class DataHcpConsulAgentHelmConfig extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -188,7 +188,7 @@ export class DataHcpConsulAgentHelmConfig extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_consul_agent_helm_config',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 4c61b7a8f..ecd568355 100644
--- a/src/data-hcp-consul-agent-kubernetes-secret/README.md
+++ b/src/data-hcp-consul-agent-kubernetes-secret/README.md
@@ -1,3 +1,3 @@
# `data_hcp_consul_agent_kubernetes_secret`
-Refer to the Terraform Registry for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret).
+Refer to the Terraform Registry for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 6d2a01c32..44bfa7b26 100644
--- a/src/data-hcp-consul-agent-kubernetes-secret/index.ts
+++ b/src/data-hcp-consul-agent-kubernetes-secret/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.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.81.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.80.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +31,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.80.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.81.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.80.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}
*/
readonly default?: string;
}
@@ -137,7 +137,7 @@ export class DataHcpConsulAgentKubernetesSecretTimeoutsOutputReference extends c
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}
*/
export class DataHcpConsulAgentKubernetesSecret extends cdktf.TerraformDataSource {
@@ -153,7 +153,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.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpConsulAgentKubernetesSecret to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -165,7 +165,7 @@ export class DataHcpConsulAgentKubernetesSecret extends cdktf.TerraformDataSourc
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -176,7 +176,7 @@ export class DataHcpConsulAgentKubernetesSecret extends cdktf.TerraformDataSourc
terraformResourceType: 'hcp_consul_agent_kubernetes_secret',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 13a24ddf8..48df6be81 100644
--- a/src/data-hcp-consul-cluster/README.md
+++ b/src/data-hcp-consul-cluster/README.md
@@ -1,3 +1,3 @@
# `data_hcp_consul_cluster`
-Refer to the Terraform Registry for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster).
+Refer to the Terraform Registry for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 60a9db711..786354233 100644
--- a/src/data-hcp-consul-cluster/index.ts
+++ b/src/data-hcp-consul-cluster/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +31,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.80.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
*/
readonly timeouts?: DataHcpConsulClusterTimeouts;
}
@@ -123,7 +123,7 @@ export class DataHcpConsulClusterIpAllowlistStructList extends cdktf.ComplexList
}
export interface DataHcpConsulClusterTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}
*/
readonly default?: string;
}
@@ -217,7 +217,7 @@ export class DataHcpConsulClusterTimeoutsOutputReference extends cdktf.ComplexOb
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster hcp_consul_cluster}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster hcp_consul_cluster}
*/
export class DataHcpConsulCluster extends cdktf.TerraformDataSource {
@@ -233,7 +233,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.80.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.81.0/docs/data-sources/consul_cluster#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpConsulCluster to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -245,7 +245,7 @@ export class DataHcpConsulCluster extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_cluster hcp_consul_cluster} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_cluster hcp_consul_cluster} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -256,7 +256,7 @@ export class DataHcpConsulCluster extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_consul_cluster',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 ca8a55163..406ea2e4d 100644
--- a/src/data-hcp-consul-versions/README.md
+++ b/src/data-hcp-consul-versions/README.md
@@ -1,3 +1,3 @@
# `data_hcp_consul_versions`
-Refer to the Terraform Registry for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions).
+Refer to the Terraform Registry for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 c4dad5d77..d324e1073 100644
--- a/src/data-hcp-consul-versions/index.ts
+++ b/src/data-hcp-consul-versions/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,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.80.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +22,13 @@ export interface DataHcpConsulVersionsConfig extends cdktf.TerraformMetaArgument
/**
* timeouts block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}
*/
readonly default?: string;
}
@@ -122,7 +122,7 @@ export class DataHcpConsulVersionsTimeoutsOutputReference extends cdktf.ComplexO
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions hcp_consul_versions}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions hcp_consul_versions}
*/
export class DataHcpConsulVersions extends cdktf.TerraformDataSource {
@@ -138,7 +138,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.80.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.81.0/docs/data-sources/consul_versions#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpConsulVersions to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -150,7 +150,7 @@ export class DataHcpConsulVersions extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/consul_versions hcp_consul_versions} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/consul_versions hcp_consul_versions} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -161,7 +161,7 @@ export class DataHcpConsulVersions extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_consul_versions',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 01401c5a5..edcb48552 100644
--- a/src/data-hcp-hvn-peering-connection/README.md
+++ b/src/data-hcp-hvn-peering-connection/README.md
@@ -1,3 +1,3 @@
# `data_hcp_hvn_peering_connection`
-Refer to the Terraform Registry for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection).
+Refer to the Terraform Registry for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 bb1bbafbe..4d31e0ef7 100644
--- a/src/data-hcp-hvn-peering-connection/index.ts
+++ b/src/data-hcp-hvn-peering-connection/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,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.80.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.81.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.80.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.81.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.80.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +34,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.80.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.81.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.80.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.81.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.80.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}
*/
readonly default?: string;
}
@@ -146,7 +146,7 @@ export class DataHcpHvnPeeringConnectionTimeoutsOutputReference extends cdktf.Co
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}
*/
export class DataHcpHvnPeeringConnection extends cdktf.TerraformDataSource {
@@ -162,7 +162,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.80.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.81.0/docs/data-sources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpHvnPeeringConnection to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -174,7 +174,7 @@ export class DataHcpHvnPeeringConnection extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -185,7 +185,7 @@ export class DataHcpHvnPeeringConnection extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_hvn_peering_connection',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 078accb69..d698cc5db 100644
--- a/src/data-hcp-hvn-route/README.md
+++ b/src/data-hcp-hvn-route/README.md
@@ -1,3 +1,3 @@
# `data_hcp_hvn_route`
-Refer to the Terraform Registry for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route).
+Refer to the Terraform Registry for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 a289aa6d7..182abe940 100644
--- a/src/data-hcp-hvn-route/index.ts
+++ b/src/data-hcp-hvn-route/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,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.80.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.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.81.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.80.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -34,13 +34,13 @@ export interface DataHcpHvnRouteConfig extends cdktf.TerraformMetaArguments {
/**
* The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
*/
readonly timeouts?: DataHcpHvnRouteTimeouts;
}
@@ -126,7 +126,7 @@ export class DataHcpHvnRouteAzureConfigList extends cdktf.ComplexList {
}
export interface DataHcpHvnRouteTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}
*/
readonly default?: string;
}
@@ -220,7 +220,7 @@ export class DataHcpHvnRouteTimeoutsOutputReference extends cdktf.ComplexObject
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route hcp_hvn_route}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route hcp_hvn_route}
*/
export class DataHcpHvnRoute extends cdktf.TerraformDataSource {
@@ -236,7 +236,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.80.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.81.0/docs/data-sources/hvn_route#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpHvnRoute to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -248,7 +248,7 @@ export class DataHcpHvnRoute extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn_route hcp_hvn_route} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn_route hcp_hvn_route} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -259,7 +259,7 @@ export class DataHcpHvnRoute extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_hvn_route',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/data-hcp-hvn/README.md b/src/data-hcp-hvn/README.md
index 1fe8ba8a2..2ef2db941 100644
--- a/src/data-hcp-hvn/README.md
+++ b/src/data-hcp-hvn/README.md
@@ -1,3 +1,3 @@
# `data_hcp_hvn`
-Refer to the Terraform Registry for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn).
+Refer to the Terraform Registry for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn).
diff --git a/src/data-hcp-hvn/index.ts b/src/data-hcp-hvn/index.ts
index 08da89cc4..812da447d 100644
--- a/src/data-hcp-hvn/index.ts
+++ b/src/data-hcp-hvn/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/hvn#id DataHcpHvn#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +31,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.80.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/hvn#default DataHcpHvn#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn#default DataHcpHvn#default}
*/
readonly default?: string;
}
@@ -137,7 +137,7 @@ export class DataHcpHvnTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn hcp_hvn}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn hcp_hvn}
*/
export class DataHcpHvn extends cdktf.TerraformDataSource {
@@ -153,7 +153,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.80.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.81.0/docs/data-sources/hvn#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpHvn to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -165,7 +165,7 @@ export class DataHcpHvn extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/hvn hcp_hvn} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/hvn hcp_hvn} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -176,7 +176,7 @@ export class DataHcpHvn extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_hvn',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/data-hcp-iam-policy/README.md b/src/data-hcp-iam-policy/README.md
index 76b2d7b23..9efa3df89 100644
--- a/src/data-hcp-iam-policy/README.md
+++ b/src/data-hcp-iam-policy/README.md
@@ -1,3 +1,3 @@
# `data_hcp_iam_policy`
-Refer to the Terraform Registry for docs: [`data_hcp_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy).
+Refer to the Terraform Registry for docs: [`data_hcp_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy).
diff --git a/src/data-hcp-iam-policy/index.ts b/src/data-hcp-iam-policy/index.ts
index 2631b43b7..e98052a23 100644
--- a/src/data-hcp-iam-policy/index.ts
+++ b/src/data-hcp-iam-policy/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,7 +15,7 @@ export interface DataHcpIamPolicyConfig extends cdktf.TerraformMetaArguments {
/**
* A binding associates a set of principals to a role.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#bindings DataHcpIamPolicy#bindings}
*/
readonly bindings: DataHcpIamPolicyBindings[] | cdktf.IResolvable;
}
@@ -23,13 +23,13 @@ export interface DataHcpIamPolicyBindings {
/**
* The set of principals to bind to the given role.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#principals DataHcpIamPolicy#principals}
*/
readonly principals: string[];
/**
* The role name to bind to the given principals.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#role DataHcpIamPolicy#role}
*/
readonly role: string;
}
@@ -168,7 +168,7 @@ export class DataHcpIamPolicyBindingsList extends cdktf.ComplexList {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy hcp_iam_policy}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy hcp_iam_policy}
*/
export class DataHcpIamPolicy extends cdktf.TerraformDataSource {
@@ -184,7 +184,7 @@ export class DataHcpIamPolicy extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataHcpIamPolicy resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataHcpIamPolicy to import
- * @param importFromId The id of the existing DataHcpIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataHcpIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpIamPolicy to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -196,7 +196,7 @@ export class DataHcpIamPolicy extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/iam_policy hcp_iam_policy} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/iam_policy hcp_iam_policy} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -207,7 +207,7 @@ export class DataHcpIamPolicy extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_iam_policy',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/data-hcp-organization/README.md b/src/data-hcp-organization/README.md
index cd69bd1c5..af147b9f3 100644
--- a/src/data-hcp-organization/README.md
+++ b/src/data-hcp-organization/README.md
@@ -1,3 +1,3 @@
# `data_hcp_organization`
-Refer to the Terraform Registry for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/organization).
+Refer to the Terraform Registry for docs: [`data_hcp_organization`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/organization).
diff --git a/src/data-hcp-organization/index.ts b/src/data-hcp-organization/index.ts
index 74518fd0e..c8c7b89ea 100644
--- a/src/data-hcp-organization/index.ts
+++ b/src/data-hcp-organization/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/organization
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/organization
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,7 +15,7 @@ export interface DataHcpOrganizationConfig extends cdktf.TerraformMetaArguments
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/organization hcp_organization}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/organization hcp_organization}
*/
export class DataHcpOrganization extends cdktf.TerraformDataSource {
@@ -31,7 +31,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.80.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.81.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 +43,7 @@ export class DataHcpOrganization extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/organization hcp_organization} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +54,7 @@ export class DataHcpOrganization extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_organization',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 0bf206e8a..3772433d9 100644
--- a/src/data-hcp-packer-bucket-names/README.md
+++ b/src/data-hcp-packer-bucket-names/README.md
@@ -1,3 +1,3 @@
# `data_hcp_packer_bucket_names`
-Refer to the Terraform Registry for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names).
+Refer to the Terraform Registry for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 1cfc39dc8..c0625b5f1 100644
--- a/src/data-hcp-packer-bucket-names/index.ts
+++ b/src/data-hcp-packer-bucket-names/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,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.80.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +22,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.80.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.81.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.80.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}
*/
readonly default?: string;
}
@@ -128,7 +128,7 @@ export class DataHcpPackerBucketNamesTimeoutsOutputReference extends cdktf.Compl
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}
*/
export class DataHcpPackerBucketNames extends cdktf.TerraformDataSource {
@@ -144,7 +144,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.80.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.81.0/docs/data-sources/packer_bucket_names#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpPackerBucketNames to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -156,7 +156,7 @@ export class DataHcpPackerBucketNames extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -167,7 +167,7 @@ export class DataHcpPackerBucketNames extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_packer_bucket_names',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 de6583b33..fd798c1a9 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 Registry for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image).
+Refer to the Terraform Registry for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 237a628da..192263148 100644
--- a/src/data-hcp-packer-image/index.ts
+++ b/src/data-hcp-packer-image/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,29 +15,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.80.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +46,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.80.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
*/
readonly iterationId?: string;
/**
@@ -55,25 +55,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.80.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}
*/
readonly default?: string;
}
@@ -167,7 +167,7 @@ export class DataHcpPackerImageTimeoutsOutputReference extends cdktf.ComplexObje
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image hcp_packer_image}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_image hcp_packer_image}
*/
export class DataHcpPackerImage extends cdktf.TerraformDataSource {
@@ -183,7 +183,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.80.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.81.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) {
@@ -195,7 +195,7 @@ export class DataHcpPackerImage extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_image hcp_packer_image} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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
@@ -206,7 +206,7 @@ export class DataHcpPackerImage extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_packer_image',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 36db96168..bfbb6b4ca 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 Registry for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration).
+Refer to the Terraform Registry for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 f8c9c8b77..f5b895ca1 100644
--- a/src/data-hcp-packer-iteration/index.ts
+++ b/src/data-hcp-packer-iteration/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,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.80.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +37,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.80.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}
*/
readonly default?: string;
}
@@ -143,7 +143,7 @@ export class DataHcpPackerIterationTimeoutsOutputReference extends cdktf.Complex
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration hcp_packer_iteration}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_iteration hcp_packer_iteration}
*/
export class DataHcpPackerIteration extends cdktf.TerraformDataSource {
@@ -159,7 +159,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.80.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.81.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) {
@@ -171,7 +171,7 @@ export class DataHcpPackerIteration extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_iteration hcp_packer_iteration} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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
@@ -182,7 +182,7 @@ export class DataHcpPackerIteration extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_packer_iteration',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 63465912c..0c6353c11 100644
--- a/src/data-hcp-packer-run-task/README.md
+++ b/src/data-hcp-packer-run-task/README.md
@@ -1,3 +1,3 @@
# `data_hcp_packer_run_task`
-Refer to the Terraform Registry for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task).
+Refer to the Terraform Registry for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 f6d460ce1..23f07e514 100644
--- a/src/data-hcp-packer-run-task/index.ts
+++ b/src/data-hcp-packer-run-task/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,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.80.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +25,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.80.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.81.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.80.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}
*/
readonly default?: string;
}
@@ -131,7 +131,7 @@ export class DataHcpPackerRunTaskTimeoutsOutputReference extends cdktf.ComplexOb
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/packer_run_task hcp_packer_run_task}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/packer_run_task hcp_packer_run_task}
*/
export class DataHcpPackerRunTask extends cdktf.TerraformDataSource {
@@ -147,7 +147,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.80.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.81.0/docs/data-sources/packer_run_task#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpPackerRunTask to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -159,7 +159,7 @@ export class DataHcpPackerRunTask extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/data-sources/packer_run_task hcp_packer_run_task} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -170,7 +170,7 @@ export class DataHcpPackerRunTask extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_packer_run_task',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/data-hcp-project/README.md b/src/data-hcp-project/README.md
index 8aff00df4..9d42c64c4 100644
--- a/src/data-hcp-project/README.md
+++ b/src/data-hcp-project/README.md
@@ -1,3 +1,3 @@
# `data_hcp_project`
-Refer to the Terraform Registry for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project).
+Refer to the Terraform Registry for docs: [`data_hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project).
diff --git a/src/data-hcp-project/index.ts b/src/data-hcp-project/index.ts
index 74f8e6179..298ad8b4e 100644
--- a/src/data-hcp-project/index.ts
+++ b/src/data-hcp-project/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,13 +15,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.80.0/docs/data-sources/project#project DataHcpProject#project}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project#project DataHcpProject#project}
*/
readonly project?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project hcp_project}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/project hcp_project}
*/
export class DataHcpProject extends cdktf.TerraformDataSource {
@@ -37,7 +37,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.80.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.81.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 +49,7 @@ export class DataHcpProject extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/project hcp_project} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +60,7 @@ export class DataHcpProject extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_project',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/data-hcp-service-principal/README.md b/src/data-hcp-service-principal/README.md
index dd86b480b..6882fa8e5 100644
--- a/src/data-hcp-service-principal/README.md
+++ b/src/data-hcp-service-principal/README.md
@@ -1,3 +1,3 @@
# `data_hcp_service_principal`
-Refer to the Terraform Registry for docs: [`data_hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal).
+Refer to the Terraform Registry for docs: [`data_hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal).
diff --git a/src/data-hcp-service-principal/index.ts b/src/data-hcp-service-principal/index.ts
index 6911260f9..ea97c75c6 100644
--- a/src/data-hcp-service-principal/index.ts
+++ b/src/data-hcp-service-principal/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,13 +15,13 @@ export interface DataHcpServicePrincipalConfig extends cdktf.TerraformMetaArgume
/**
* The service principal's resource name in format `iam/project//service-principal/` or `iam/organization//service-principal/`
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal#resource_name DataHcpServicePrincipal#resource_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/service_principal hcp_service_principal}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal hcp_service_principal}
*/
export class DataHcpServicePrincipal extends cdktf.TerraformDataSource {
@@ -37,7 +37,7 @@ export class DataHcpServicePrincipal extends cdktf.TerraformDataSource {
* Generates CDKTF code for importing a DataHcpServicePrincipal resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataHcpServicePrincipal to import
- * @param importFromId The id of the existing DataHcpServicePrincipal that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing DataHcpServicePrincipal that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpServicePrincipal to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -49,7 +49,7 @@ export class DataHcpServicePrincipal extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/service_principal hcp_service_principal} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/service_principal hcp_service_principal} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -60,7 +60,7 @@ export class DataHcpServicePrincipal extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_service_principal',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/data-hcp-vault-cluster/README.md b/src/data-hcp-vault-cluster/README.md
index d9d68e5a1..4c219c467 100644
--- a/src/data-hcp-vault-cluster/README.md
+++ b/src/data-hcp-vault-cluster/README.md
@@ -1,3 +1,3 @@
# `data_hcp_vault_cluster`
-Refer to the Terraform Registry for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster).
+Refer to the Terraform Registry for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 0d2ff8166..7095dae78 100644
--- a/src/data-hcp-vault-cluster/index.ts
+++ b/src/data-hcp-vault-cluster/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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,28 +31,108 @@ 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.80.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.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.81.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.80.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
*/
readonly timeouts?: DataHcpVaultClusterTimeouts;
}
+export interface DataHcpVaultClusterIpAllowlistStruct {
+}
+
+export function dataHcpVaultClusterIpAllowlistStructToTerraform(struct?: DataHcpVaultClusterIpAllowlistStruct): any {
+ if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; }
+ if (cdktf.isComplexElement(struct)) {
+ throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration");
+ }
+ return {
+ }
+}
+
+
+export function dataHcpVaultClusterIpAllowlistStructToHclTerraform(struct?: DataHcpVaultClusterIpAllowlistStruct): any {
+ if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; }
+ if (cdktf.isComplexElement(struct)) {
+ throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration");
+ }
+ const attrs = {
+ };
+ return attrs;
+}
+
+export class DataHcpVaultClusterIpAllowlistStructOutputReference extends cdktf.ComplexObject {
+ private isEmptyObject = false;
+
+ /**
+ * @param terraformResource The parent resource
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
+ * @param complexObjectIndex the index of this item in the list
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
+ */
+ public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean) {
+ super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex);
+ }
+
+ public get internalValue(): DataHcpVaultClusterIpAllowlistStruct | undefined {
+ let hasAnyValues = this.isEmptyObject;
+ const internalValueResult: any = {};
+ return hasAnyValues ? internalValueResult : undefined;
+ }
+
+ public set internalValue(value: DataHcpVaultClusterIpAllowlistStruct | undefined) {
+ if (value === undefined) {
+ this.isEmptyObject = false;
+ }
+ else {
+ this.isEmptyObject = Object.keys(value).length === 0;
+ }
+ }
+
+ // address - computed: true, optional: false, required: false
+ public get address() {
+ return this.getStringAttribute('address');
+ }
+
+ // description - computed: true, optional: false, required: false
+ public get description() {
+ return this.getStringAttribute('description');
+ }
+}
+
+export class DataHcpVaultClusterIpAllowlistStructList extends cdktf.ComplexList {
+
+ /**
+ * @param terraformResource The parent resource
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
+ */
+ constructor(protected terraformResource: cdktf.IInterpolatingParent, protected terraformAttribute: string, protected wrapsSet: boolean) {
+ super(terraformResource, terraformAttribute, wrapsSet)
+ }
+
+ /**
+ * @param index the index of the item to return
+ */
+ public get(index: number): DataHcpVaultClusterIpAllowlistStructOutputReference {
+ return new DataHcpVaultClusterIpAllowlistStructOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
+ }
+}
export interface DataHcpVaultClusterMajorVersionUpgradeConfig {
}
@@ -559,7 +639,7 @@ export class DataHcpVaultClusterMetricsConfigList extends cdktf.ComplexList {
}
export interface DataHcpVaultClusterTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}
*/
readonly default?: string;
}
@@ -653,7 +733,7 @@ export class DataHcpVaultClusterTimeoutsOutputReference extends cdktf.ComplexObj
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster hcp_vault_cluster}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_cluster hcp_vault_cluster}
*/
export class DataHcpVaultCluster extends cdktf.TerraformDataSource {
@@ -669,7 +749,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.80.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.81.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) {
@@ -681,7 +761,7 @@ export class DataHcpVaultCluster extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_cluster hcp_vault_cluster} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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
@@ -692,7 +772,7 @@ export class DataHcpVaultCluster extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_vault_cluster',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
@@ -759,6 +839,12 @@ export class DataHcpVaultCluster extends cdktf.TerraformDataSource {
return this._id;
}
+ // ip_allowlist - computed: true, optional: false, required: false
+ private _ipAllowlist = new DataHcpVaultClusterIpAllowlistStructList(this, "ip_allowlist", false);
+ public get ipAllowlist() {
+ return this._ipAllowlist;
+ }
+
// major_version_upgrade_config - computed: true, optional: false, required: false
private _majorVersionUpgradeConfig = new DataHcpVaultClusterMajorVersionUpgradeConfigList(this, "major_version_upgrade_config", false);
public get majorVersionUpgradeConfig() {
diff --git a/src/data-hcp-vault-plugin/README.md b/src/data-hcp-vault-plugin/README.md
index cdd56daa3..43fcc5026 100644
--- a/src/data-hcp-vault-plugin/README.md
+++ b/src/data-hcp-vault-plugin/README.md
@@ -1,3 +1,3 @@
# `data_hcp_vault_plugin`
-Refer to the Terraform Registry for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin).
+Refer to the Terraform Registry for docs: [`data_hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 bd6760a79..9185e96ac 100644
--- a/src/data-hcp-vault-plugin/index.ts
+++ b/src/data-hcp-vault-plugin/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.0/docs/data-sources/vault_plugin#cluster_id DataHcpVaultPlugin#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/vault_plugin#id DataHcpVaultPlugin#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +28,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.80.0/docs/data-sources/vault_plugin#plugin_name DataHcpVaultPlugin#plugin_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#plugin_type DataHcpVaultPlugin#plugin_type}
*/
readonly pluginType: string;
/**
@@ -43,19 +43,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.80.0/docs/data-sources/vault_plugin#project_id DataHcpVaultPlugin#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/vault_plugin#timeouts DataHcpVaultPlugin#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin#default DataHcpVaultPlugin#default}
*/
readonly default?: string;
}
@@ -149,7 +149,7 @@ export class DataHcpVaultPluginTimeoutsOutputReference extends cdktf.ComplexObje
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin hcp_vault_plugin}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin hcp_vault_plugin}
*/
export class DataHcpVaultPlugin extends cdktf.TerraformDataSource {
@@ -165,7 +165,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.80.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.81.0/docs/data-sources/vault_plugin#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataHcpVaultPlugin to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -177,7 +177,7 @@ export class DataHcpVaultPlugin extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_plugin hcp_vault_plugin} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_plugin hcp_vault_plugin} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -188,7 +188,7 @@ export class DataHcpVaultPlugin extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_vault_plugin',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 9a5b71117..b437d48a4 100644
--- a/src/data-hcp-vault-secrets-app/README.md
+++ b/src/data-hcp-vault-secrets-app/README.md
@@ -1,3 +1,3 @@
# `data_hcp_vault_secrets_app`
-Refer to the Terraform Registry for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_secrets_app).
+Refer to the Terraform Registry for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 375368af6..6d3874f7d 100644
--- a/src/data-hcp-vault-secrets-app/index.ts
+++ b/src/data-hcp-vault-secrets-app/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_secrets_app
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_secrets_app
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,13 +15,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.80.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.81.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.80.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}
*/
export class DataHcpVaultSecretsApp extends cdktf.TerraformDataSource {
@@ -37,7 +37,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.80.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.81.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 +49,7 @@ export class DataHcpVaultSecretsApp extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 +60,7 @@ export class DataHcpVaultSecretsApp extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_vault_secrets_app',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.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 2b940d635..b8b80390c 100644
--- a/src/data-hcp-vault-secrets-secret/README.md
+++ b/src/data-hcp-vault-secrets-secret/README.md
@@ -1,3 +1,3 @@
# `data_hcp_vault_secrets_secret`
-Refer to the Terraform Registry for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_secrets_secret).
+Refer to the Terraform Registry for docs: [`data_hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 dfa47d2f6..c4e71ad2e 100644
--- a/src/data-hcp-vault-secrets-secret/index.ts
+++ b/src/data-hcp-vault-secrets-secret/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/data-sources/vault_secrets_secret
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_secrets_secret
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,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.80.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.81.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.80.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.81.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.80.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/data-sources/vault_secrets_secret hcp_vault_secrets_secret}
*/
export class DataHcpVaultSecretsSecret extends cdktf.TerraformDataSource {
@@ -43,7 +43,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.80.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.81.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 +55,7 @@ export class DataHcpVaultSecretsSecret extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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 +66,7 @@ export class DataHcpVaultSecretsSecret extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_vault_secrets_secret',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/hvn-peering-connection/README.md b/src/hvn-peering-connection/README.md
index 0d8fbf00d..7a1378cd3 100644
--- a/src/hvn-peering-connection/README.md
+++ b/src/hvn-peering-connection/README.md
@@ -1,3 +1,3 @@
# `hcp_hvn_peering_connection`
-Refer to the Terraform Registry for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection).
+Refer to the Terraform Registry for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection).
diff --git a/src/hvn-peering-connection/index.ts b/src/hvn-peering-connection/index.ts
index 9af1ded28..af63c607d 100644
--- a/src/hvn-peering-connection/index.ts
+++ b/src/hvn-peering-connection/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,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.80.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +34,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.80.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}
*/
readonly delete?: string;
}
@@ -206,7 +206,7 @@ export class HvnPeeringConnectionTimeoutsOutputReference extends cdktf.ComplexOb
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}
*/
export class HvnPeeringConnection extends cdktf.TerraformResource {
@@ -222,7 +222,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.80.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.81.0/docs/resources/hvn_peering_connection#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the HvnPeeringConnection to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -234,7 +234,7 @@ export class HvnPeeringConnection extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -245,7 +245,7 @@ export class HvnPeeringConnection extends cdktf.TerraformResource {
terraformResourceType: 'hcp_hvn_peering_connection',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/hvn-route/README.md b/src/hvn-route/README.md
index 9c1ed0038..9b75cabee 100644
--- a/src/hvn-route/README.md
+++ b/src/hvn-route/README.md
@@ -1,3 +1,3 @@
# `hcp_hvn_route`
-Refer to the Terraform Registry for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route).
+Refer to the Terraform Registry for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route).
diff --git a/src/hvn-route/index.ts b/src/hvn-route/index.ts
index 92e6e1547..92131b514 100644
--- a/src/hvn-route/index.ts
+++ b/src/hvn-route/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,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.80.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.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.81.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.80.0/docs/resources/hvn_route#id HvnRoute#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#id HvnRoute#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -40,25 +40,25 @@ export interface HvnRouteConfig extends cdktf.TerraformMetaArguments {
/**
* The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
*/
readonly targetLink: string;
/**
* azure_config block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#azure_config HvnRoute#azure_config}
*/
readonly azureConfig?: HvnRouteAzureConfig;
/**
* timeouts block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
*/
readonly timeouts?: HvnRouteTimeouts;
}
@@ -66,13 +66,13 @@ export interface HvnRouteAzureConfig {
/**
* Contains the IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VIRTUAL_APPLIANCE.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#next_hop_ip_address HvnRoute#next_hop_ip_address}
*/
readonly nextHopIpAddress?: string;
/**
* The type of Azure hop the packet should be sent to. Valid options for Next Hop Type - `VIRTUAL_APPLIANCE` or `VIRTUAL_NETWORK_GATEWAY`
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#next_hop_type HvnRoute#next_hop_type}
*/
readonly nextHopType: string;
}
@@ -182,15 +182,15 @@ export class HvnRouteAzureConfigOutputReference extends cdktf.ComplexObject {
}
export interface HvnRouteTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#create HvnRoute#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#create HvnRoute#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#default HvnRoute#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#default HvnRoute#default}
*/
readonly default?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route#delete HvnRoute#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route#delete HvnRoute#delete}
*/
readonly delete?: string;
}
@@ -342,7 +342,7 @@ export class HvnRouteTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route hcp_hvn_route}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route hcp_hvn_route}
*/
export class HvnRoute extends cdktf.TerraformResource {
@@ -358,7 +358,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.80.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.81.0/docs/resources/hvn_route#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the HvnRoute to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -370,7 +370,7 @@ export class HvnRoute extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn_route hcp_hvn_route} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn_route hcp_hvn_route} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -381,7 +381,7 @@ export class HvnRoute extends cdktf.TerraformResource {
terraformResourceType: 'hcp_hvn_route',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/hvn/README.md b/src/hvn/README.md
index c4c4a41cd..9f888236c 100644
--- a/src/hvn/README.md
+++ b/src/hvn/README.md
@@ -1,3 +1,3 @@
# `hcp_hvn`
-Refer to the Terraform Registry for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn).
+Refer to the Terraform Registry for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn).
diff --git a/src/hvn/index.ts b/src/hvn/index.ts
index 727dbf848..00c217783 100644
--- a/src/hvn/index.ts
+++ b/src/hvn/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,23 +15,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.80.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn#id Hvn#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +43,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.80.0/docs/resources/hvn#project_id Hvn#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn#region Hvn#region}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn#timeouts Hvn#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/hvn#create Hvn#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#create Hvn#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#default Hvn#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#default Hvn#default}
*/
readonly default?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn#delete Hvn#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn#delete Hvn#delete}
*/
readonly delete?: string;
}
@@ -221,7 +221,7 @@ export class HvnTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn hcp_hvn}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn hcp_hvn}
*/
export class Hvn extends cdktf.TerraformResource {
@@ -237,7 +237,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.80.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.81.0/docs/resources/hvn#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the Hvn to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -249,7 +249,7 @@ export class Hvn extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/hvn hcp_hvn} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/hvn hcp_hvn} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -260,7 +260,7 @@ export class Hvn extends cdktf.TerraformResource {
terraformResourceType: 'hcp_hvn',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/iam-workload-identity-provider/README.md b/src/iam-workload-identity-provider/README.md
index 4d53ef327..b6e1c8d53 100644
--- a/src/iam-workload-identity-provider/README.md
+++ b/src/iam-workload-identity-provider/README.md
@@ -1,3 +1,3 @@
# `hcp_iam_workload_identity_provider`
-Refer to the Terraform Registry for docs: [`hcp_iam_workload_identity_provider`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider).
+Refer to the Terraform Registry for docs: [`hcp_iam_workload_identity_provider`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider).
diff --git a/src/iam-workload-identity-provider/index.ts b/src/iam-workload-identity-provider/index.ts
index 1eb0b0390..384f5cf8b 100644
--- a/src/iam-workload-identity-provider/index.ts
+++ b/src/iam-workload-identity-provider/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,35 +13,35 @@ import * as cdktf from 'cdktf';
export interface IamWorkloadIdentityProviderConfig extends cdktf.TerraformMetaArguments {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#aws IamWorkloadIdentityProvider#aws}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/iam_workload_identity_provider#conditional_access IamWorkloadIdentityProvider#conditional_access}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/iam_workload_identity_provider#description IamWorkloadIdentityProvider#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/iam_workload_identity_provider#name IamWorkloadIdentityProvider#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/iam_workload_identity_provider#oidc IamWorkloadIdentityProvider#oidc}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#service_principal IamWorkloadIdentityProvider#service_principal}
*/
readonly servicePrincipal: string;
}
@@ -49,7 +49,7 @@ export interface IamWorkloadIdentityProviderAws {
/**
* The AWS Account ID that is allowed to exchange workload identities.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#account_id IamWorkloadIdentityProvider#account_id}
*/
readonly accountId: string;
}
@@ -142,13 +142,13 @@ export interface IamWorkloadIdentityProviderOidc {
/**
* allowed_audiences is the set of audiences set on the access token that are allowed to exchange identities. The access token must have an audience that is contained in this set. If no audience is set, the default allowed audience will be the resource name of the WorkloadIdentityProvider.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#allowed_audiences IamWorkloadIdentityProvider#allowed_audiences}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#issuer_uri IamWorkloadIdentityProvider#issuer_uri}
*/
readonly issuerUri: string;
}
@@ -268,7 +268,7 @@ export class IamWorkloadIdentityProviderOidcOutputReference extends cdktf.Comple
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider}
*/
export class IamWorkloadIdentityProvider extends cdktf.TerraformResource {
@@ -284,7 +284,7 @@ export class IamWorkloadIdentityProvider extends cdktf.TerraformResource {
* Generates CDKTF code for importing a IamWorkloadIdentityProvider resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the IamWorkloadIdentityProvider to import
- * @param importFromId The id of the existing IamWorkloadIdentityProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing IamWorkloadIdentityProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the IamWorkloadIdentityProvider to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -296,7 +296,7 @@ export class IamWorkloadIdentityProvider extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/iam_workload_identity_provider hcp_iam_workload_identity_provider} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -307,7 +307,7 @@ export class IamWorkloadIdentityProvider extends cdktf.TerraformResource {
terraformResourceType: 'hcp_iam_workload_identity_provider',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/log-streaming-destination/README.md b/src/log-streaming-destination/README.md
index 3adb3090d..84c69fcbf 100644
--- a/src/log-streaming-destination/README.md
+++ b/src/log-streaming-destination/README.md
@@ -1,3 +1,3 @@
# `hcp_log_streaming_destination`
-Refer to the Terraform Registry for docs: [`hcp_log_streaming_destination`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination).
+Refer to the Terraform Registry for docs: [`hcp_log_streaming_destination`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination).
diff --git a/src/log-streaming-destination/index.ts b/src/log-streaming-destination/index.ts
index b14f3d99e..cf2d1c518 100644
--- a/src/log-streaming-destination/index.ts
+++ b/src/log-streaming-destination/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface LogStreamingDestinationConfig extends cdktf.TerraformMetaArgume
/**
* The HCP Log Streaming Destination’s name.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#name LogStreamingDestination#name}
*/
readonly name: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#splunk_cloud LogStreamingDestination#splunk_cloud}
*/
readonly splunkCloud: LogStreamingDestinationSplunkCloud;
}
@@ -27,13 +27,13 @@ export interface LogStreamingDestinationSplunkCloud {
/**
* The Splunk Cloud endpoint to send logs to.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#endpoint LogStreamingDestination#endpoint}
*/
readonly endpoint: string;
/**
* The authentication token that will be used by the platform to access Splunk Cloud.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#token LogStreamingDestination#token}
*/
readonly token: string;
}
@@ -150,7 +150,7 @@ export class LogStreamingDestinationSplunkCloudOutputReference extends cdktf.Com
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination hcp_log_streaming_destination}
*/
export class LogStreamingDestination extends cdktf.TerraformResource {
@@ -166,7 +166,7 @@ export class LogStreamingDestination extends cdktf.TerraformResource {
* Generates CDKTF code for importing a LogStreamingDestination resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the LogStreamingDestination to import
- * @param importFromId The id of the existing LogStreamingDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing LogStreamingDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the LogStreamingDestination to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -178,7 +178,7 @@ export class LogStreamingDestination extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/log_streaming_destination hcp_log_streaming_destination} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/log_streaming_destination hcp_log_streaming_destination} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -189,7 +189,7 @@ export class LogStreamingDestination extends cdktf.TerraformResource {
terraformResourceType: 'hcp_log_streaming_destination',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/organization-iam-binding/README.md b/src/organization-iam-binding/README.md
index 22c1da061..ce0999e84 100644
--- a/src/organization-iam-binding/README.md
+++ b/src/organization-iam-binding/README.md
@@ -1,3 +1,3 @@
# `hcp_organization_iam_binding`
-Refer to the Terraform Registry for docs: [`hcp_organization_iam_binding`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding).
+Refer to the Terraform Registry for docs: [`hcp_organization_iam_binding`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding).
diff --git a/src/organization-iam-binding/index.ts b/src/organization-iam-binding/index.ts
index 6d2297b2a..6ebaeacce 100644
--- a/src/organization-iam-binding/index.ts
+++ b/src/organization-iam-binding/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface OrganizationIamBindingConfig extends cdktf.TerraformMetaArgumen
/**
* The principal to bind to the given role.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#principal_id OrganizationIamBinding#principal_id}
*/
readonly principalId: string;
/**
* The role name to bind to the given principal.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#role OrganizationIamBinding#role}
*/
readonly role: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding hcp_organization_iam_binding}
*/
export class OrganizationIamBinding extends cdktf.TerraformResource {
@@ -43,7 +43,7 @@ export class OrganizationIamBinding extends cdktf.TerraformResource {
* Generates CDKTF code for importing a OrganizationIamBinding resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the OrganizationIamBinding to import
- * @param importFromId The id of the existing OrganizationIamBinding that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing OrganizationIamBinding that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the OrganizationIamBinding to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -55,7 +55,7 @@ export class OrganizationIamBinding extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_binding hcp_organization_iam_binding} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_binding hcp_organization_iam_binding} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -66,7 +66,7 @@ export class OrganizationIamBinding extends cdktf.TerraformResource {
terraformResourceType: 'hcp_organization_iam_binding',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/organization-iam-policy/README.md b/src/organization-iam-policy/README.md
index 5edbdf4ba..10042227b 100644
--- a/src/organization-iam-policy/README.md
+++ b/src/organization-iam-policy/README.md
@@ -1,3 +1,3 @@
# `hcp_organization_iam_policy`
-Refer to the Terraform Registry for docs: [`hcp_organization_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy).
+Refer to the Terraform Registry for docs: [`hcp_organization_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy).
diff --git a/src/organization-iam-policy/index.ts b/src/organization-iam-policy/index.ts
index 9143fc858..4e0d63699 100644
--- a/src/organization-iam-policy/index.ts
+++ b/src/organization-iam-policy/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,13 +15,13 @@ export interface OrganizationIamPolicyConfig extends cdktf.TerraformMetaArgument
/**
* The policy to apply.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy#policy_data OrganizationIamPolicy#policy_data}
*/
readonly policyData: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy hcp_organization_iam_policy}
*/
export class OrganizationIamPolicy extends cdktf.TerraformResource {
@@ -37,7 +37,7 @@ export class OrganizationIamPolicy extends cdktf.TerraformResource {
* Generates CDKTF code for importing a OrganizationIamPolicy resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the OrganizationIamPolicy to import
- * @param importFromId The id of the existing OrganizationIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing OrganizationIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the OrganizationIamPolicy to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -49,7 +49,7 @@ export class OrganizationIamPolicy extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/organization_iam_policy hcp_organization_iam_policy} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/organization_iam_policy hcp_organization_iam_policy} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -60,7 +60,7 @@ export class OrganizationIamPolicy extends cdktf.TerraformResource {
terraformResourceType: 'hcp_organization_iam_policy',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/packer-channel-assignment/README.md b/src/packer-channel-assignment/README.md
index 0de5cf906..8cf8cd800 100644
--- a/src/packer-channel-assignment/README.md
+++ b/src/packer-channel-assignment/README.md
@@ -1,3 +1,3 @@
# `hcp_packer_channel_assignment`
-Refer to the Terraform Registry for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment).
+Refer to the Terraform Registry for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment).
diff --git a/src/packer-channel-assignment/index.ts b/src/packer-channel-assignment/index.ts
index 617901bf6..f604c7abc 100644
--- a/src/packer-channel-assignment/index.ts
+++ b/src/packer-channel-assignment/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,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.80.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +34,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.80.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
*/
readonly iterationVersion?: number;
/**
@@ -55,31 +55,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.80.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}
*/
readonly update?: string;
}
@@ -260,7 +260,7 @@ export class PackerChannelAssignmentTimeoutsOutputReference extends cdktf.Comple
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}
*/
export class PackerChannelAssignment extends cdktf.TerraformResource {
@@ -276,7 +276,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.80.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.81.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) {
@@ -288,7 +288,7 @@ export class PackerChannelAssignment extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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
@@ -299,7 +299,7 @@ export class PackerChannelAssignment extends cdktf.TerraformResource {
terraformResourceType: 'hcp_packer_channel_assignment',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/packer-channel/README.md b/src/packer-channel/README.md
index 2342a9d61..912924f46 100644
--- a/src/packer-channel/README.md
+++ b/src/packer-channel/README.md
@@ -1,3 +1,3 @@
# `hcp_packer_channel`
-Refer to the Terraform Registry for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel).
+Refer to the Terraform Registry for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel).
diff --git a/src/packer-channel/index.ts b/src/packer-channel/index.ts
index 0a6dca91f..74edf3599 100644
--- a/src/packer-channel/index.ts
+++ b/src/packer-channel/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_channel#id PackerChannel#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +28,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.80.0/docs/resources/packer_channel#name PackerChannel#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#name PackerChannel#name}
*/
readonly name: string;
/**
@@ -37,37 +37,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.80.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_channel#create PackerChannel#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#create PackerChannel#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#default PackerChannel#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#default PackerChannel#default}
*/
readonly default?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#delete PackerChannel#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#delete PackerChannel#delete}
*/
readonly delete?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel#update PackerChannel#update}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel#update PackerChannel#update}
*/
readonly update?: string;
}
@@ -248,7 +248,7 @@ export class PackerChannelTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel hcp_packer_channel}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel hcp_packer_channel}
*/
export class PackerChannel extends cdktf.TerraformResource {
@@ -264,7 +264,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.80.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.81.0/docs/resources/packer_channel#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the PackerChannel to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -276,7 +276,7 @@ export class PackerChannel extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_channel hcp_packer_channel} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_channel hcp_packer_channel} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -287,7 +287,7 @@ export class PackerChannel extends cdktf.TerraformResource {
terraformResourceType: 'hcp_packer_channel',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/packer-run-task/README.md b/src/packer-run-task/README.md
index 37169d83d..626d324ae 100644
--- a/src/packer-run-task/README.md
+++ b/src/packer-run-task/README.md
@@ -1,3 +1,3 @@
# `hcp_packer_run_task`
-Refer to the Terraform Registry for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task).
+Refer to the Terraform Registry for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task).
diff --git a/src/packer-run-task/index.ts b/src/packer-run-task/index.ts
index acaa6c609..885ed6dda 100644
--- a/src/packer-run-task/index.ts
+++ b/src/packer-run-task/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,7 +13,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.80.0/docs/resources/packer_run_task#id PackerRunTask#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +25,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.80.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_run_task#create PackerRunTask#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_run_task#default PackerRunTask#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_run_task#delete PackerRunTask#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/packer_run_task#update PackerRunTask#update}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task#update PackerRunTask#update}
*/
readonly update?: string;
}
@@ -236,7 +236,7 @@ export class PackerRunTaskTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task hcp_packer_run_task}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task hcp_packer_run_task}
*/
export class PackerRunTask extends cdktf.TerraformResource {
@@ -252,7 +252,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.80.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.81.0/docs/resources/packer_run_task#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the PackerRunTask to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -264,7 +264,7 @@ export class PackerRunTask extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/packer_run_task hcp_packer_run_task} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/packer_run_task hcp_packer_run_task} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -275,7 +275,7 @@ export class PackerRunTask extends cdktf.TerraformResource {
terraformResourceType: 'hcp_packer_run_task',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/project-iam-binding/README.md b/src/project-iam-binding/README.md
index 1bdc384c1..8d67ef613 100644
--- a/src/project-iam-binding/README.md
+++ b/src/project-iam-binding/README.md
@@ -1,3 +1,3 @@
# `hcp_project_iam_binding`
-Refer to the Terraform Registry for docs: [`hcp_project_iam_binding`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding).
+Refer to the Terraform Registry for docs: [`hcp_project_iam_binding`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding).
diff --git a/src/project-iam-binding/index.ts b/src/project-iam-binding/index.ts
index c4fbe65a6..3931dbbcb 100644
--- a/src/project-iam-binding/index.ts
+++ b/src/project-iam-binding/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,25 +15,25 @@ export interface ProjectIamBindingConfig extends cdktf.TerraformMetaArguments {
/**
* The principal to bind to the given role.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#principal_id ProjectIamBinding#principal_id}
*/
readonly principalId: string;
/**
* The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#project_id ProjectIamBinding#project_id}
*/
readonly projectId?: string;
/**
* The role name to bind to the given principal.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#role ProjectIamBinding#role}
*/
readonly role: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding hcp_project_iam_binding}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding hcp_project_iam_binding}
*/
export class ProjectIamBinding extends cdktf.TerraformResource {
@@ -49,7 +49,7 @@ export class ProjectIamBinding extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectIamBinding resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectIamBinding to import
- * @param importFromId The id of the existing ProjectIamBinding that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectIamBinding that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectIamBinding to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -61,7 +61,7 @@ export class ProjectIamBinding extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_binding hcp_project_iam_binding} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_binding hcp_project_iam_binding} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -72,7 +72,7 @@ export class ProjectIamBinding extends cdktf.TerraformResource {
terraformResourceType: 'hcp_project_iam_binding',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/project-iam-policy/README.md b/src/project-iam-policy/README.md
index b53bdb7cf..e4e1cbc3e 100644
--- a/src/project-iam-policy/README.md
+++ b/src/project-iam-policy/README.md
@@ -1,3 +1,3 @@
# `hcp_project_iam_policy`
-Refer to the Terraform Registry for docs: [`hcp_project_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy).
+Refer to the Terraform Registry for docs: [`hcp_project_iam_policy`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy).
diff --git a/src/project-iam-policy/index.ts b/src/project-iam-policy/index.ts
index 5604eaee4..6ebe629ab 100644
--- a/src/project-iam-policy/index.ts
+++ b/src/project-iam-policy/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface ProjectIamPolicyConfig extends cdktf.TerraformMetaArguments {
/**
* The policy to apply.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#policy_data ProjectIamPolicy#policy_data}
*/
readonly policyData: string;
/**
* The ID of the HCP project to apply the IAM Policy to. If unspecified, the project configured on the provider is used.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#project_id ProjectIamPolicy#project_id}
*/
readonly projectId?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy hcp_project_iam_policy}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy hcp_project_iam_policy}
*/
export class ProjectIamPolicy extends cdktf.TerraformResource {
@@ -43,7 +43,7 @@ export class ProjectIamPolicy extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ProjectIamPolicy resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ProjectIamPolicy to import
- * @param importFromId The id of the existing ProjectIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ProjectIamPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ProjectIamPolicy to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -55,7 +55,7 @@ export class ProjectIamPolicy extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project_iam_policy hcp_project_iam_policy} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project_iam_policy hcp_project_iam_policy} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -66,7 +66,7 @@ export class ProjectIamPolicy extends cdktf.TerraformResource {
terraformResourceType: 'hcp_project_iam_policy',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/project/README.md b/src/project/README.md
index be3afe4cf..b4eaeebb9 100644
--- a/src/project/README.md
+++ b/src/project/README.md
@@ -1,3 +1,3 @@
# `hcp_project`
-Refer to the Terraform Registry for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project).
+Refer to the Terraform Registry for docs: [`hcp_project`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project).
diff --git a/src/project/index.ts b/src/project/index.ts
index fd8c28a1a..b81eda684 100644
--- a/src/project/index.ts
+++ b/src/project/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface ProjectConfig extends cdktf.TerraformMetaArguments {
/**
* The project's description
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project#description Project#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/project#name Project#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project#name Project#name}
*/
readonly name: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project hcp_project}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/project hcp_project}
*/
export class Project extends cdktf.TerraformResource {
@@ -43,7 +43,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.80.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.81.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 +55,7 @@ export class Project extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/project hcp_project} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +66,7 @@ export class Project extends cdktf.TerraformResource {
terraformResourceType: 'hcp_project',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/provider/README.md b/src/provider/README.md
index 94e1e0ee4..f7d6aa756 100644
--- a/src/provider/README.md
+++ b/src/provider/README.md
@@ -1,3 +1,3 @@
# `provider`
-Refer to the Terraform Registry for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs).
+Refer to the Terraform Registry for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs).
diff --git a/src/provider/index.ts b/src/provider/index.ts
index 96cd74d61..cfbcfbaac 100644
--- a/src/provider/index.ts
+++ b/src/provider/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,37 +15,37 @@ export interface HcpProviderConfig {
/**
* The OAuth2 Client ID for API operations.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#client_id HcpProvider#client_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs#client_secret HcpProvider#client_secret}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#client_secret HcpProvider#client_secret}
*/
readonly clientSecret?: string;
/**
* The path to an HCP credential file to use to authenticate the provider to HCP. You can alternatively set the HCP_CRED_FILE environment variable to point at a credential file as well. Using a credential file allows you to authenticate the provider as a service principal via client credentials or dynamically based on Workload Identity Federation.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#credential_file HcpProvider#credential_file}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#credential_file HcpProvider#credential_file}
*/
readonly credentialFile?: string;
/**
* The default project in which resources should be created.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#project_id HcpProvider#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs#alias HcpProvider#alias}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#alias HcpProvider#alias}
*/
readonly alias?: string;
/**
* workload_identity block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#workload_identity HcpProvider#workload_identity}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#workload_identity HcpProvider#workload_identity}
*/
readonly workloadIdentity?: HcpProviderWorkloadIdentity[] | cdktf.IResolvable;
}
@@ -53,13 +53,13 @@ export interface HcpProviderWorkloadIdentity {
/**
* The resource_name of the Workload Identity Provider to exchange the token with.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#resource_name HcpProvider#resource_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#resource_name HcpProvider#resource_name}
*/
readonly resourceName: string;
/**
* The path to a file containing a JWT token retrieved from an OpenID Connect (OIDC) or OAuth2 provider.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs#token_file HcpProvider#token_file}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs#token_file HcpProvider#token_file}
*/
readonly tokenFile: string;
}
@@ -102,7 +102,7 @@ export function hcpProviderWorkloadIdentityToHclTerraform(struct?: HcpProviderWo
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs hcp}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs hcp}
*/
export class HcpProvider extends cdktf.TerraformProvider {
@@ -118,7 +118,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.80.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.81.0/docs#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the HcpProvider to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -130,7 +130,7 @@ export class HcpProvider extends cdktf.TerraformProvider {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs hcp} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs hcp} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -141,7 +141,7 @@ export class HcpProvider extends cdktf.TerraformProvider {
terraformResourceType: 'hcp',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
terraformProviderSource: 'hcp'
diff --git a/src/service-principal-key/README.md b/src/service-principal-key/README.md
index 357a2d7fc..c7824691d 100644
--- a/src/service-principal-key/README.md
+++ b/src/service-principal-key/README.md
@@ -1,3 +1,3 @@
# `hcp_service_principal_key`
-Refer to the Terraform Registry for docs: [`hcp_service_principal_key`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key).
+Refer to the Terraform Registry for docs: [`hcp_service_principal_key`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key).
diff --git a/src/service-principal-key/index.ts b/src/service-principal-key/index.ts
index a31abca71..1c55e292a 100644
--- a/src/service-principal-key/index.ts
+++ b/src/service-principal-key/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface ServicePrincipalKeyConfig extends cdktf.TerraformMetaArguments
/**
* A map of arbitrary string key/value pairs that will force recreation of the key when they change, enabling key based on external conditions such as a rotating timestamp. Changing this forces a new resource to be created.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#rotate_triggers ServicePrincipalKey#rotate_triggers}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/service_principal_key#service_principal ServicePrincipalKey#service_principal}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/service_principal_key hcp_service_principal_key}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key hcp_service_principal_key}
*/
export class ServicePrincipalKey extends cdktf.TerraformResource {
@@ -43,7 +43,7 @@ export class ServicePrincipalKey extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ServicePrincipalKey resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ServicePrincipalKey to import
- * @param importFromId The id of the existing ServicePrincipalKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ServicePrincipalKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ServicePrincipalKey to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -55,7 +55,7 @@ export class ServicePrincipalKey extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal_key hcp_service_principal_key} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal_key hcp_service_principal_key} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -66,7 +66,7 @@ export class ServicePrincipalKey extends cdktf.TerraformResource {
terraformResourceType: 'hcp_service_principal_key',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/service-principal/README.md b/src/service-principal/README.md
index 345a997b5..ec1ce5640 100644
--- a/src/service-principal/README.md
+++ b/src/service-principal/README.md
@@ -1,3 +1,3 @@
# `hcp_service_principal`
-Refer to the Terraform Registry for docs: [`hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal).
+Refer to the Terraform Registry for docs: [`hcp_service_principal`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal).
diff --git a/src/service-principal/index.ts b/src/service-principal/index.ts
index 4fe4d98e5..afaeeccd8 100644
--- a/src/service-principal/index.ts
+++ b/src/service-principal/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,19 @@ export interface ServicePrincipalConfig extends cdktf.TerraformMetaArguments {
/**
* The service principal's name.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#name ServicePrincipal#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/service_principal#parent ServicePrincipal#parent}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#parent ServicePrincipal#parent}
*/
readonly parent?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal hcp_service_principal}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal hcp_service_principal}
*/
export class ServicePrincipal extends cdktf.TerraformResource {
@@ -43,7 +43,7 @@ export class ServicePrincipal extends cdktf.TerraformResource {
* Generates CDKTF code for importing a ServicePrincipal resource upon running "cdktf plan "
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the ServicePrincipal to import
- * @param importFromId The id of the existing ServicePrincipal that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use
+ * @param importFromId The id of the existing ServicePrincipal that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the ServicePrincipal to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -55,7 +55,7 @@ export class ServicePrincipal extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/service_principal hcp_service_principal} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/service_principal hcp_service_principal} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -66,7 +66,7 @@ export class ServicePrincipal extends cdktf.TerraformResource {
terraformResourceType: 'hcp_service_principal',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/vault-cluster-admin-token/README.md b/src/vault-cluster-admin-token/README.md
index 625731ea6..68eef21d6 100644
--- a/src/vault-cluster-admin-token/README.md
+++ b/src/vault-cluster-admin-token/README.md
@@ -1,3 +1,3 @@
# `hcp_vault_cluster_admin_token`
-Refer to the Terraform Registry for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token).
+Refer to the Terraform Registry for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 b7eb360d5..4b086edb2 100644
--- a/src/vault-cluster-admin-token/index.ts
+++ b/src/vault-cluster-admin-token/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.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.81.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.80.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +31,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.80.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.81.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.80.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}
*/
readonly read?: string;
}
@@ -203,7 +203,7 @@ export class VaultClusterAdminTokenTimeoutsOutputReference extends cdktf.Complex
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}
*/
export class VaultClusterAdminToken extends cdktf.TerraformResource {
@@ -219,7 +219,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.80.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.81.0/docs/resources/vault_cluster_admin_token#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the VaultClusterAdminToken to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -231,7 +231,7 @@ export class VaultClusterAdminToken extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -242,7 +242,7 @@ export class VaultClusterAdminToken extends cdktf.TerraformResource {
terraformResourceType: 'hcp_vault_cluster_admin_token',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/vault-cluster/README.md b/src/vault-cluster/README.md
index f332bd926..b827d3589 100644
--- a/src/vault-cluster/README.md
+++ b/src/vault-cluster/README.md
@@ -1,3 +1,3 @@
# `hcp_vault_cluster`
-Refer to the Terraform Registry for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster).
+Refer to the Terraform Registry for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster).
diff --git a/src/vault-cluster/index.ts b/src/vault-cluster/index.ts
index 98c014db2..ac47f281f 100644
--- a/src/vault-cluster/index.ts
+++ b/src/vault-cluster/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,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.80.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#id VaultCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +34,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.80.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.81.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.80.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
*/
readonly primaryLink?: string;
/**
@@ -55,49 +55,55 @@ export interface VaultClusterConfig extends cdktf.TerraformMetaArguments {
* If not specified, the project specified in the HCP Provider config block will be used, if configured.
* If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.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.81.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
*/
readonly auditLogConfig?: VaultClusterAuditLogConfig;
/**
+ * ip_allowlist block
+ *
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#ip_allowlist VaultCluster#ip_allowlist}
+ */
+ readonly ipAllowlist?: VaultClusterIpAllowlistStruct[] | cdktf.IResolvable;
+ /**
* major_version_upgrade_config block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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.80.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
*/
readonly timeouts?: VaultClusterTimeouts;
}
@@ -105,157 +111,157 @@ export interface VaultClusterAuditLogConfig {
/**
* CloudWatch access key ID for streaming audit logs
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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.80.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.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.81.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.80.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.81.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.80.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
*/
readonly grafanaUser?: string;
/**
* HTTP basic authentication password for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user is also provided
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
*/
readonly httpBasicPassword?: string;
/**
* HTTP basic authentication username for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_password is also provided
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
*/
readonly httpBasicUser?: string;
/**
* HTTP bearer authentication token for streaming audit logs, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
*/
readonly httpBearerToken?: string;
/**
* HTTP codec for streaming audit logs, allowed values are JSON and NDJSON
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
*/
readonly httpCodec?: string;
/**
* HTTP compression flag for streaming audit logs
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
*/
readonly httpCompression?: boolean | cdktf.IResolvable;
/**
* HTTP headers for streaming audit logs
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
*/
readonly httpHeaders?: { [key: string]: string };
/**
* HTTP payload method for streaming audit logs, , allowed values are PATCH, POST, or PUT
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
*/
readonly httpMethod?: string;
/**
* HTTP payload prefix for streaming audit logs
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
*/
readonly httpPayloadPrefix?: string;
/**
* HTTP payload suffix for streaming audit logs
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
*/
readonly httpPayloadSuffix?: string;
/**
* HTTP URI for streaming audit logs
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
*/
readonly httpUri?: string;
/**
* NewRelic Account ID for streaming audit logs
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
*/
readonly newrelicAccountId?: string;
/**
* NewRelic license key for streaming audit logs
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
*/
readonly newrelicLicenseKey?: string;
/**
* NewRelic region for streaming audit logs, allowed values are "US" and "EU"
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
*/
readonly newrelicRegion?: string;
/**
* Splunk endpoint for streaming audit logs
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
*/
readonly splunkToken?: string;
}
@@ -1077,23 +1083,173 @@ export class VaultClusterAuditLogConfigOutputReference extends cdktf.ComplexObje
return this._splunkToken;
}
}
+export interface VaultClusterIpAllowlistStruct {
+ /**
+ * IP address range in CIDR notation.
+ *
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#address VaultCluster#address}
+ */
+ readonly address: string;
+ /**
+ * Description to help identify source (maximum 255 chars).
+ *
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#description VaultCluster#description}
+ */
+ readonly description?: string;
+}
+
+export function vaultClusterIpAllowlistStructToTerraform(struct?: VaultClusterIpAllowlistStruct | 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 {
+ address: cdktf.stringToTerraform(struct!.address),
+ description: cdktf.stringToTerraform(struct!.description),
+ }
+}
+
+
+export function vaultClusterIpAllowlistStructToHclTerraform(struct?: VaultClusterIpAllowlistStruct | cdktf.IResolvable): any {
+ if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; }
+ if (cdktf.isComplexElement(struct)) {
+ throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration");
+ }
+ const attrs = {
+ address: {
+ value: cdktf.stringToHclTerraform(struct!.address),
+ isBlock: false,
+ type: "simple",
+ storageClassType: "string",
+ },
+ description: {
+ value: cdktf.stringToHclTerraform(struct!.description),
+ isBlock: false,
+ type: "simple",
+ storageClassType: "string",
+ },
+ };
+
+ // remove undefined attributes
+ return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
+}
+
+export class VaultClusterIpAllowlistStructOutputReference 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
+ * @param complexObjectIndex the index of this item in the list
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
+ */
+ public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean) {
+ super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex);
+ }
+
+ public get internalValue(): VaultClusterIpAllowlistStruct | cdktf.IResolvable | undefined {
+ if (this.resolvableValue) {
+ return this.resolvableValue;
+ }
+ let hasAnyValues = this.isEmptyObject;
+ const internalValueResult: any = {};
+ if (this._address !== undefined) {
+ hasAnyValues = true;
+ internalValueResult.address = this._address;
+ }
+ if (this._description !== undefined) {
+ hasAnyValues = true;
+ internalValueResult.description = this._description;
+ }
+ return hasAnyValues ? internalValueResult : undefined;
+ }
+
+ public set internalValue(value: VaultClusterIpAllowlistStruct | cdktf.IResolvable | undefined) {
+ if (value === undefined) {
+ this.isEmptyObject = false;
+ this.resolvableValue = undefined;
+ this._address = undefined;
+ this._description = 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._address = value.address;
+ this._description = value.description;
+ }
+ }
+
+ // address - computed: false, optional: false, required: true
+ private _address?: string;
+ public get address() {
+ return this.getStringAttribute('address');
+ }
+ public set address(value: string) {
+ this._address = value;
+ }
+ // Temporarily expose input value. Use with caution.
+ public get addressInput() {
+ return this._address;
+ }
+
+ // 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;
+ }
+}
+
+export class VaultClusterIpAllowlistStructList extends cdktf.ComplexList {
+ public internalValue? : VaultClusterIpAllowlistStruct[] | cdktf.IResolvable
+
+ /**
+ * @param terraformResource The parent resource
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
+ */
+ constructor(protected terraformResource: cdktf.IInterpolatingParent, protected terraformAttribute: string, protected wrapsSet: boolean) {
+ super(terraformResource, terraformAttribute, wrapsSet)
+ }
+
+ /**
+ * @param index the index of the item to return
+ */
+ public get(index: number): VaultClusterIpAllowlistStructOutputReference {
+ return new VaultClusterIpAllowlistStructOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
+ }
+}
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.80.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.81.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.80.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.81.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.80.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
*/
readonly upgradeType: string;
}
@@ -1234,157 +1390,157 @@ export interface VaultClusterMetricsConfig {
/**
* CloudWatch access key ID for streaming metrics
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.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.81.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.80.0/docs/resources/vault_cluster#cloudwatch_region VaultCluster#cloudwatch_region}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.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.81.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.80.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.81.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.80.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#elasticsearch_endpoint VaultCluster#elasticsearch_endpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#elasticsearch_password VaultCluster#elasticsearch_password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#elasticsearch_user VaultCluster#elasticsearch_user}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
*/
readonly grafanaUser?: string;
/**
* HTTP basic authentication password for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user is also specified
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_password VaultCluster#http_basic_password}
*/
readonly httpBasicPassword?: string;
/**
* HTTP basic authentication username for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_password is also specified
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_basic_user VaultCluster#http_basic_user}
*/
readonly httpBasicUser?: string;
/**
* HTTP bearer authentication token for streaming metrics, one of the two available authentication methods, can be specified only if http_basic_user and http_basic_password are not provided
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_bearer_token VaultCluster#http_bearer_token}
*/
readonly httpBearerToken?: string;
/**
* HTTP codec for streaming metrics, allowed values are JSON and NDJSON
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_codec VaultCluster#http_codec}
*/
readonly httpCodec?: string;
/**
* HTTP compression flag for streaming metrics
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_compression VaultCluster#http_compression}
*/
readonly httpCompression?: boolean | cdktf.IResolvable;
/**
* HTTP headers for streaming metrics
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_headers VaultCluster#http_headers}
*/
readonly httpHeaders?: { [key: string]: string };
/**
* HTTP payload method for streaming metrics, allowed values are PATCH, POST, or PUT
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_method VaultCluster#http_method}
*/
readonly httpMethod?: string;
/**
* HTTP payload prefix for streaming metrics
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_prefix VaultCluster#http_payload_prefix}
*/
readonly httpPayloadPrefix?: string;
/**
* HTTP payload suffix for streaming metrics
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_payload_suffix VaultCluster#http_payload_suffix}
*/
readonly httpPayloadSuffix?: string;
/**
* HTTP URI for streaming metrics
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#http_uri VaultCluster#http_uri}
*/
readonly httpUri?: string;
/**
* NewRelic Account ID for streaming metrics
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_account_id VaultCluster#newrelic_account_id}
*/
readonly newrelicAccountId?: string;
/**
* NewRelic license key for streaming metrics
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_license_key VaultCluster#newrelic_license_key}
*/
readonly newrelicLicenseKey?: string;
/**
* NewRelic region for streaming metrics, allowed values are "US" and "EU"
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#newrelic_region VaultCluster#newrelic_region}
*/
readonly newrelicRegion?: string;
/**
* Splunk endpoint for streaming metrics
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
*/
readonly splunkToken?: string;
}
@@ -2203,19 +2359,19 @@ export class VaultClusterMetricsConfigOutputReference extends cdktf.ComplexObjec
}
export interface VaultClusterTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#create VaultCluster#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#create VaultCluster#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#default VaultCluster#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#default VaultCluster#default}
*/
readonly default?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#delete VaultCluster#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#delete VaultCluster#delete}
*/
readonly delete?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster#update VaultCluster#update}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster#update VaultCluster#update}
*/
readonly update?: string;
}
@@ -2396,7 +2552,7 @@ export class VaultClusterTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster hcp_vault_cluster}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_cluster hcp_vault_cluster}
*/
export class VaultCluster extends cdktf.TerraformResource {
@@ -2412,7 +2568,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.80.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.81.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) {
@@ -2424,7 +2580,7 @@ export class VaultCluster extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_cluster hcp_vault_cluster} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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
@@ -2435,7 +2591,7 @@ export class VaultCluster extends cdktf.TerraformResource {
terraformResourceType: 'hcp_vault_cluster',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
@@ -2457,6 +2613,7 @@ export class VaultCluster extends cdktf.TerraformResource {
this._publicEndpoint = config.publicEndpoint;
this._tier = config.tier;
this._auditLogConfig.internalValue = config.auditLogConfig;
+ this._ipAllowlist.internalValue = config.ipAllowlist;
this._majorVersionUpgradeConfig.internalValue = config.majorVersionUpgradeConfig;
this._metricsConfig.internalValue = config.metricsConfig;
this._timeouts.internalValue = config.timeouts;
@@ -2691,6 +2848,22 @@ export class VaultCluster extends cdktf.TerraformResource {
return this._auditLogConfig.internalValue;
}
+ // ip_allowlist - computed: false, optional: true, required: false
+ private _ipAllowlist = new VaultClusterIpAllowlistStructList(this, "ip_allowlist", false);
+ public get ipAllowlist() {
+ return this._ipAllowlist;
+ }
+ public putIpAllowlist(value: VaultClusterIpAllowlistStruct[] | cdktf.IResolvable) {
+ this._ipAllowlist.internalValue = value;
+ }
+ public resetIpAllowlist() {
+ this._ipAllowlist.internalValue = undefined;
+ }
+ // Temporarily expose input value. Use with caution.
+ public get ipAllowlistInput() {
+ return this._ipAllowlist.internalValue;
+ }
+
// major_version_upgrade_config - computed: false, optional: true, required: false
private _majorVersionUpgradeConfig = new VaultClusterMajorVersionUpgradeConfigOutputReference(this, "major_version_upgrade_config");
public get majorVersionUpgradeConfig() {
@@ -2756,6 +2929,7 @@ export class VaultCluster extends cdktf.TerraformResource {
public_endpoint: cdktf.booleanToTerraform(this._publicEndpoint),
tier: cdktf.stringToTerraform(this._tier),
audit_log_config: vaultClusterAuditLogConfigToTerraform(this._auditLogConfig.internalValue),
+ ip_allowlist: cdktf.listMapper(vaultClusterIpAllowlistStructToTerraform, true)(this._ipAllowlist.internalValue),
major_version_upgrade_config: vaultClusterMajorVersionUpgradeConfigToTerraform(this._majorVersionUpgradeConfig.internalValue),
metrics_config: vaultClusterMetricsConfigToTerraform(this._metricsConfig.internalValue),
timeouts: vaultClusterTimeoutsToTerraform(this._timeouts.internalValue),
@@ -2830,6 +3004,12 @@ export class VaultCluster extends cdktf.TerraformResource {
type: "list",
storageClassType: "VaultClusterAuditLogConfigList",
},
+ ip_allowlist: {
+ value: cdktf.listMapperHcl(vaultClusterIpAllowlistStructToHclTerraform, true)(this._ipAllowlist.internalValue),
+ isBlock: true,
+ type: "list",
+ storageClassType: "VaultClusterIpAllowlistStructList",
+ },
major_version_upgrade_config: {
value: vaultClusterMajorVersionUpgradeConfigToHclTerraform(this._majorVersionUpgradeConfig.internalValue),
isBlock: true,
diff --git a/src/vault-plugin/README.md b/src/vault-plugin/README.md
index 4046b160d..9f8a880d5 100644
--- a/src/vault-plugin/README.md
+++ b/src/vault-plugin/README.md
@@ -1,3 +1,3 @@
# `hcp_vault_plugin`
-Refer to the Terraform Registry for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin).
+Refer to the Terraform Registry for docs: [`hcp_vault_plugin`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin).
diff --git a/src/vault-plugin/index.ts b/src/vault-plugin/index.ts
index 73658b55f..c83ae6231 100644
--- a/src/vault-plugin/index.ts
+++ b/src/vault-plugin/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,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.80.0/docs/resources/vault_plugin#cluster_id VaultPlugin#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_plugin#id VaultPlugin#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +28,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.80.0/docs/resources/vault_plugin#plugin_name VaultPlugin#plugin_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#plugin_type VaultPlugin#plugin_type}
*/
readonly pluginType: string;
/**
@@ -43,19 +43,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.80.0/docs/resources/vault_plugin#project_id VaultPlugin#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_plugin#timeouts VaultPlugin#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_plugin#default VaultPlugin#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin#default VaultPlugin#default}
*/
readonly default?: string;
}
@@ -149,7 +149,7 @@ export class VaultPluginTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin hcp_vault_plugin}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin hcp_vault_plugin}
*/
export class VaultPlugin extends cdktf.TerraformResource {
@@ -165,7 +165,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.80.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.81.0/docs/resources/vault_plugin#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the VaultPlugin to import is found
*/
public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) {
@@ -177,7 +177,7 @@ export class VaultPlugin extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_plugin hcp_vault_plugin} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_plugin hcp_vault_plugin} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
@@ -188,7 +188,7 @@ export class VaultPlugin extends cdktf.TerraformResource {
terraformResourceType: 'hcp_vault_plugin',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/vault-secrets-app/README.md b/src/vault-secrets-app/README.md
index e5f3aa81e..00da299f8 100644
--- a/src/vault-secrets-app/README.md
+++ b/src/vault-secrets-app/README.md
@@ -1,3 +1,3 @@
# `hcp_vault_secrets_app`
-Refer to the Terraform Registry for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app).
+Refer to the Terraform Registry for docs: [`hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app).
diff --git a/src/vault-secrets-app/index.ts b/src/vault-secrets-app/index.ts
index 8f3c74938..dff4271a4 100644
--- a/src/vault-secrets-app/index.ts
+++ b/src/vault-secrets-app/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,19 +15,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.80.0/docs/resources/vault_secrets_app#app_name VaultSecretsApp#app_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app#description VaultSecretsApp#description}
*/
readonly description?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_app hcp_vault_secrets_app}
*/
export class VaultSecretsApp extends cdktf.TerraformResource {
@@ -43,7 +43,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.80.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.81.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 +55,7 @@ export class VaultSecretsApp extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_app hcp_vault_secrets_app} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +66,7 @@ export class VaultSecretsApp extends cdktf.TerraformResource {
terraformResourceType: 'hcp_vault_secrets_app',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/vault-secrets-secret/README.md b/src/vault-secrets-secret/README.md
index 3c050aaa5..e9befeb82 100644
--- a/src/vault-secrets-secret/README.md
+++ b/src/vault-secrets-secret/README.md
@@ -1,3 +1,3 @@
# `hcp_vault_secrets_secret`
-Refer to the Terraform Registry for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret).
+Refer to the Terraform Registry for docs: [`hcp_vault_secrets_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret).
diff --git a/src/vault-secrets-secret/index.ts b/src/vault-secrets-secret/index.ts
index 8a9f3ae51..3d7aa3b13 100644
--- a/src/vault-secrets-secret/index.ts
+++ b/src/vault-secrets-secret/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret
+// https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,25 +15,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.80.0/docs/resources/vault_secrets_secret#app_name VaultSecretsSecret#app_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_secrets_secret#secret_name VaultSecretsSecret#secret_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_secrets_secret#secret_value VaultSecretsSecret#secret_value}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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.80.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret}
*/
export class VaultSecretsSecret extends cdktf.TerraformResource {
@@ -49,7 +49,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.80.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.81.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 +61,7 @@ export class VaultSecretsSecret extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.80.0/docs/resources/vault_secrets_secret hcp_vault_secrets_secret} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.81.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 +72,7 @@ export class VaultSecretsSecret extends cdktf.TerraformResource {
terraformResourceType: 'hcp_vault_secrets_secret',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.80.0',
+ providerVersion: '0.81.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/version.json b/src/version.json
index 59183952a..676394f06 100644
--- a/src/version.json
+++ b/src/version.json
@@ -1,3 +1,3 @@
{
- "registry.terraform.io/hashicorp/hcp": "0.80.0"
+ "registry.terraform.io/hashicorp/hcp": "0.81.0"
}
diff --git a/yarn.lock b/yarn.lock
index 2caf1c1ac..aad5e1c4f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -217,9 +217,9 @@
jsii-srcmak "0.1.1005"
"@cdktf/provider-project@^0.5.0":
- version "0.5.17"
- resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.5.17.tgz#074af1e68fb70a06648776f770b3540b137ad386"
- integrity sha512-+DMbzsWGpwLioESctBwWt1tyJ28EmTL8F+lKbHuBp1SELuEWL56BHyMnTiO3tQdSTwe1caNo8D51pKc9O7cn6w==
+ version "0.5.19"
+ resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.5.19.tgz#98af4f277a3cb34fd38aea33fc808fef7ac25a84"
+ integrity sha512-E8UQpZHNyG1ZczfNzU8EIAXYmFY7us4xvrfp5CeWjcHm3NiRWkfb0EBAXQb1svbT66bh5xyZbzhliph1rsrP3Q==
dependencies:
change-case "^4.1.2"
fs-extra "^10.1.0"