diff --git a/.projen/deps.json b/.projen/deps.json
index c7698574f..5c647d8cf 100644
--- a/.projen/deps.json
+++ b/.projen/deps.json
@@ -17,12 +17,12 @@
},
{
"name": "cdktf-cli",
- "version": "^0.17.0",
+ "version": "^0.18.0",
"type": "build"
},
{
"name": "cdktf",
- "version": "^0.17.0",
+ "version": "^0.18.0",
"type": "build"
},
{
@@ -88,7 +88,7 @@
},
{
"name": "cdktf",
- "version": "^0.17.0",
+ "version": "^0.18.0",
"type": "peer"
},
{
diff --git a/.projenrc.js b/.projenrc.js
index df6d6bc81..ce3d6316b 100644
--- a/.projenrc.js
+++ b/.projenrc.js
@@ -7,7 +7,7 @@ const { CdktfProviderProject } = require("@cdktf/provider-project");
const project = new CdktfProviderProject({
useCustomGithubRunner: false,
terraformProvider: "hcp@~> 0.45",
- cdktfVersion: "^0.17.0",
+ cdktfVersion: "^0.18.0",
constructsVersion: "^10.0.0",
minNodeVersion: "16.14.0",
jsiiVersion: "^5.0.1",
diff --git a/docs/awsNetworkPeering.csharp.md b/docs/awsNetworkPeering.csharp.md
index ebcee70d1..20595b091 100644
--- a/docs/awsNetworkPeering.csharp.md
+++ b/docs/awsNetworkPeering.csharp.md
@@ -1,6 +1,6 @@
# `hcp_aws_network_peering`
-Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering).
+Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering).
# `awsNetworkPeering` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://r
### AwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -828,7 +828,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.67.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -914,7 +914,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.67.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
---
@@ -928,7 +928,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.67.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.69.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id}
---
@@ -942,7 +942,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.67.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
---
@@ -956,7 +956,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.67.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.69.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id}
---
@@ -970,7 +970,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.67.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.69.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region}
---
@@ -982,7 +982,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1003,7 +1003,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.67.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
---
@@ -1017,7 +1017,7 @@ public AwsNetworkPeeringTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
---
@@ -1039,9 +1039,9 @@ new AwsNetworkPeeringTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
---
@@ -1053,7 +1053,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
---
@@ -1065,7 +1065,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
---
@@ -1077,7 +1077,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
---
diff --git a/docs/awsNetworkPeering.go.md b/docs/awsNetworkPeering.go.md
index 7054c57f3..dafd7ecd5 100644
--- a/docs/awsNetworkPeering.go.md
+++ b/docs/awsNetworkPeering.go.md
@@ -1,6 +1,6 @@
# `hcp_aws_network_peering`
-Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering).
+Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering).
# `awsNetworkPeering` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://r
### AwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awsnetworkpeering"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awsnetworkpeering"
awsnetworkpeering.NewAwsNetworkPeering(scope Construct, id *string, config AwsNetworkPeeringConfig) AwsNetworkPeering
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awsnetworkpeering"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awsnetworkpeering"
awsnetworkpeering.AwsNetworkPeering_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awsnetworkpeering"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awsnetworkpeering"
awsnetworkpeering.AwsNetworkPeering_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ awsnetworkpeering.AwsNetworkPeering_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awsnetworkpeering"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awsnetworkpeering"
awsnetworkpeering.AwsNetworkPeering_IsTerraformResource(x interface{}) *bool
```
@@ -791,7 +791,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awsnetworkpeering"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awsnetworkpeering"
&awsnetworkpeering.AwsNetworkPeeringConfig {
Connection: interface{},
@@ -808,7 +808,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awsnetworkpeering"
PeerVpcRegion: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.awsNetworkPeering.AwsNetworkPeeringTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.awsNetworkPeering.AwsNetworkPeeringTimeouts,
}
```
@@ -828,7 +828,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -914,7 +914,7 @@ HvnId *string
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
---
@@ -928,7 +928,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.67.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.69.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id}
---
@@ -942,7 +942,7 @@ PeeringId *string
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
---
@@ -956,7 +956,7 @@ PeerVpcId *string
The ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id}
---
@@ -970,7 +970,7 @@ PeerVpcRegion *string
The region of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region}
---
@@ -982,7 +982,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1003,7 +1003,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.67.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
---
@@ -1017,7 +1017,7 @@ Timeouts AwsNetworkPeeringTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
---
@@ -1026,7 +1026,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awsnetworkpeering"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awsnetworkpeering"
&awsnetworkpeering.AwsNetworkPeeringTimeouts {
Create: *string,
@@ -1039,9 +1039,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awsnetworkpeering"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
---
@@ -1053,7 +1053,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
---
@@ -1065,7 +1065,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
---
@@ -1077,7 +1077,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
---
@@ -1088,7 +1088,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awsnetworkpeering"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awsnetworkpeering"
awsnetworkpeering.NewAwsNetworkPeeringTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AwsNetworkPeeringTimeoutsOutputReference
```
diff --git a/docs/awsNetworkPeering.java.md b/docs/awsNetworkPeering.java.md
index cf3688c88..39f2245ed 100644
--- a/docs/awsNetworkPeering.java.md
+++ b/docs/awsNetworkPeering.java.md
@@ -1,6 +1,6 @@
# `hcp_aws_network_peering`
-Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering).
+Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering).
# `awsNetworkPeering` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://r
### AwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -54,7 +54,7 @@ AwsNetworkPeering.Builder.create(Construct scope, java.lang.String id)
| peeringId
| java.lang.String
| The ID of the network peering. |
| peerVpcId
| java.lang.String
| The ID of the peer VPC in AWS. |
| peerVpcRegion
| java.lang.String
| The region of the peer VPC in AWS. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the network peering is located. |
| timeouts
| AwsNetworkPeeringTimeouts
| timeouts block. |
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The account ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
---
@@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id}
---
@@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The region of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region}
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -191,7 +191,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
---
@@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
---
@@ -987,7 +987,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.67.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.69.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. |
@@ -1073,7 +1073,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.67.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
---
@@ -1087,7 +1087,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.67.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.69.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id}
---
@@ -1101,7 +1101,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.67.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
---
@@ -1115,7 +1115,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.67.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.69.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id}
---
@@ -1129,7 +1129,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.67.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.69.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region}
---
@@ -1141,7 +1141,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1162,7 +1162,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.67.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
---
@@ -1176,7 +1176,7 @@ public AwsNetworkPeeringTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
---
@@ -1198,9 +1198,9 @@ AwsNetworkPeeringTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#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.67.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#create AwsNetworkPeering#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.67.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#default AwsNetworkPeering#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.67.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
---
diff --git a/docs/awsNetworkPeering.python.md b/docs/awsNetworkPeering.python.md
index cbf2a1fb2..38207ae8d 100644
--- a/docs/awsNetworkPeering.python.md
+++ b/docs/awsNetworkPeering.python.md
@@ -1,6 +1,6 @@
# `hcp_aws_network_peering`
-Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering).
+Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering).
# `awsNetworkPeering` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://r
### AwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -52,7 +52,7 @@ awsNetworkPeering.AwsNetworkPeering(
| peering_id
| str
| The ID of the network peering. |
| peer_vpc_id
| str
| The ID of the peer VPC in AWS. |
| peer_vpc_region
| str
| The region of the peer VPC in AWS. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
| project_id
| str
| The ID of the HCP project where the network peering is located. |
| timeouts
| AwsNetworkPeeringTimeouts
| timeouts block. |
@@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The account ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The region of the peer VPC in AWS.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region}
---
@@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -189,7 +189,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
---
@@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
---
@@ -453,7 +453,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
---
@@ -461,7 +461,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.67.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
---
@@ -469,7 +469,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.67.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
---
@@ -1034,7 +1034,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.67.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1120,7 +1120,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.67.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
---
@@ -1134,7 +1134,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.67.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.69.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id}
---
@@ -1148,7 +1148,7 @@ peering_id: str
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
---
@@ -1162,7 +1162,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.67.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.69.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id}
---
@@ -1176,7 +1176,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.67.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.69.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region}
---
@@ -1188,7 +1188,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1209,7 +1209,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.67.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
---
@@ -1223,7 +1223,7 @@ timeouts: AwsNetworkPeeringTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
---
@@ -1245,9 +1245,9 @@ awsNetworkPeering.AwsNetworkPeeringTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
---
@@ -1259,7 +1259,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
---
@@ -1271,7 +1271,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
---
@@ -1283,7 +1283,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
---
diff --git a/docs/awsNetworkPeering.typescript.md b/docs/awsNetworkPeering.typescript.md
index f7265fbf8..76c56d0d3 100644
--- a/docs/awsNetworkPeering.typescript.md
+++ b/docs/awsNetworkPeering.typescript.md
@@ -1,6 +1,6 @@
# `hcp_aws_network_peering`
-Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering).
+Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering).
# `awsNetworkPeering` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://r
### AwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -812,7 +812,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.67.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -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.67.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
---
@@ -912,7 +912,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.67.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.69.0/docs/resources/aws_network_peering#peer_account_id AwsNetworkPeering#peer_account_id}
---
@@ -926,7 +926,7 @@ public readonly peeringId: string;
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
---
@@ -940,7 +940,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.67.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.69.0/docs/resources/aws_network_peering#peer_vpc_id AwsNetworkPeering#peer_vpc_id}
---
@@ -954,7 +954,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.67.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.69.0/docs/resources/aws_network_peering#peer_vpc_region AwsNetworkPeering#peer_vpc_region}
---
@@ -966,7 +966,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -987,7 +987,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.67.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
---
@@ -1001,7 +1001,7 @@ public readonly timeouts: AwsNetworkPeeringTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
---
@@ -1019,9 +1019,9 @@ const awsNetworkPeeringTimeouts: awsNetworkPeering.AwsNetworkPeeringTimeouts = {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}. |
---
@@ -1033,7 +1033,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}.
---
@@ -1045,7 +1045,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}.
---
@@ -1057,7 +1057,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}.
---
diff --git a/docs/awsTransitGatewayAttachment.csharp.md b/docs/awsTransitGatewayAttachment.csharp.md
index ddcb60148..f6e7f8847 100644
--- a/docs/awsTransitGatewayAttachment.csharp.md
+++ b/docs/awsTransitGatewayAttachment.csharp.md
@@ -1,6 +1,6 @@
# `hcp_aws_transit_gateway_attachment`
-Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment).
+Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment).
# `awsTransitGatewayAttachment` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`
### AwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -804,7 +804,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.67.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.69.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. |
@@ -890,7 +890,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id}
---
@@ -906,7 +906,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn}
---
@@ -920,7 +920,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -936,7 +936,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id}
---
@@ -948,7 +948,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -965,7 +965,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id}
---
@@ -979,7 +979,7 @@ public AwsTransitGatewayAttachmentTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
---
@@ -1001,9 +1001,9 @@ new AwsTransitGatewayAttachmentTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. |
---
@@ -1015,7 +1015,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
---
@@ -1027,7 +1027,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
---
@@ -1039,7 +1039,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
---
diff --git a/docs/awsTransitGatewayAttachment.go.md b/docs/awsTransitGatewayAttachment.go.md
index db78031d3..c750323d0 100644
--- a/docs/awsTransitGatewayAttachment.go.md
+++ b/docs/awsTransitGatewayAttachment.go.md
@@ -1,6 +1,6 @@
# `hcp_aws_transit_gateway_attachment`
-Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment).
+Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment).
# `awsTransitGatewayAttachment` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`
### AwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awstransitgatewayattachment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awstransitgatewayattachment"
awstransitgatewayattachment.NewAwsTransitGatewayAttachment(scope Construct, id *string, config AwsTransitGatewayAttachmentConfig) AwsTransitGatewayAttachment
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awstransitgatewayattachment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awstransitgatewayattachment"
awstransitgatewayattachment.AwsTransitGatewayAttachment_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awstransitgatewayattachment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awstransitgatewayattachment"
awstransitgatewayattachment.AwsTransitGatewayAttachment_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ awstransitgatewayattachment.AwsTransitGatewayAttachment_IsTerraformElement(x int
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awstransitgatewayattachment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awstransitgatewayattachment"
awstransitgatewayattachment.AwsTransitGatewayAttachment_IsTerraformResource(x interface{}) *bool
```
@@ -769,7 +769,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awstransitgatewayattachment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awstransitgatewayattachment"
&awstransitgatewayattachment.AwsTransitGatewayAttachmentConfig {
Connection: interface{},
@@ -785,7 +785,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awstransitgatewayattachmen
TransitGatewayId: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.awsTransitGatewayAttachment.AwsTransitGatewayAttachmentTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.awsTransitGatewayAttachment.AwsTransitGatewayAttachmentTimeouts,
}
```
@@ -804,7 +804,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.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.69.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. |
@@ -890,7 +890,7 @@ HvnId *string
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id}
---
@@ -906,7 +906,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn}
---
@@ -920,7 +920,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -936,7 +936,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id}
---
@@ -948,7 +948,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -965,7 +965,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id}
---
@@ -979,7 +979,7 @@ Timeouts AwsTransitGatewayAttachmentTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
---
@@ -988,7 +988,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awstransitgatewayattachment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awstransitgatewayattachment"
&awstransitgatewayattachment.AwsTransitGatewayAttachmentTimeouts {
Create: *string,
@@ -1001,9 +1001,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awstransitgatewayattachmen
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. |
---
@@ -1015,7 +1015,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
---
@@ -1027,7 +1027,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
---
@@ -1039,7 +1039,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
---
@@ -1050,7 +1050,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/awstransitgatewayattachment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awstransitgatewayattachment"
awstransitgatewayattachment.NewAwsTransitGatewayAttachmentTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AwsTransitGatewayAttachmentTimeoutsOutputReference
```
diff --git a/docs/awsTransitGatewayAttachment.java.md b/docs/awsTransitGatewayAttachment.java.md
index 1006d7987..7686a1e2e 100644
--- a/docs/awsTransitGatewayAttachment.java.md
+++ b/docs/awsTransitGatewayAttachment.java.md
@@ -1,6 +1,6 @@
# `hcp_aws_transit_gateway_attachment`
-Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment).
+Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment).
# `awsTransitGatewayAttachment` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`
### AwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -52,7 +52,7 @@ AwsTransitGatewayAttachment.Builder.create(Construct scope, java.lang.String id)
| resourceShareArn
| java.lang.String
| The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. |
| transitGatewayAttachmentId
| java.lang.String
| The user-settable name of the transit gateway attachment in HCP. |
| transitGatewayId
| java.lang.String
| The ID of the user-owned transit gateway in AWS. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. |
| timeouts
| AwsTransitGatewayAttachmentTimeouts
| timeouts block. |
@@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id}
---
@@ -136,7 +136,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP
The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association))
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -158,7 +158,7 @@ The ID of the user-owned transit gateway in AWS.
The AWS region of the transit gateway must match the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id}
---
@@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -179,7 +179,7 @@ If you experience problems setting this value it might not be settable. Please t
The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id}
---
@@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
---
@@ -951,7 +951,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.67.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.69.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. |
@@ -1037,7 +1037,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id}
---
@@ -1053,7 +1053,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn}
---
@@ -1067,7 +1067,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -1083,7 +1083,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id}
---
@@ -1095,7 +1095,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1112,7 +1112,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id}
---
@@ -1126,7 +1126,7 @@ public AwsTransitGatewayAttachmentTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
---
@@ -1148,9 +1148,9 @@ AwsTransitGatewayAttachmentTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. |
---
@@ -1162,7 +1162,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
---
@@ -1174,7 +1174,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
---
@@ -1186,7 +1186,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
---
diff --git a/docs/awsTransitGatewayAttachment.python.md b/docs/awsTransitGatewayAttachment.python.md
index b96deb631..ba08c878c 100644
--- a/docs/awsTransitGatewayAttachment.python.md
+++ b/docs/awsTransitGatewayAttachment.python.md
@@ -1,6 +1,6 @@
# `hcp_aws_transit_gateway_attachment`
-Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment).
+Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment).
# `awsTransitGatewayAttachment` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`
### AwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -50,7 +50,7 @@ awsTransitGatewayAttachment.AwsTransitGatewayAttachment(
| resource_share_arn
| str
| The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP access to the transit gateway in AWS. |
| transit_gateway_attachment_id
| str
| The user-settable name of the transit gateway attachment in HCP. |
| transit_gateway_id
| str
| The ID of the user-owned transit gateway in AWS. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}. |
| project_id
| str
| The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. |
| timeouts
| AwsTransitGatewayAttachmentTimeouts
| timeouts block. |
@@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id}
---
@@ -134,7 +134,7 @@ The Amazon Resource Name (ARN) of the Resource Share that is needed to grant HCP
The Resource Share should be associated with the HCP AWS account principal (see [aws_ram_principal_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association)) and the transit gateway resource (see [aws_ram_resource_association](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association))
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -156,7 +156,7 @@ The ID of the user-owned transit gateway in AWS.
The AWS region of the transit gateway must match the HVN.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -177,7 +177,7 @@ If you experience problems setting this value it might not be settable. Please t
The ID of the HCP project where the transit gateway attachment is located." If not specified, the project specified in the HCP Provider config block will be used, if configured. If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id}
---
@@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
---
@@ -441,7 +441,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
---
@@ -449,7 +449,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.67.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
---
@@ -457,7 +457,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.67.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
---
@@ -998,7 +998,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.67.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.69.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. |
@@ -1084,7 +1084,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id}
---
@@ -1100,7 +1100,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn}
---
@@ -1114,7 +1114,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -1130,7 +1130,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id}
---
@@ -1142,7 +1142,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1159,7 +1159,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id}
---
@@ -1173,7 +1173,7 @@ timeouts: AwsTransitGatewayAttachmentTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
---
@@ -1195,9 +1195,9 @@ awsTransitGatewayAttachment.AwsTransitGatewayAttachmentTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. |
---
@@ -1209,7 +1209,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
---
@@ -1221,7 +1221,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
---
@@ -1233,7 +1233,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
---
diff --git a/docs/awsTransitGatewayAttachment.typescript.md b/docs/awsTransitGatewayAttachment.typescript.md
index 0564aeb1d..ef8095577 100644
--- a/docs/awsTransitGatewayAttachment.typescript.md
+++ b/docs/awsTransitGatewayAttachment.typescript.md
@@ -1,6 +1,6 @@
# `hcp_aws_transit_gateway_attachment`
-Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment).
+Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment).
# `awsTransitGatewayAttachment` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`
### AwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -789,7 +789,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.67.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.69.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. |
@@ -875,7 +875,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#hvn_id AwsTransitGatewayAttachment#hvn_id}
---
@@ -891,7 +891,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#resource_share_arn AwsTransitGatewayAttachment#resource_share_arn}
---
@@ -905,7 +905,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_attachment_id AwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -921,7 +921,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#transit_gateway_id AwsTransitGatewayAttachment#transit_gateway_id}
---
@@ -933,7 +933,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -950,7 +950,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.67.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.69.0/docs/resources/aws_transit_gateway_attachment#project_id AwsTransitGatewayAttachment#project_id}
---
@@ -964,7 +964,7 @@ public readonly timeouts: AwsTransitGatewayAttachmentTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
---
@@ -982,9 +982,9 @@ const awsTransitGatewayAttachmentTimeouts: awsTransitGatewayAttachment.AwsTransi
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}. |
---
@@ -996,7 +996,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}.
---
@@ -1008,7 +1008,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}.
---
@@ -1020,7 +1020,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}.
---
diff --git a/docs/azurePeeringConnection.csharp.md b/docs/azurePeeringConnection.csharp.md
index 74fd1de25..f712be78a 100644
--- a/docs/azurePeeringConnection.csharp.md
+++ b/docs/azurePeeringConnection.csharp.md
@@ -1,6 +1,6 @@
# `hcp_azure_peering_connection`
-Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection).
+Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection).
# `azurePeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](http
### AzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -868,7 +868,7 @@ new AzurePeeringConnectionConfig {
| PeerTenantId
| string
| The tenant ID of the peer VNet in Azure. |
| PeerVnetName
| string
| The name of the peer VNet in Azure. |
| PeerVnetRegion
| string
| The region of the peer VNet in Azure. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
| Timeouts
| AzurePeeringConnectionTimeouts
| timeouts block. |
---
@@ -953,7 +953,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.67.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
---
@@ -967,7 +967,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.67.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
---
@@ -981,7 +981,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.67.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.69.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name}
---
@@ -995,7 +995,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.67.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.69.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id}
---
@@ -1009,7 +1009,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.67.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.69.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id}
---
@@ -1023,7 +1023,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.67.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.69.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name}
---
@@ -1037,7 +1037,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.67.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.69.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region}
---
@@ -1049,7 +1049,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1066,7 +1066,7 @@ public AzurePeeringConnectionTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
---
@@ -1088,9 +1088,9 @@ new AzurePeeringConnectionTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
---
@@ -1102,7 +1102,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
---
@@ -1114,7 +1114,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
---
@@ -1126,7 +1126,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
---
diff --git a/docs/azurePeeringConnection.go.md b/docs/azurePeeringConnection.go.md
index d4be8dd2e..58175808a 100644
--- a/docs/azurePeeringConnection.go.md
+++ b/docs/azurePeeringConnection.go.md
@@ -1,6 +1,6 @@
# `hcp_azure_peering_connection`
-Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection).
+Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection).
# `azurePeeringConnection` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](http
### AzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/azurepeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/azurepeeringconnection"
azurepeeringconnection.NewAzurePeeringConnection(scope Construct, id *string, config AzurePeeringConnectionConfig) AzurePeeringConnection
```
@@ -297,7 +297,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/azurepeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/azurepeeringconnection"
azurepeeringconnection.AzurePeeringConnection_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/azurepeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/azurepeeringconnection"
azurepeeringconnection.AzurePeeringConnection_IsTerraformElement(x interface{}) *bool
```
@@ -343,7 +343,7 @@ azurepeeringconnection.AzurePeeringConnection_IsTerraformElement(x interface{})
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/azurepeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/azurepeeringconnection"
azurepeeringconnection.AzurePeeringConnection_IsTerraformResource(x interface{}) *bool
```
@@ -828,7 +828,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/azurepeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/azurepeeringconnection"
&azurepeeringconnection.AzurePeeringConnectionConfig {
Connection: interface{},
@@ -846,7 +846,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/azurepeeringconnection"
PeerVnetName: *string,
PeerVnetRegion: *string,
Id: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.azurePeeringConnection.AzurePeeringConnectionTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.azurePeeringConnection.AzurePeeringConnectionTimeouts,
}
```
@@ -868,7 +868,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/azurepeeringconnection"
| PeerTenantId
| *string
| The tenant ID of the peer VNet in Azure. |
| PeerVnetName
| *string
| The name of the peer VNet in Azure. |
| PeerVnetRegion
| *string
| The region of the peer VNet in Azure. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
| Timeouts
| AzurePeeringConnectionTimeouts
| timeouts block. |
---
@@ -953,7 +953,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.67.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
---
@@ -967,7 +967,7 @@ PeeringId *string
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
---
@@ -981,7 +981,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.67.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.69.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name}
---
@@ -995,7 +995,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.67.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.69.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id}
---
@@ -1009,7 +1009,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.67.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.69.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id}
---
@@ -1023,7 +1023,7 @@ PeerVnetName *string
The name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name}
---
@@ -1037,7 +1037,7 @@ PeerVnetRegion *string
The region of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region}
---
@@ -1049,7 +1049,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1066,7 +1066,7 @@ Timeouts AzurePeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
---
@@ -1075,7 +1075,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/azurepeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/azurepeeringconnection"
&azurepeeringconnection.AzurePeeringConnectionTimeouts {
Create: *string,
@@ -1088,9 +1088,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/azurepeeringconnection"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
---
@@ -1102,7 +1102,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
---
@@ -1114,7 +1114,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
---
@@ -1126,7 +1126,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
---
@@ -1137,7 +1137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/azurepeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/azurepeeringconnection"
azurepeeringconnection.NewAzurePeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AzurePeeringConnectionTimeoutsOutputReference
```
diff --git a/docs/azurePeeringConnection.java.md b/docs/azurePeeringConnection.java.md
index 032223341..b1de357d7 100644
--- a/docs/azurePeeringConnection.java.md
+++ b/docs/azurePeeringConnection.java.md
@@ -1,6 +1,6 @@
# `hcp_azure_peering_connection`
-Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection).
+Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection).
# `azurePeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](http
### AzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -57,7 +57,7 @@ AzurePeeringConnection.Builder.create(Construct scope, java.lang.String id)
| peerTenantId
| java.lang.String
| The tenant ID of the peer VNet in Azure. |
| peerVnetName
| java.lang.String
| The name of the peer VNet in Azure. |
| peerVnetRegion
| java.lang.String
| The region of the peer VNet in Azure. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
| timeouts
| AzurePeeringConnectionTimeouts
| timeouts block. |
---
@@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The resource group name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name}
---
@@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The subscription ID of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The tenant ID of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name}
---
@@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The region of the peer VNet in Azure.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region}
---
@@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -209,7 +209,7 @@ If you experience problems setting this value it might not be settable. Please t
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
---
@@ -1035,7 +1035,7 @@ AzurePeeringConnectionConfig.builder()
| peerTenantId
| java.lang.String
| The tenant ID of the peer VNet in Azure. |
| peerVnetName
| java.lang.String
| The name of the peer VNet in Azure. |
| peerVnetRegion
| java.lang.String
| The region of the peer VNet in Azure. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
| timeouts
| AzurePeeringConnectionTimeouts
| timeouts block. |
---
@@ -1120,7 +1120,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.67.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
---
@@ -1134,7 +1134,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.67.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
---
@@ -1148,7 +1148,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.67.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.69.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name}
---
@@ -1162,7 +1162,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.67.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.69.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id}
---
@@ -1176,7 +1176,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.67.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.69.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id}
---
@@ -1190,7 +1190,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.67.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.69.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name}
---
@@ -1204,7 +1204,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.67.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.69.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region}
---
@@ -1216,7 +1216,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1233,7 +1233,7 @@ public AzurePeeringConnectionTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
---
@@ -1255,9 +1255,9 @@ AzurePeeringConnectionTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
---
@@ -1269,7 +1269,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
---
@@ -1281,7 +1281,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
---
@@ -1293,7 +1293,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
---
diff --git a/docs/azurePeeringConnection.python.md b/docs/azurePeeringConnection.python.md
index dcbcb209c..fe67be409 100644
--- a/docs/azurePeeringConnection.python.md
+++ b/docs/azurePeeringConnection.python.md
@@ -1,6 +1,6 @@
# `hcp_azure_peering_connection`
-Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection).
+Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection).
# `azurePeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](http
### AzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -55,7 +55,7 @@ azurePeeringConnection.AzurePeeringConnection(
| peer_tenant_id
| str
| The tenant ID of the peer VNet in Azure. |
| peer_vnet_name
| str
| The name of the peer VNet in Azure. |
| peer_vnet_region
| str
| The region of the peer VNet in Azure. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
| timeouts
| AzurePeeringConnectionTimeouts
| timeouts block. |
---
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.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.69.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.67.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.69.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.67.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.69.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.67.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.69.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region}
---
@@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -207,7 +207,7 @@ If you experience problems setting this value it might not be settable. Please t
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
---
@@ -460,7 +460,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
---
@@ -468,7 +468,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.67.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
---
@@ -476,7 +476,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.67.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
---
@@ -1082,7 +1082,7 @@ azurePeeringConnection.AzurePeeringConnectionConfig(
| peer_tenant_id
| str
| The tenant ID of the peer VNet in Azure. |
| peer_vnet_name
| str
| The name of the peer VNet in Azure. |
| peer_vnet_region
| str
| The region of the peer VNet in Azure. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
| timeouts
| AzurePeeringConnectionTimeouts
| timeouts block. |
---
@@ -1167,7 +1167,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.67.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
---
@@ -1181,7 +1181,7 @@ peering_id: str
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
---
@@ -1195,7 +1195,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.67.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.69.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name}
---
@@ -1209,7 +1209,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.67.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.69.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id}
---
@@ -1223,7 +1223,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.67.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.69.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id}
---
@@ -1237,7 +1237,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.67.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.69.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name}
---
@@ -1251,7 +1251,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.67.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.69.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region}
---
@@ -1263,7 +1263,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1280,7 +1280,7 @@ timeouts: AzurePeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
---
@@ -1302,9 +1302,9 @@ azurePeeringConnection.AzurePeeringConnectionTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
---
@@ -1316,7 +1316,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
---
@@ -1328,7 +1328,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
---
@@ -1340,7 +1340,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
---
diff --git a/docs/azurePeeringConnection.typescript.md b/docs/azurePeeringConnection.typescript.md
index 8bb4f3b9e..7eebdc3d2 100644
--- a/docs/azurePeeringConnection.typescript.md
+++ b/docs/azurePeeringConnection.typescript.md
@@ -1,6 +1,6 @@
# `hcp_azure_peering_connection`
-Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection).
+Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection).
# `azurePeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](http
### AzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -851,7 +851,7 @@ const azurePeeringConnectionConfig: azurePeeringConnection.AzurePeeringConnectio
| peerTenantId
| string
| The tenant ID of the peer VNet in Azure. |
| peerVnetName
| string
| The name of the peer VNet in Azure. |
| peerVnetRegion
| string
| The region of the peer VNet in Azure. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}. |
| timeouts
| AzurePeeringConnectionTimeouts
| timeouts block. |
---
@@ -936,7 +936,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.67.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
---
@@ -950,7 +950,7 @@ public readonly peeringId: string;
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
---
@@ -964,7 +964,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.67.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.69.0/docs/resources/azure_peering_connection#peer_resource_group_name AzurePeeringConnection#peer_resource_group_name}
---
@@ -978,7 +978,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.67.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.69.0/docs/resources/azure_peering_connection#peer_subscription_id AzurePeeringConnection#peer_subscription_id}
---
@@ -992,7 +992,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.67.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.69.0/docs/resources/azure_peering_connection#peer_tenant_id AzurePeeringConnection#peer_tenant_id}
---
@@ -1006,7 +1006,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.67.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.69.0/docs/resources/azure_peering_connection#peer_vnet_name AzurePeeringConnection#peer_vnet_name}
---
@@ -1020,7 +1020,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.67.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.69.0/docs/resources/azure_peering_connection#peer_vnet_region AzurePeeringConnection#peer_vnet_region}
---
@@ -1032,7 +1032,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1049,7 +1049,7 @@ public readonly timeouts: AzurePeeringConnectionTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
---
@@ -1067,9 +1067,9 @@ const azurePeeringConnectionTimeouts: azurePeeringConnection.AzurePeeringConnect
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}. |
---
@@ -1081,7 +1081,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}.
---
@@ -1093,7 +1093,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}.
---
@@ -1105,7 +1105,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}.
---
diff --git a/docs/boundaryCluster.csharp.md b/docs/boundaryCluster.csharp.md
index 2cbb90b71..ca39eddec 100644
--- a/docs/boundaryCluster.csharp.md
+++ b/docs/boundaryCluster.csharp.md
@@ -1,6 +1,6 @@
# `hcp_boundary_cluster`
-Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster).
+Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster).
# `boundaryCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://regi
### BoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -814,7 +814,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.67.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -901,7 +901,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.67.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
---
@@ -917,7 +917,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.67.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
---
@@ -931,7 +931,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.67.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
---
@@ -947,7 +947,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.67.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
---
@@ -959,7 +959,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -976,7 +976,7 @@ public BoundaryClusterMaintenanceWindowConfig MaintenanceWindowConfig { get; set
maintenance_window_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config}
---
@@ -993,7 +993,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.67.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
---
@@ -1007,7 +1007,7 @@ public BoundaryClusterTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
---
@@ -1049,7 +1049,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.67.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
---
@@ -1065,7 +1065,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.67.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
---
@@ -1081,7 +1081,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.67.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
---
@@ -1095,7 +1095,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.67.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
---
@@ -1117,9 +1117,9 @@ new BoundaryClusterTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
---
@@ -1131,7 +1131,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
---
@@ -1143,7 +1143,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
---
@@ -1155,7 +1155,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
---
diff --git a/docs/boundaryCluster.go.md b/docs/boundaryCluster.go.md
index a5208c8b6..5f843535b 100644
--- a/docs/boundaryCluster.go.md
+++ b/docs/boundaryCluster.go.md
@@ -1,6 +1,6 @@
# `hcp_boundary_cluster`
-Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster).
+Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster).
# `boundaryCluster` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://regi
### BoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/boundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/boundarycluster"
boundarycluster.NewBoundaryCluster(scope Construct, id *string, config BoundaryClusterConfig) BoundaryCluster
```
@@ -324,7 +324,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/boundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/boundarycluster"
boundarycluster.BoundaryCluster_IsConstruct(x interface{}) *bool
```
@@ -356,7 +356,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/boundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/boundarycluster"
boundarycluster.BoundaryCluster_IsTerraformElement(x interface{}) *bool
```
@@ -370,7 +370,7 @@ boundarycluster.BoundaryCluster_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/boundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/boundarycluster"
boundarycluster.BoundaryCluster_IsTerraformResource(x interface{}) *bool
```
@@ -778,7 +778,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/boundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/boundarycluster"
&boundarycluster.BoundaryClusterConfig {
Connection: interface{},
@@ -793,9 +793,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/boundarycluster"
Tier: *string,
Username: *string,
Id: *string,
- MaintenanceWindowConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.boundaryCluster.BoundaryClusterMaintenanceWindowConfig,
+ MaintenanceWindowConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.boundaryCluster.BoundaryClusterMaintenanceWindowConfig,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.boundaryCluster.BoundaryClusterTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.boundaryCluster.BoundaryClusterTimeouts,
}
```
@@ -814,7 +814,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -901,7 +901,7 @@ ClusterId *string
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
---
@@ -917,7 +917,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.67.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
---
@@ -931,7 +931,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.67.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
---
@@ -947,7 +947,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.67.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
---
@@ -959,7 +959,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -976,7 +976,7 @@ MaintenanceWindowConfig BoundaryClusterMaintenanceWindowConfig
maintenance_window_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config}
---
@@ -993,7 +993,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.67.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
---
@@ -1007,7 +1007,7 @@ Timeouts BoundaryClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
---
@@ -1016,7 +1016,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/boundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/boundarycluster"
&boundarycluster.BoundaryClusterMaintenanceWindowConfig {
Day: *string,
@@ -1049,7 +1049,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.67.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
---
@@ -1065,7 +1065,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.67.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
---
@@ -1081,7 +1081,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.67.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
---
@@ -1095,7 +1095,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.67.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
---
@@ -1104,7 +1104,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/boundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/boundarycluster"
&boundarycluster.BoundaryClusterTimeouts {
Create: *string,
@@ -1117,9 +1117,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/boundarycluster"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
---
@@ -1131,7 +1131,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
---
@@ -1143,7 +1143,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
---
@@ -1155,7 +1155,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
---
@@ -1166,7 +1166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/boundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/boundarycluster"
boundarycluster.NewBoundaryClusterMaintenanceWindowConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) BoundaryClusterMaintenanceWindowConfigOutputReference
```
@@ -1531,7 +1531,7 @@ func InternalValue() BoundaryClusterMaintenanceWindowConfig
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/boundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/boundarycluster"
boundarycluster.NewBoundaryClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) BoundaryClusterTimeoutsOutputReference
```
diff --git a/docs/boundaryCluster.java.md b/docs/boundaryCluster.java.md
index 27c866ecd..44842b35b 100644
--- a/docs/boundaryCluster.java.md
+++ b/docs/boundaryCluster.java.md
@@ -1,6 +1,6 @@
# `hcp_boundary_cluster`
-Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster).
+Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster).
# `boundaryCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://regi
### BoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -53,7 +53,7 @@ BoundaryCluster.Builder.create(Construct scope, java.lang.String id)
| password
| java.lang.String
| The password of the initial admin user. |
| tier
| java.lang.String
| The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. |
| username
| java.lang.String
| The username of the initial admin user. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
| maintenanceWindowConfig
| BoundaryClusterMaintenanceWindowConfig
| maintenance_window_config block. |
| projectId
| java.lang.String
| The ID of the HCP project where the Boundary cluster is located. |
| timeouts
| BoundaryClusterTimeouts
| timeouts block. |
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
---
@@ -138,7 +138,7 @@ The password of the initial admin user.
This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
---
@@ -160,7 +160,7 @@ The username of the initial admin user.
This must be at least 3 characters in length, alphanumeric, hyphen, or period.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -181,7 +181,7 @@ If you experience problems setting this value it might not be settable. Please t
maintenance_window_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config}
---
@@ -194,7 +194,7 @@ The ID of the HCP project where the Boundary cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
---
@@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
---
@@ -976,7 +976,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.67.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.69.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. |
@@ -1063,7 +1063,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.67.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
---
@@ -1079,7 +1079,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.67.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
---
@@ -1093,7 +1093,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.67.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
---
@@ -1109,7 +1109,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.67.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
---
@@ -1121,7 +1121,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1138,7 +1138,7 @@ public BoundaryClusterMaintenanceWindowConfig getMaintenanceWindowConfig();
maintenance_window_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config}
---
@@ -1155,7 +1155,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.67.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
---
@@ -1169,7 +1169,7 @@ public BoundaryClusterTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
---
@@ -1211,7 +1211,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.67.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
---
@@ -1227,7 +1227,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.67.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
---
@@ -1243,7 +1243,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.67.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
---
@@ -1257,7 +1257,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.67.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
---
@@ -1279,9 +1279,9 @@ BoundaryClusterTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
---
@@ -1293,7 +1293,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
---
@@ -1305,7 +1305,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
---
@@ -1317,7 +1317,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
---
diff --git a/docs/boundaryCluster.python.md b/docs/boundaryCluster.python.md
index afb4a55d9..d826a2090 100644
--- a/docs/boundaryCluster.python.md
+++ b/docs/boundaryCluster.python.md
@@ -1,6 +1,6 @@
# `hcp_boundary_cluster`
-Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster).
+Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster).
# `boundaryCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://regi
### BoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -51,7 +51,7 @@ boundaryCluster.BoundaryCluster(
| password
| str
| The password of the initial admin user. |
| tier
| str
| The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'. |
| username
| str
| The username of the initial admin user. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
| maintenance_window_config
| BoundaryClusterMaintenanceWindowConfig
| maintenance_window_config block. |
| project_id
| str
| The ID of the HCP project where the Boundary cluster is located. |
| timeouts
| BoundaryClusterTimeouts
| timeouts block. |
@@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
---
@@ -136,7 +136,7 @@ The password of the initial admin user.
This must be at least 8 characters in length. Note that this may show up in logs, and it will be stored in the state file.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The tier that the HCP Boundary cluster will be provisioned as, 'Standard' or 'Plus'.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
---
@@ -158,7 +158,7 @@ The username of the initial admin user.
This must be at least 3 characters in length, alphanumeric, hyphen, or period.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
---
@@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -179,7 +179,7 @@ If you experience problems setting this value it might not be settable. Please t
maintenance_window_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config}
---
@@ -192,7 +192,7 @@ The ID of the HCP project where the Boundary cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
---
@@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
---
@@ -463,7 +463,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.67.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
---
@@ -475,7 +475,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.67.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
---
@@ -487,7 +487,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.67.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
---
@@ -497,7 +497,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.67.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
---
@@ -515,7 +515,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
---
@@ -523,7 +523,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.67.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
---
@@ -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.67.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
---
@@ -1068,7 +1068,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.67.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1155,7 +1155,7 @@ cluster_id: str
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
---
@@ -1171,7 +1171,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.67.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
---
@@ -1185,7 +1185,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.67.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
---
@@ -1201,7 +1201,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.67.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
---
@@ -1213,7 +1213,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1230,7 +1230,7 @@ maintenance_window_config: BoundaryClusterMaintenanceWindowConfig
maintenance_window_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config}
---
@@ -1247,7 +1247,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.67.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
---
@@ -1261,7 +1261,7 @@ timeouts: BoundaryClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
---
@@ -1303,7 +1303,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.67.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
---
@@ -1319,7 +1319,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.67.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
---
@@ -1335,7 +1335,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.67.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
---
@@ -1349,7 +1349,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.67.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
---
@@ -1371,9 +1371,9 @@ boundaryCluster.BoundaryClusterTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
---
@@ -1385,7 +1385,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
---
@@ -1397,7 +1397,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
---
@@ -1409,7 +1409,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
---
diff --git a/docs/boundaryCluster.typescript.md b/docs/boundaryCluster.typescript.md
index 80fa9325f..58f42faa8 100644
--- a/docs/boundaryCluster.typescript.md
+++ b/docs/boundaryCluster.typescript.md
@@ -1,6 +1,6 @@
# `hcp_boundary_cluster`
-Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster).
+Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster).
# `boundaryCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://regi
### BoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -798,7 +798,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.67.0/docs/resources/boundary_cluster#id BoundaryCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -885,7 +885,7 @@ public readonly clusterId: string;
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
---
@@ -901,7 +901,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.67.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
---
@@ -915,7 +915,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.67.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
---
@@ -931,7 +931,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.67.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
---
@@ -943,7 +943,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#id BoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -960,7 +960,7 @@ public readonly maintenanceWindowConfig: BoundaryClusterMaintenanceWindowConfig;
maintenance_window_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/boundary_cluster#maintenance_window_config BoundaryCluster#maintenance_window_config}
---
@@ -977,7 +977,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.67.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
---
@@ -991,7 +991,7 @@ public readonly timeouts: BoundaryClusterTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
---
@@ -1028,7 +1028,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.67.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
---
@@ -1044,7 +1044,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.67.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
---
@@ -1060,7 +1060,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.67.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
---
@@ -1074,7 +1074,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.67.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
---
@@ -1092,9 +1092,9 @@ const boundaryClusterTimeouts: boundaryCluster.BoundaryClusterTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#create BoundaryCluster#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#default BoundaryCluster#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}. |
---
@@ -1106,7 +1106,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#create BoundaryCluster#create}.
---
@@ -1118,7 +1118,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#default BoundaryCluster#default}.
---
@@ -1130,7 +1130,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}.
---
diff --git a/docs/consulCluster.csharp.md b/docs/consulCluster.csharp.md
index 674fdf519..ff6fc0d9f 100644
--- a/docs/consulCluster.csharp.md
+++ b/docs/consulCluster.csharp.md
@@ -1,6 +1,6 @@
# `hcp_consul_cluster`
-Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster).
+Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster).
# `consulCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://regist
### ConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -1146,7 +1146,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.67.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1237,7 +1237,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.67.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
---
@@ -1251,7 +1251,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.67.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
---
@@ -1267,7 +1267,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.67.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
---
@@ -1283,7 +1283,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.67.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.69.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering}
---
@@ -1297,7 +1297,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.67.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
---
@@ -1311,7 +1311,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.67.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
---
@@ -1323,7 +1323,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#id ConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1340,7 +1340,7 @@ public object IpAllowlist { get; set; }
ip_allowlist block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
---
@@ -1356,7 +1356,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.67.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.69.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version}
---
@@ -1372,7 +1372,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.67.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
---
@@ -1389,7 +1389,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.67.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
---
@@ -1403,7 +1403,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.67.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
---
@@ -1419,7 +1419,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.67.0/docs/resources/consul_cluster#size ConsulCluster#size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#size ConsulCluster#size}
---
@@ -1433,7 +1433,7 @@ public ConsulClusterTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
---
@@ -1469,7 +1469,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.67.0/docs/resources/consul_cluster#address ConsulCluster#address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#address ConsulCluster#address}
---
@@ -1483,7 +1483,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.67.0/docs/resources/consul_cluster#description ConsulCluster#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#description ConsulCluster#description}
---
@@ -1506,10 +1506,10 @@ new ConsulClusterTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
-| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
+| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
---
@@ -1521,7 +1521,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#create ConsulCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#create ConsulCluster#create}.
---
@@ -1533,7 +1533,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#default ConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#default ConsulCluster#default}.
---
@@ -1545,7 +1545,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
---
@@ -1557,7 +1557,7 @@ public string Update { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#update ConsulCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#update ConsulCluster#update}.
---
diff --git a/docs/consulCluster.go.md b/docs/consulCluster.go.md
index 9b2437946..518cc19be 100644
--- a/docs/consulCluster.go.md
+++ b/docs/consulCluster.go.md
@@ -1,6 +1,6 @@
# `hcp_consul_cluster`
-Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster).
+Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster).
# `consulCluster` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://regist
### ConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster hcp_consul_cluster}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulcluster"
consulcluster.NewConsulCluster(scope Construct, id *string, config ConsulClusterConfig) ConsulCluster
```
@@ -373,7 +373,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulcluster"
consulcluster.ConsulCluster_IsConstruct(x interface{}) *bool
```
@@ -405,7 +405,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulcluster"
consulcluster.ConsulCluster_IsTerraformElement(x interface{}) *bool
```
@@ -419,7 +419,7 @@ consulcluster.ConsulCluster_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulcluster"
consulcluster.ConsulCluster_IsTerraformResource(x interface{}) *bool
```
@@ -1102,7 +1102,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulcluster"
&consulcluster.ConsulClusterConfig {
Connection: interface{},
@@ -1125,7 +1125,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulcluster"
ProjectId: *string,
PublicEndpoint: interface{},
Size: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.consulCluster.ConsulClusterTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.consulCluster.ConsulClusterTimeouts,
}
```
@@ -1146,7 +1146,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1237,7 +1237,7 @@ ClusterId *string
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
---
@@ -1251,7 +1251,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.67.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
---
@@ -1267,7 +1267,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.67.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
---
@@ -1283,7 +1283,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.67.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.69.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering}
---
@@ -1297,7 +1297,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.67.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
---
@@ -1311,7 +1311,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.67.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
---
@@ -1323,7 +1323,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#id ConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1340,7 +1340,7 @@ IpAllowlist interface{}
ip_allowlist block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
---
@@ -1356,7 +1356,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.67.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.69.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version}
---
@@ -1372,7 +1372,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.67.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
---
@@ -1389,7 +1389,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.67.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
---
@@ -1403,7 +1403,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.67.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
---
@@ -1419,7 +1419,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.67.0/docs/resources/consul_cluster#size ConsulCluster#size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#size ConsulCluster#size}
---
@@ -1433,7 +1433,7 @@ Timeouts ConsulClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
---
@@ -1442,7 +1442,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulcluster"
&consulcluster.ConsulClusterIpAllowlistStruct {
Address: *string,
@@ -1469,7 +1469,7 @@ Address *string
IP address range in CIDR notation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#address ConsulCluster#address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#address ConsulCluster#address}
---
@@ -1483,7 +1483,7 @@ Description *string
Description to help identify source (maximum 255 chars).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#description ConsulCluster#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#description ConsulCluster#description}
---
@@ -1492,7 +1492,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulcluster"
&consulcluster.ConsulClusterTimeouts {
Create: *string,
@@ -1506,10 +1506,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulcluster"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
-| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
+| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
---
@@ -1521,7 +1521,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#create ConsulCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#create ConsulCluster#create}.
---
@@ -1533,7 +1533,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#default ConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#default ConsulCluster#default}.
---
@@ -1545,7 +1545,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
---
@@ -1557,7 +1557,7 @@ Update *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#update ConsulCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#update ConsulCluster#update}.
---
@@ -1568,7 +1568,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulcluster"
consulcluster.NewConsulClusterIpAllowlistStructList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ConsulClusterIpAllowlistStructList
```
@@ -1711,7 +1711,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulcluster"
consulcluster.NewConsulClusterIpAllowlistStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) ConsulClusterIpAllowlistStructOutputReference
```
@@ -2029,7 +2029,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulcluster"
consulcluster.NewConsulClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ConsulClusterTimeoutsOutputReference
```
diff --git a/docs/consulCluster.java.md b/docs/consulCluster.java.md
index 325ecad1d..89d8c7876 100644
--- a/docs/consulCluster.java.md
+++ b/docs/consulCluster.java.md
@@ -1,6 +1,6 @@
# `hcp_consul_cluster`
-Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster).
+Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster).
# `consulCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://regist
### ConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -65,7 +65,7 @@ ConsulCluster.Builder.create(Construct scope, java.lang.String id)
| autoHvnToHvnPeering
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. |
| connectEnabled
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Denotes the Consul connect feature should be enabled for this cluster. Default to true. |
| datacenter
| java.lang.String
| The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
| ipAllowlist
| com.hashicorp.cdktf.IResolvable OR java.util.List<ConsulClusterIpAllowlistStruct>
| ip_allowlist block. |
| minConsulVersion
| java.lang.String
| The minimum Consul patch version of the cluster. |
| primaryLink
| java.lang.String
| The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. |
@@ -142,7 +142,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HVN this HCP Consul cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
---
@@ -164,7 +164,7 @@ The tier that the HCP Consul cluster will be provisioned as.
Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
---
@@ -176,7 +176,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede
The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering}
---
@@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes the Consul connect feature should be enabled for this cluster. Default to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
---
@@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
---
@@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#id ConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#id ConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -217,7 +217,7 @@ If you experience problems setting this value it might not be settable. Please t
ip_allowlist block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
---
@@ -229,7 +229,7 @@ The minimum Consul patch version of the cluster.
Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version}
---
@@ -241,7 +241,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation
If not specified, it is a standalone cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
---
@@ -254,7 +254,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
---
@@ -264,7 +264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
---
@@ -276,7 +276,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr
Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#size ConsulCluster#size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#size ConsulCluster#size}
---
@@ -286,7 +286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
---
@@ -1394,7 +1394,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.67.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.69.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. |
@@ -1485,7 +1485,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.67.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
---
@@ -1499,7 +1499,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.67.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
---
@@ -1515,7 +1515,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.67.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
---
@@ -1531,7 +1531,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.67.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.69.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering}
---
@@ -1545,7 +1545,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.67.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
---
@@ -1559,7 +1559,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.67.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
---
@@ -1571,7 +1571,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#id ConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1588,7 +1588,7 @@ public java.lang.Object getIpAllowlist();
ip_allowlist block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
---
@@ -1604,7 +1604,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.67.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.69.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version}
---
@@ -1620,7 +1620,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.67.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
---
@@ -1637,7 +1637,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.67.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
---
@@ -1651,7 +1651,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.67.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
---
@@ -1667,7 +1667,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.67.0/docs/resources/consul_cluster#size ConsulCluster#size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#size ConsulCluster#size}
---
@@ -1681,7 +1681,7 @@ public ConsulClusterTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
---
@@ -1717,7 +1717,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.67.0/docs/resources/consul_cluster#address ConsulCluster#address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#address ConsulCluster#address}
---
@@ -1731,7 +1731,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.67.0/docs/resources/consul_cluster#description ConsulCluster#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#description ConsulCluster#description}
---
@@ -1754,10 +1754,10 @@ ConsulClusterTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.67.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.69.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.69.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.69.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.69.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
---
@@ -1769,7 +1769,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#create ConsulCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#create ConsulCluster#create}.
---
@@ -1781,7 +1781,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#default ConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#default ConsulCluster#default}.
---
@@ -1793,7 +1793,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
---
@@ -1805,7 +1805,7 @@ public java.lang.String getUpdate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#update ConsulCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#update ConsulCluster#update}.
---
diff --git a/docs/consulCluster.python.md b/docs/consulCluster.python.md
index 9524378bc..3e6690d06 100644
--- a/docs/consulCluster.python.md
+++ b/docs/consulCluster.python.md
@@ -1,6 +1,6 @@
# `hcp_consul_cluster`
-Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster).
+Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster).
# `consulCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://regist
### ConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -59,7 +59,7 @@ consulCluster.ConsulCluster(
| auto_hvn_to_hvn_peering
| typing.Union[bool, cdktf.IResolvable]
| Enables automatic HVN to HVN peering when creating a secondary cluster in a federation. |
| connect_enabled
| typing.Union[bool, cdktf.IResolvable]
| Denotes the Consul connect feature should be enabled for this cluster. Default to true. |
| datacenter
| str
| The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
| ip_allowlist
| typing.Union[cdktf.IResolvable, typing.List[ConsulClusterIpAllowlistStruct]]
| ip_allowlist block. |
| min_consul_version
| str
| The minimum Consul patch version of the cluster. |
| primary_link
| str
| The `self_link` of the HCP Consul cluster which is the primary in the federation setup with this HCP Consul cluster. |
@@ -136,7 +136,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
---
@@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HVN this HCP Consul cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
---
@@ -158,7 +158,7 @@ The tier that the HCP Consul cluster will be provisioned as.
Only `development`, `standard`, `plus`, and `premium` are available at this time. See [pricing information](https://www.hashicorp.com/products/consul/pricing).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
---
@@ -170,7 +170,7 @@ Enables automatic HVN to HVN peering when creating a secondary cluster in a fede
The alternative to using the auto-accept feature is to create an [`hcp_hvn_peering_connection`](hvn_peering_connection.md) resource that explicitly defines the HVN resources that are allowed to communicate with each other.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering}
---
@@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes the Consul connect feature should be enabled for this cluster. Default to true.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
---
@@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The Consul data center name of the cluster. If not specified, it is defaulted to the value of `cluster_id`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
---
@@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#id ConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#id ConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -211,7 +211,7 @@ If you experience problems setting this value it might not be settable. Please t
ip_allowlist block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
---
@@ -223,7 +223,7 @@ The minimum Consul patch version of the cluster.
Allows only the rightmost version component to increment (E.g: `1.13.0` will allow installation of `1.13.2` and `1.13.3` etc., but not `1.14.0`). If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version}
---
@@ -235,7 +235,7 @@ The `self_link` of the HCP Consul cluster which is the primary in the federation
If not specified, it is a standalone cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
---
@@ -248,7 +248,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
---
@@ -258,7 +258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes that the cluster has a public endpoint for the Consul UI. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
---
@@ -270,7 +270,7 @@ The t-shirt size representation of each server VM that this Consul cluster is pr
Valid option for development tier - `x_small`. Valid options for other tiers - `small`, `medium`, `large`. For more details - https://cloud.hashicorp.com/pricing/consul. Upgrading the size of a cluster after creation is allowed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#size ConsulCluster#size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#size ConsulCluster#size}
---
@@ -280,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
---
@@ -558,7 +558,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#create ConsulCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#create ConsulCluster#create}.
---
@@ -566,7 +566,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.67.0/docs/resources/consul_cluster#default ConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#default ConsulCluster#default}.
---
@@ -574,7 +574,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.67.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
---
@@ -582,7 +582,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.67.0/docs/resources/consul_cluster#update ConsulCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#update ConsulCluster#update}.
---
@@ -1444,7 +1444,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.67.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1535,7 +1535,7 @@ cluster_id: str
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
---
@@ -1549,7 +1549,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.67.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
---
@@ -1565,7 +1565,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.67.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
---
@@ -1581,7 +1581,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.67.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.69.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering}
---
@@ -1595,7 +1595,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.67.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
---
@@ -1609,7 +1609,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.67.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
---
@@ -1621,7 +1621,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#id ConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1638,7 +1638,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.67.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
---
@@ -1654,7 +1654,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.67.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.69.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version}
---
@@ -1670,7 +1670,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.67.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
---
@@ -1687,7 +1687,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.67.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
---
@@ -1701,7 +1701,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.67.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
---
@@ -1717,7 +1717,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.67.0/docs/resources/consul_cluster#size ConsulCluster#size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#size ConsulCluster#size}
---
@@ -1731,7 +1731,7 @@ timeouts: ConsulClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
---
@@ -1767,7 +1767,7 @@ address: str
IP address range in CIDR notation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#address ConsulCluster#address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#address ConsulCluster#address}
---
@@ -1781,7 +1781,7 @@ description: str
Description to help identify source (maximum 255 chars).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#description ConsulCluster#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#description ConsulCluster#description}
---
@@ -1804,10 +1804,10 @@ consulCluster.ConsulClusterTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
-| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
+| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
---
@@ -1819,7 +1819,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#create ConsulCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#create ConsulCluster#create}.
---
@@ -1831,7 +1831,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#default ConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#default ConsulCluster#default}.
---
@@ -1843,7 +1843,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
---
@@ -1855,7 +1855,7 @@ update: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#update ConsulCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#update ConsulCluster#update}.
---
diff --git a/docs/consulCluster.typescript.md b/docs/consulCluster.typescript.md
index 6085aa901..224229efc 100644
--- a/docs/consulCluster.typescript.md
+++ b/docs/consulCluster.typescript.md
@@ -1,6 +1,6 @@
# `hcp_consul_cluster`
-Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster).
+Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster).
# `consulCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://regist
### ConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -1124,7 +1124,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.67.0/docs/resources/consul_cluster#id ConsulCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1215,7 +1215,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.67.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
---
@@ -1229,7 +1229,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.67.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
---
@@ -1245,7 +1245,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.67.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
---
@@ -1261,7 +1261,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.67.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.69.0/docs/resources/consul_cluster#auto_hvn_to_hvn_peering ConsulCluster#auto_hvn_to_hvn_peering}
---
@@ -1275,7 +1275,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.67.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
---
@@ -1289,7 +1289,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.67.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
---
@@ -1301,7 +1301,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#id ConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1318,7 +1318,7 @@ public readonly ipAllowlist: IResolvable | ConsulClusterIpAllowlistStruct[];
ip_allowlist block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
---
@@ -1334,7 +1334,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.67.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.69.0/docs/resources/consul_cluster#min_consul_version ConsulCluster#min_consul_version}
---
@@ -1350,7 +1350,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.67.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
---
@@ -1367,7 +1367,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.67.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
---
@@ -1381,7 +1381,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.67.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
---
@@ -1397,7 +1397,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.67.0/docs/resources/consul_cluster#size ConsulCluster#size}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#size ConsulCluster#size}
---
@@ -1411,7 +1411,7 @@ public readonly timeouts: ConsulClusterTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
---
@@ -1444,7 +1444,7 @@ public readonly address: string;
IP address range in CIDR notation.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#address ConsulCluster#address}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#address ConsulCluster#address}
---
@@ -1458,7 +1458,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.67.0/docs/resources/consul_cluster#description ConsulCluster#description}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#description ConsulCluster#description}
---
@@ -1476,10 +1476,10 @@ const consulClusterTimeouts: consulCluster.ConsulClusterTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
-| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#create ConsulCluster#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#default ConsulCluster#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#delete ConsulCluster#delete}. |
+| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#update ConsulCluster#update}. |
---
@@ -1491,7 +1491,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#create ConsulCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#create ConsulCluster#create}.
---
@@ -1503,7 +1503,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#default ConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#default ConsulCluster#default}.
---
@@ -1515,7 +1515,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#delete ConsulCluster#delete}.
---
@@ -1527,7 +1527,7 @@ public readonly update: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#update ConsulCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#update ConsulCluster#update}.
---
diff --git a/docs/consulClusterRootToken.csharp.md b/docs/consulClusterRootToken.csharp.md
index 94dcc9aec..da20f0e66 100644
--- a/docs/consulClusterRootToken.csharp.md
+++ b/docs/consulClusterRootToken.csharp.md
@@ -1,6 +1,6 @@
# `hcp_consul_cluster_root_token`
-Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token).
+Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token).
# `consulClusterRootToken` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](htt
### ConsulClusterRootToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
#### Initializers
@@ -699,7 +699,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.67.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.69.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. |
@@ -785,7 +785,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.67.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.69.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id}
---
@@ -797,7 +797,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -817,7 +817,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.67.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.69.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id}
---
@@ -831,7 +831,7 @@ public ConsulClusterRootTokenTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
---
@@ -851,7 +851,7 @@ new ConsulClusterRootTokenTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. |
---
@@ -863,7 +863,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
---
diff --git a/docs/consulClusterRootToken.go.md b/docs/consulClusterRootToken.go.md
index 78f3f6e18..4bb2d41c4 100644
--- a/docs/consulClusterRootToken.go.md
+++ b/docs/consulClusterRootToken.go.md
@@ -1,6 +1,6 @@
# `hcp_consul_cluster_root_token`
-Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token).
+Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token).
# `consulClusterRootToken` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](htt
### ConsulClusterRootToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulclusterroottoken"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulclusterroottoken"
consulclusterroottoken.NewConsulClusterRootToken(scope Construct, id *string, config ConsulClusterRootTokenConfig) ConsulClusterRootToken
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulclusterroottoken"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulclusterroottoken"
consulclusterroottoken.ConsulClusterRootToken_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulclusterroottoken"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulclusterroottoken"
consulclusterroottoken.ConsulClusterRootToken_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ consulclusterroottoken.ConsulClusterRootToken_IsTerraformElement(x interface{})
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulclusterroottoken"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulclusterroottoken"
consulclusterroottoken.ConsulClusterRootToken_IsTerraformResource(x interface{}) *bool
```
@@ -670,7 +670,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulclusterroottoken"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulclusterroottoken"
&consulclusterroottoken.ConsulClusterRootTokenConfig {
Connection: interface{},
@@ -683,7 +683,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulclusterroottoken"
ClusterId: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.consulClusterRootToken.ConsulClusterRootTokenTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.consulClusterRootToken.ConsulClusterRootTokenTimeouts,
}
```
@@ -699,7 +699,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.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.69.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. |
@@ -785,7 +785,7 @@ ClusterId *string
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id}
---
@@ -797,7 +797,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -817,7 +817,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.67.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.69.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id}
---
@@ -831,7 +831,7 @@ Timeouts ConsulClusterRootTokenTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
---
@@ -840,7 +840,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulclusterroottoken"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulclusterroottoken"
&consulclusterroottoken.ConsulClusterRootTokenTimeouts {
Default: *string,
@@ -851,7 +851,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulclusterroottoken"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. |
---
@@ -863,7 +863,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
---
@@ -874,7 +874,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulclusterroottoken"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulclusterroottoken"
consulclusterroottoken.NewConsulClusterRootTokenTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ConsulClusterRootTokenTimeoutsOutputReference
```
diff --git a/docs/consulClusterRootToken.java.md b/docs/consulClusterRootToken.java.md
index 48aa4cdcf..39a13cb4f 100644
--- a/docs/consulClusterRootToken.java.md
+++ b/docs/consulClusterRootToken.java.md
@@ -1,6 +1,6 @@
# `hcp_consul_cluster_root_token`
-Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token).
+Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token).
# `consulClusterRootToken` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](htt
### ConsulClusterRootToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
#### Initializers
@@ -46,7 +46,7 @@ ConsulClusterRootToken.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| ConsulClusterRootTokenTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -142,7 +142,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
---
@@ -809,7 +809,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.67.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.69.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. |
@@ -895,7 +895,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.67.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.69.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id}
---
@@ -907,7 +907,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -927,7 +927,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.67.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.69.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id}
---
@@ -941,7 +941,7 @@ public ConsulClusterRootTokenTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
---
@@ -961,7 +961,7 @@ ConsulClusterRootTokenTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. |
---
@@ -973,7 +973,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
---
diff --git a/docs/consulClusterRootToken.python.md b/docs/consulClusterRootToken.python.md
index 606ec295a..dff0bddb3 100644
--- a/docs/consulClusterRootToken.python.md
+++ b/docs/consulClusterRootToken.python.md
@@ -1,6 +1,6 @@
# `hcp_consul_cluster_root_token`
-Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token).
+Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token).
# `consulClusterRootToken` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](htt
### ConsulClusterRootToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
#### Initializers
@@ -44,7 +44,7 @@ consulClusterRootToken.ConsulClusterRootToken(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Consul cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| ConsulClusterRootTokenTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -140,7 +140,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
---
@@ -402,7 +402,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
---
@@ -838,7 +838,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.67.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.69.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. |
@@ -924,7 +924,7 @@ cluster_id: str
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id}
---
@@ -936,7 +936,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -956,7 +956,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.67.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.69.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id}
---
@@ -970,7 +970,7 @@ timeouts: ConsulClusterRootTokenTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
---
@@ -990,7 +990,7 @@ consulClusterRootToken.ConsulClusterRootTokenTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. |
---
@@ -1002,7 +1002,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
---
diff --git a/docs/consulClusterRootToken.typescript.md b/docs/consulClusterRootToken.typescript.md
index e8b34c31e..20961859d 100644
--- a/docs/consulClusterRootToken.typescript.md
+++ b/docs/consulClusterRootToken.typescript.md
@@ -1,6 +1,6 @@
# `hcp_consul_cluster_root_token`
-Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token).
+Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token).
# `consulClusterRootToken` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](htt
### ConsulClusterRootToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}.
#### Initializers
@@ -687,7 +687,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.67.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.69.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. |
@@ -773,7 +773,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.67.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.69.0/docs/resources/consul_cluster_root_token#cluster_id ConsulClusterRootToken#cluster_id}
---
@@ -785,7 +785,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -805,7 +805,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.67.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.69.0/docs/resources/consul_cluster_root_token#project_id ConsulClusterRootToken#project_id}
---
@@ -819,7 +819,7 @@ public readonly timeouts: ConsulClusterRootTokenTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
---
@@ -837,7 +837,7 @@ const consulClusterRootTokenTimeouts: consulClusterRootToken.ConsulClusterRootTo
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}. |
---
@@ -849,7 +849,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}.
---
diff --git a/docs/consulSnapshot.csharp.md b/docs/consulSnapshot.csharp.md
index dadb1dc81..b290686c4 100644
--- a/docs/consulSnapshot.csharp.md
+++ b/docs/consulSnapshot.csharp.md
@@ -1,6 +1,6 @@
# `hcp_consul_snapshot`
-Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot).
+Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot).
# `consulSnapshot` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://regis
### ConsulSnapshot
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
#### Initializers
@@ -756,7 +756,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.67.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -842,7 +842,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.67.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
---
@@ -856,7 +856,7 @@ public string SnapshotName { get; set; }
The name of the snapshot.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
---
@@ -868,7 +868,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -888,7 +888,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.67.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
---
@@ -902,7 +902,7 @@ public ConsulSnapshotTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
---
@@ -925,10 +925,10 @@ new ConsulSnapshotTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
-| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
+| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
---
@@ -940,7 +940,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
---
@@ -952,7 +952,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
---
@@ -964,7 +964,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
---
@@ -976,7 +976,7 @@ public string Update { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
---
diff --git a/docs/consulSnapshot.go.md b/docs/consulSnapshot.go.md
index 65b051414..9de2f9f01 100644
--- a/docs/consulSnapshot.go.md
+++ b/docs/consulSnapshot.go.md
@@ -1,6 +1,6 @@
# `hcp_consul_snapshot`
-Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot).
+Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot).
# `consulSnapshot` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://regis
### ConsulSnapshot
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulsnapshot"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulsnapshot"
consulsnapshot.NewConsulSnapshot(scope Construct, id *string, config ConsulSnapshotConfig) ConsulSnapshot
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulsnapshot"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulsnapshot"
consulsnapshot.ConsulSnapshot_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulsnapshot"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulsnapshot"
consulsnapshot.ConsulSnapshot_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ consulsnapshot.ConsulSnapshot_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulsnapshot"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulsnapshot"
consulsnapshot.ConsulSnapshot_IsTerraformResource(x interface{}) *bool
```
@@ -725,7 +725,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulsnapshot"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulsnapshot"
&consulsnapshot.ConsulSnapshotConfig {
Connection: interface{},
@@ -739,7 +739,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulsnapshot"
SnapshotName: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.consulSnapshot.ConsulSnapshotTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.consulSnapshot.ConsulSnapshotTimeouts,
}
```
@@ -756,7 +756,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -842,7 +842,7 @@ ClusterId *string
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
---
@@ -856,7 +856,7 @@ SnapshotName *string
The name of the snapshot.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
---
@@ -868,7 +868,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -888,7 +888,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.67.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
---
@@ -902,7 +902,7 @@ Timeouts ConsulSnapshotTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
---
@@ -911,7 +911,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulsnapshot"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulsnapshot"
&consulsnapshot.ConsulSnapshotTimeouts {
Create: *string,
@@ -925,10 +925,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulsnapshot"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
-| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
+| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
---
@@ -940,7 +940,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
---
@@ -952,7 +952,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
---
@@ -964,7 +964,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
---
@@ -976,7 +976,7 @@ Update *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
---
@@ -987,7 +987,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/consulsnapshot"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulsnapshot"
consulsnapshot.NewConsulSnapshotTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ConsulSnapshotTimeoutsOutputReference
```
diff --git a/docs/consulSnapshot.java.md b/docs/consulSnapshot.java.md
index f44097e02..fa99751e8 100644
--- a/docs/consulSnapshot.java.md
+++ b/docs/consulSnapshot.java.md
@@ -1,6 +1,6 @@
# `hcp_consul_snapshot`
-Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot).
+Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot).
# `consulSnapshot` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://regis
### ConsulSnapshot
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
#### Initializers
@@ -48,7 +48,7 @@ ConsulSnapshot.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
| snapshotName
| java.lang.String
| The name of the snapshot. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| ConsulSnapshotTimeouts
| timeouts block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the snapshot.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -154,7 +154,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
---
@@ -878,7 +878,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.67.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.69.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. |
@@ -964,7 +964,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.67.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
---
@@ -978,7 +978,7 @@ public java.lang.String getSnapshotName();
The name of the snapshot.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
---
@@ -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.67.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1010,7 +1010,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.67.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
---
@@ -1024,7 +1024,7 @@ public ConsulSnapshotTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
---
@@ -1047,10 +1047,10 @@ ConsulSnapshotTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.67.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.69.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.69.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.69.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.69.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
---
@@ -1062,7 +1062,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
---
@@ -1074,7 +1074,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
---
@@ -1086,7 +1086,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
---
@@ -1098,7 +1098,7 @@ public java.lang.String getUpdate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
---
diff --git a/docs/consulSnapshot.python.md b/docs/consulSnapshot.python.md
index 6dd617f61..3a5dd0f3d 100644
--- a/docs/consulSnapshot.python.md
+++ b/docs/consulSnapshot.python.md
@@ -1,6 +1,6 @@
# `hcp_consul_snapshot`
-Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot).
+Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot).
# `consulSnapshot` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://regis
### ConsulSnapshot
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
#### Initializers
@@ -46,7 +46,7 @@ consulSnapshot.ConsulSnapshot(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Consul cluster. |
| snapshot_name
| str
| The name of the snapshot. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| ConsulSnapshotTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the snapshot.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -152,7 +152,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
---
@@ -417,7 +417,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
---
@@ -425,7 +425,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.67.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
---
@@ -433,7 +433,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.67.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
---
@@ -441,7 +441,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.67.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
---
@@ -934,7 +934,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.67.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1020,7 +1020,7 @@ cluster_id: str
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
---
@@ -1034,7 +1034,7 @@ snapshot_name: str
The name of the snapshot.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
---
@@ -1046,7 +1046,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1066,7 +1066,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.67.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
---
@@ -1080,7 +1080,7 @@ timeouts: ConsulSnapshotTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
---
@@ -1103,10 +1103,10 @@ consulSnapshot.ConsulSnapshotTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
-| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
+| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
---
@@ -1118,7 +1118,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
---
@@ -1130,7 +1130,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
---
@@ -1142,7 +1142,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
---
@@ -1154,7 +1154,7 @@ update: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
---
diff --git a/docs/consulSnapshot.typescript.md b/docs/consulSnapshot.typescript.md
index aa349c857..eb7a7a758 100644
--- a/docs/consulSnapshot.typescript.md
+++ b/docs/consulSnapshot.typescript.md
@@ -1,6 +1,6 @@
# `hcp_consul_snapshot`
-Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot).
+Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot).
# `consulSnapshot` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://regis
### ConsulSnapshot
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot hcp_consul_snapshot}.
#### Initializers
@@ -743,7 +743,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.67.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -829,7 +829,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.67.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
---
@@ -843,7 +843,7 @@ public readonly snapshotName: string;
The name of the snapshot.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
---
@@ -855,7 +855,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -875,7 +875,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.67.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
---
@@ -889,7 +889,7 @@ public readonly timeouts: ConsulSnapshotTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
---
@@ -907,10 +907,10 @@ const consulSnapshotTimeouts: consulSnapshot.ConsulSnapshotTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
-| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}. |
+| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}. |
---
@@ -922,7 +922,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}.
---
@@ -934,7 +934,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}.
---
@@ -946,7 +946,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}.
---
@@ -958,7 +958,7 @@ public readonly update: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}.
---
diff --git a/docs/dataHcpAwsNetworkPeering.csharp.md b/docs/dataHcpAwsNetworkPeering.csharp.md
index fcc979e15..b40c548d6 100644
--- a/docs/dataHcpAwsNetworkPeering.csharp.md
+++ b/docs/dataHcpAwsNetworkPeering.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_aws_network_peering`
-Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering).
+Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering).
# `dataHcpAwsNetworkPeering` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](http
### DataHcpAwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -797,7 +797,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.67.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.69.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`. |
@@ -884,7 +884,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.67.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.69.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id}
---
@@ -898,7 +898,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.67.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.69.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
---
@@ -910,7 +910,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -931,7 +931,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.67.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.69.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id}
---
@@ -945,7 +945,7 @@ public DataHcpAwsNetworkPeeringTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
---
@@ -959,7 +959,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.67.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.69.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state}
---
@@ -979,7 +979,7 @@ new DataHcpAwsNetworkPeeringTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Read
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. |
---
@@ -991,7 +991,7 @@ public string Read { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
---
diff --git a/docs/dataHcpAwsNetworkPeering.go.md b/docs/dataHcpAwsNetworkPeering.go.md
index 314e3de7f..9f4ca598e 100644
--- a/docs/dataHcpAwsNetworkPeering.go.md
+++ b/docs/dataHcpAwsNetworkPeering.go.md
@@ -1,6 +1,6 @@
# `data_hcp_aws_network_peering`
-Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering).
+Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering).
# `dataHcpAwsNetworkPeering` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](http
### DataHcpAwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawsnetworkpeering"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawsnetworkpeering"
datahcpawsnetworkpeering.NewDataHcpAwsNetworkPeering(scope Construct, id *string, config DataHcpAwsNetworkPeeringConfig) DataHcpAwsNetworkPeering
```
@@ -311,7 +311,7 @@ func ResetWaitForActiveState()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawsnetworkpeering"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawsnetworkpeering"
datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsConstruct(x interface{}) *bool
```
@@ -343,7 +343,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawsnetworkpeering"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawsnetworkpeering"
datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsTerraformElement(x interface{}) *bool
```
@@ -357,7 +357,7 @@ datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsTerraformElement(x interface
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawsnetworkpeering"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawsnetworkpeering"
datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsTerraformDataSource(x interface{}) *bool
```
@@ -765,7 +765,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawsnetworkpeering"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawsnetworkpeering"
&datahcpawsnetworkpeering.DataHcpAwsNetworkPeeringConfig {
Connection: interface{},
@@ -779,7 +779,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawsnetworkpeering"
PeeringId: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringTimeouts,
WaitForActiveState: interface{},
}
```
@@ -797,7 +797,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.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.69.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`. |
@@ -884,7 +884,7 @@ HvnId *string
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id}
---
@@ -898,7 +898,7 @@ PeeringId *string
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
---
@@ -910,7 +910,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -931,7 +931,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.67.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.69.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id}
---
@@ -945,7 +945,7 @@ Timeouts DataHcpAwsNetworkPeeringTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
---
@@ -959,7 +959,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.67.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.69.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state}
---
@@ -968,7 +968,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawsnetworkpeering"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawsnetworkpeering"
&datahcpawsnetworkpeering.DataHcpAwsNetworkPeeringTimeouts {
Read: *string,
@@ -979,7 +979,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawsnetworkpeering"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Read
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. |
---
@@ -991,7 +991,7 @@ Read *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
---
@@ -1002,7 +1002,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawsnetworkpeering"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawsnetworkpeering"
datahcpawsnetworkpeering.NewDataHcpAwsNetworkPeeringTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpAwsNetworkPeeringTimeoutsOutputReference
```
diff --git a/docs/dataHcpAwsNetworkPeering.java.md b/docs/dataHcpAwsNetworkPeering.java.md
index e9b6d00a8..0d4f370ee 100644
--- a/docs/dataHcpAwsNetworkPeering.java.md
+++ b/docs/dataHcpAwsNetworkPeering.java.md
@@ -1,6 +1,6 @@
# `data_hcp_aws_network_peering`
-Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering).
+Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering).
# `dataHcpAwsNetworkPeering` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](http
### DataHcpAwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -50,7 +50,7 @@ DataHcpAwsNetworkPeering.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| hvnId
| java.lang.String
| The ID of the HashiCorp Virtual Network (HVN). |
| peeringId
| java.lang.String
| The ID of the network peering. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the network peering is located. |
| timeouts
| DataHcpAwsNetworkPeeringTimeouts
| timeouts block. |
| waitForActiveState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -123,7 +123,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id}
---
@@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -158,7 +158,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state}
---
@@ -934,7 +934,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.67.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.69.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`. |
@@ -1021,7 +1021,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.67.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.69.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id}
---
@@ -1035,7 +1035,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.67.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.69.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
---
@@ -1047,7 +1047,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1068,7 +1068,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.67.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.69.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id}
---
@@ -1082,7 +1082,7 @@ public DataHcpAwsNetworkPeeringTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
---
@@ -1096,7 +1096,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.67.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.69.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state}
---
@@ -1116,7 +1116,7 @@ DataHcpAwsNetworkPeeringTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| read
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. |
---
@@ -1128,7 +1128,7 @@ public java.lang.String getRead();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
---
diff --git a/docs/dataHcpAwsNetworkPeering.python.md b/docs/dataHcpAwsNetworkPeering.python.md
index d916bf780..22f88d3cf 100644
--- a/docs/dataHcpAwsNetworkPeering.python.md
+++ b/docs/dataHcpAwsNetworkPeering.python.md
@@ -1,6 +1,6 @@
# `data_hcp_aws_network_peering`
-Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering).
+Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering).
# `dataHcpAwsNetworkPeering` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](http
### DataHcpAwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -47,7 +47,7 @@ dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeering(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_id
| str
| The ID of the HashiCorp Virtual Network (HVN). |
| peering_id
| str
| The ID of the network peering. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}. |
| project_id
| str
| The ID of the HCP project where the network peering is located. |
| timeouts
| DataHcpAwsNetworkPeeringTimeouts
| timeouts block. |
| wait_for_active_state
| typing.Union[bool, cdktf.IResolvable]
| If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -155,7 +155,7 @@ Always matches the HVN's project.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id}
---
@@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
---
@@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state}
---
@@ -428,7 +428,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
---
@@ -961,7 +961,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.67.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.69.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`. |
@@ -1048,7 +1048,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.67.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.69.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id}
---
@@ -1062,7 +1062,7 @@ peering_id: str
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
---
@@ -1074,7 +1074,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1095,7 +1095,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.67.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.69.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id}
---
@@ -1109,7 +1109,7 @@ timeouts: DataHcpAwsNetworkPeeringTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
---
@@ -1123,7 +1123,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.67.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.69.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state}
---
@@ -1143,7 +1143,7 @@ dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| read
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. |
---
@@ -1155,7 +1155,7 @@ read: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
---
diff --git a/docs/dataHcpAwsNetworkPeering.typescript.md b/docs/dataHcpAwsNetworkPeering.typescript.md
index 496d42c2c..f00a195c7 100644
--- a/docs/dataHcpAwsNetworkPeering.typescript.md
+++ b/docs/dataHcpAwsNetworkPeering.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_aws_network_peering`
-Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering).
+Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering).
# `dataHcpAwsNetworkPeering` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](http
### DataHcpAwsNetworkPeering
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}.
#### Initializers
@@ -783,7 +783,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.67.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.69.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`. |
@@ -870,7 +870,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.67.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.69.0/docs/data-sources/aws_network_peering#hvn_id DataHcpAwsNetworkPeering#hvn_id}
---
@@ -884,7 +884,7 @@ public readonly peeringId: string;
The ID of the network peering.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
---
@@ -896,7 +896,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -917,7 +917,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.67.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.69.0/docs/data-sources/aws_network_peering#project_id DataHcpAwsNetworkPeering#project_id}
---
@@ -931,7 +931,7 @@ public readonly timeouts: DataHcpAwsNetworkPeeringTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
---
@@ -945,7 +945,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.67.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.69.0/docs/data-sources/aws_network_peering#wait_for_active_state DataHcpAwsNetworkPeering#wait_for_active_state}
---
@@ -963,7 +963,7 @@ const dataHcpAwsNetworkPeeringTimeouts: dataHcpAwsNetworkPeering.DataHcpAwsNetwo
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| read
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}. |
---
@@ -975,7 +975,7 @@ public readonly read: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}.
---
diff --git a/docs/dataHcpAwsTransitGatewayAttachment.csharp.md b/docs/dataHcpAwsTransitGatewayAttachment.csharp.md
index e1bb6484a..7a1556dcf 100644
--- a/docs/dataHcpAwsTransitGatewayAttachment.csharp.md
+++ b/docs/dataHcpAwsTransitGatewayAttachment.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_aws_transit_gateway_attachment`
-Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment).
+Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment).
# `dataHcpAwsTransitGatewayAttachment` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attach
### DataHcpAwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -775,7 +775,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.67.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.69.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`. |
@@ -862,7 +862,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id}
---
@@ -876,7 +876,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -888,7 +888,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -908,7 +908,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id}
---
@@ -922,7 +922,7 @@ public DataHcpAwsTransitGatewayAttachmentTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
---
@@ -936,7 +936,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state}
---
@@ -956,7 +956,7 @@ new DataHcpAwsTransitGatewayAttachmentTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. |
---
@@ -968,7 +968,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
---
diff --git a/docs/dataHcpAwsTransitGatewayAttachment.go.md b/docs/dataHcpAwsTransitGatewayAttachment.go.md
index e09355b35..86f656520 100644
--- a/docs/dataHcpAwsTransitGatewayAttachment.go.md
+++ b/docs/dataHcpAwsTransitGatewayAttachment.go.md
@@ -1,6 +1,6 @@
# `data_hcp_aws_transit_gateway_attachment`
-Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment).
+Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment).
# `dataHcpAwsTransitGatewayAttachment` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attach
### DataHcpAwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawstransitgatewayattachment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawstransitgatewayattachment"
datahcpawstransitgatewayattachment.NewDataHcpAwsTransitGatewayAttachment(scope Construct, id *string, config DataHcpAwsTransitGatewayAttachmentConfig) DataHcpAwsTransitGatewayAttachment
```
@@ -311,7 +311,7 @@ func ResetWaitForActiveState()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawstransitgatewayattachment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawstransitgatewayattachment"
datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsConstruct(x interface{}) *bool
```
@@ -343,7 +343,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawstransitgatewayattachment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawstransitgatewayattachment"
datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsTerraformElement(x interface{}) *bool
```
@@ -357,7 +357,7 @@ datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsTerrafor
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawstransitgatewayattachment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawstransitgatewayattachment"
datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsTerraformDataSource(x interface{}) *bool
```
@@ -743,7 +743,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawstransitgatewayattachment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawstransitgatewayattachment"
&datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachmentConfig {
Connection: interface{},
@@ -757,7 +757,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawstransitgatewayat
TransitGatewayAttachmentId: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentTimeouts,
WaitForActiveState: interface{},
}
```
@@ -775,7 +775,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.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.69.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`. |
@@ -862,7 +862,7 @@ HvnId *string
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id}
---
@@ -876,7 +876,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -888,7 +888,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -908,7 +908,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id}
---
@@ -922,7 +922,7 @@ Timeouts DataHcpAwsTransitGatewayAttachmentTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
---
@@ -936,7 +936,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state}
---
@@ -945,7 +945,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawstransitgatewayattachment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawstransitgatewayattachment"
&datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachmentTimeouts {
Default: *string,
@@ -956,7 +956,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawstransitgatewayat
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. |
---
@@ -968,7 +968,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
---
@@ -979,7 +979,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpawstransitgatewayattachment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawstransitgatewayattachment"
datahcpawstransitgatewayattachment.NewDataHcpAwsTransitGatewayAttachmentTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpAwsTransitGatewayAttachmentTimeoutsOutputReference
```
diff --git a/docs/dataHcpAwsTransitGatewayAttachment.java.md b/docs/dataHcpAwsTransitGatewayAttachment.java.md
index 16504e97b..8e430e0df 100644
--- a/docs/dataHcpAwsTransitGatewayAttachment.java.md
+++ b/docs/dataHcpAwsTransitGatewayAttachment.java.md
@@ -1,6 +1,6 @@
# `data_hcp_aws_transit_gateway_attachment`
-Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment).
+Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment).
# `dataHcpAwsTransitGatewayAttachment` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attach
### DataHcpAwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -50,7 +50,7 @@ DataHcpAwsTransitGatewayAttachment.Builder.create(Construct scope, java.lang.Str
| provisioners
| java.util.List
| *No description.* |
| hvnId
| java.lang.String
| The ID of the HashiCorp Virtual Network (HVN). |
| transitGatewayAttachmentId
| java.lang.String
| The user-settable name of the transit gateway attachment in HCP. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the transit gateway attachment is located. |
| timeouts
| DataHcpAwsTransitGatewayAttachmentTimeouts
| timeouts block. |
| waitForActiveState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -123,7 +123,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id}
---
@@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -157,7 +157,7 @@ The ID of the HCP project where the transit gateway attachment is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id}
---
@@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
---
@@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state}
---
@@ -911,7 +911,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.67.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.69.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`. |
@@ -998,7 +998,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id}
---
@@ -1012,7 +1012,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -1024,7 +1024,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1044,7 +1044,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id}
---
@@ -1058,7 +1058,7 @@ public DataHcpAwsTransitGatewayAttachmentTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
---
@@ -1072,7 +1072,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state}
---
@@ -1092,7 +1092,7 @@ DataHcpAwsTransitGatewayAttachmentTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. |
---
@@ -1104,7 +1104,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
---
diff --git a/docs/dataHcpAwsTransitGatewayAttachment.python.md b/docs/dataHcpAwsTransitGatewayAttachment.python.md
index b697435ac..4a90bcc01 100644
--- a/docs/dataHcpAwsTransitGatewayAttachment.python.md
+++ b/docs/dataHcpAwsTransitGatewayAttachment.python.md
@@ -1,6 +1,6 @@
# `data_hcp_aws_transit_gateway_attachment`
-Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment).
+Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment).
# `dataHcpAwsTransitGatewayAttachment` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attach
### DataHcpAwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -47,7 +47,7 @@ dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachment(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_id
| str
| The ID of the HashiCorp Virtual Network (HVN). |
| transit_gateway_attachment_id
| str
| The user-settable name of the transit gateway attachment in HCP. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}. |
| project_id
| str
| The ID of the HCP project where the transit gateway attachment is located. |
| timeouts
| DataHcpAwsTransitGatewayAttachmentTimeouts
| timeouts block. |
| wait_for_active_state
| typing.Union[bool, cdktf.IResolvable]
| If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The user-settable name of the transit gateway attachment in HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -154,7 +154,7 @@ The ID of the HCP project where the transit gateway attachment is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state}
---
@@ -427,7 +427,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
---
@@ -938,7 +938,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.67.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.69.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`. |
@@ -1025,7 +1025,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id}
---
@@ -1039,7 +1039,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -1051,7 +1051,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1071,7 +1071,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id}
---
@@ -1085,7 +1085,7 @@ timeouts: DataHcpAwsTransitGatewayAttachmentTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
---
@@ -1099,7 +1099,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state}
---
@@ -1119,7 +1119,7 @@ dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. |
---
@@ -1131,7 +1131,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
---
diff --git a/docs/dataHcpAwsTransitGatewayAttachment.typescript.md b/docs/dataHcpAwsTransitGatewayAttachment.typescript.md
index c53be0041..6bc3170ba 100644
--- a/docs/dataHcpAwsTransitGatewayAttachment.typescript.md
+++ b/docs/dataHcpAwsTransitGatewayAttachment.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_aws_transit_gateway_attachment`
-Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment).
+Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment).
# `dataHcpAwsTransitGatewayAttachment` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attach
### DataHcpAwsTransitGatewayAttachment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}.
#### Initializers
@@ -761,7 +761,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.67.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.69.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`. |
@@ -848,7 +848,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#hvn_id DataHcpAwsTransitGatewayAttachment#hvn_id}
---
@@ -862,7 +862,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#transit_gateway_attachment_id DataHcpAwsTransitGatewayAttachment#transit_gateway_attachment_id}
---
@@ -874,7 +874,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -894,7 +894,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#project_id DataHcpAwsTransitGatewayAttachment#project_id}
---
@@ -908,7 +908,7 @@ public readonly timeouts: DataHcpAwsTransitGatewayAttachmentTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
---
@@ -922,7 +922,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.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#wait_for_active_state DataHcpAwsTransitGatewayAttachment#wait_for_active_state}
---
@@ -940,7 +940,7 @@ const dataHcpAwsTransitGatewayAttachmentTimeouts: dataHcpAwsTransitGatewayAttach
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}. |
---
@@ -952,7 +952,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}.
---
diff --git a/docs/dataHcpAzurePeeringConnection.csharp.md b/docs/dataHcpAzurePeeringConnection.csharp.md
index dd73c48ed..ed153c4fd 100644
--- a/docs/dataHcpAzurePeeringConnection.csharp.md
+++ b/docs/dataHcpAzurePeeringConnection.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_azure_peering_connection`
-Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection).
+Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection).
# `dataHcpAzurePeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`]
### DataHcpAzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -811,7 +811,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.67.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.69.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`. |
@@ -897,7 +897,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.67.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.69.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link}
---
@@ -911,7 +911,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.67.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.69.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id}
---
@@ -923,7 +923,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -940,7 +940,7 @@ public DataHcpAzurePeeringConnectionTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
---
@@ -954,7 +954,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.67.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.69.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state}
---
@@ -974,7 +974,7 @@ new DataHcpAzurePeeringConnectionTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Read
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. |
---
@@ -986,7 +986,7 @@ public string Read { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
---
diff --git a/docs/dataHcpAzurePeeringConnection.go.md b/docs/dataHcpAzurePeeringConnection.go.md
index cc391017b..5a7354af9 100644
--- a/docs/dataHcpAzurePeeringConnection.go.md
+++ b/docs/dataHcpAzurePeeringConnection.go.md
@@ -1,6 +1,6 @@
# `data_hcp_azure_peering_connection`
-Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection).
+Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection).
# `dataHcpAzurePeeringConnection` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`]
### DataHcpAzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpazurepeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpazurepeeringconnection"
datahcpazurepeeringconnection.NewDataHcpAzurePeeringConnection(scope Construct, id *string, config DataHcpAzurePeeringConnectionConfig) DataHcpAzurePeeringConnection
```
@@ -304,7 +304,7 @@ func ResetWaitForActiveState()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpazurepeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpazurepeeringconnection"
datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpazurepeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpazurepeeringconnection"
datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsTerraformElement(x
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpazurepeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpazurepeeringconnection"
datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsTerraformDataSource(x interface{}) *bool
```
@@ -780,7 +780,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpazurepeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpazurepeeringconnection"
&datahcpazurepeeringconnection.DataHcpAzurePeeringConnectionConfig {
Connection: interface{},
@@ -793,7 +793,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpazurepeeringconnect
HvnLink: *string,
PeeringId: *string,
Id: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionTimeouts,
WaitForActiveState: interface{},
}
```
@@ -811,7 +811,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.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.69.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`. |
@@ -897,7 +897,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.67.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.69.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link}
---
@@ -911,7 +911,7 @@ PeeringId *string
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id}
---
@@ -923,7 +923,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -940,7 +940,7 @@ Timeouts DataHcpAzurePeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
---
@@ -954,7 +954,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.67.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.69.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state}
---
@@ -963,7 +963,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpazurepeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpazurepeeringconnection"
&datahcpazurepeeringconnection.DataHcpAzurePeeringConnectionTimeouts {
Read: *string,
@@ -974,7 +974,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpazurepeeringconnect
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Read
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. |
---
@@ -986,7 +986,7 @@ Read *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
---
@@ -997,7 +997,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpazurepeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpazurepeeringconnection"
datahcpazurepeeringconnection.NewDataHcpAzurePeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpAzurePeeringConnectionTimeoutsOutputReference
```
diff --git a/docs/dataHcpAzurePeeringConnection.java.md b/docs/dataHcpAzurePeeringConnection.java.md
index e03ebd494..ad5bf4bf1 100644
--- a/docs/dataHcpAzurePeeringConnection.java.md
+++ b/docs/dataHcpAzurePeeringConnection.java.md
@@ -1,6 +1,6 @@
# `data_hcp_azure_peering_connection`
-Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection).
+Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection).
# `dataHcpAzurePeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`]
### DataHcpAzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -49,7 +49,7 @@ DataHcpAzurePeeringConnection.Builder.create(Construct scope, java.lang.String i
| provisioners
| java.util.List
| *No description.* |
| hvnLink
| java.lang.String
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| peeringId
| java.lang.String
| The ID of the peering connection. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. |
| timeouts
| DataHcpAzurePeeringConnectionTimeouts
| timeouts block. |
| waitForActiveState
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -121,7 +121,7 @@ Must be unique amongst siblings in the same scope
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link}
---
@@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id}
---
@@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -152,7 +152,7 @@ If you experience problems setting this value it might not be settable. Please t
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state}
---
@@ -932,7 +932,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.67.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.69.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`. |
@@ -1018,7 +1018,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.67.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.69.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link}
---
@@ -1032,7 +1032,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.67.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.69.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id}
---
@@ -1044,7 +1044,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1061,7 +1061,7 @@ public DataHcpAzurePeeringConnectionTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
---
@@ -1075,7 +1075,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.67.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.69.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state}
---
@@ -1095,7 +1095,7 @@ DataHcpAzurePeeringConnectionTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| read
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. |
---
@@ -1107,7 +1107,7 @@ public java.lang.String getRead();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
---
diff --git a/docs/dataHcpAzurePeeringConnection.python.md b/docs/dataHcpAzurePeeringConnection.python.md
index 006fb7064..80122a594 100644
--- a/docs/dataHcpAzurePeeringConnection.python.md
+++ b/docs/dataHcpAzurePeeringConnection.python.md
@@ -1,6 +1,6 @@
# `data_hcp_azure_peering_connection`
-Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection).
+Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection).
# `dataHcpAzurePeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`]
### DataHcpAzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -46,7 +46,7 @@ dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnection(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_link
| str
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| peering_id
| str
| The ID of the peering connection. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}. |
| timeouts
| DataHcpAzurePeeringConnectionTimeouts
| timeouts block. |
| wait_for_active_state
| typing.Union[bool, cdktf.IResolvable]
| If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -149,7 +149,7 @@ If you experience problems setting this value it might not be settable. Please t
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
---
@@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state}
---
@@ -411,7 +411,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
---
@@ -959,7 +959,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.67.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.69.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`. |
@@ -1045,7 +1045,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.67.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.69.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link}
---
@@ -1059,7 +1059,7 @@ peering_id: str
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id}
---
@@ -1071,7 +1071,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1088,7 +1088,7 @@ timeouts: DataHcpAzurePeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
---
@@ -1102,7 +1102,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.67.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.69.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state}
---
@@ -1122,7 +1122,7 @@ dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| read
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. |
---
@@ -1134,7 +1134,7 @@ read: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
---
diff --git a/docs/dataHcpAzurePeeringConnection.typescript.md b/docs/dataHcpAzurePeeringConnection.typescript.md
index e9177abae..6e5038755 100644
--- a/docs/dataHcpAzurePeeringConnection.typescript.md
+++ b/docs/dataHcpAzurePeeringConnection.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_azure_peering_connection`
-Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection).
+Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection).
# `dataHcpAzurePeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`]
### DataHcpAzurePeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}.
#### Initializers
@@ -798,7 +798,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.67.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.69.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`. |
@@ -884,7 +884,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.67.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.69.0/docs/data-sources/azure_peering_connection#hvn_link DataHcpAzurePeeringConnection#hvn_link}
---
@@ -898,7 +898,7 @@ public readonly peeringId: string;
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#peering_id DataHcpAzurePeeringConnection#peering_id}
---
@@ -910,7 +910,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -927,7 +927,7 @@ public readonly timeouts: DataHcpAzurePeeringConnectionTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
---
@@ -941,7 +941,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.67.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.69.0/docs/data-sources/azure_peering_connection#wait_for_active_state DataHcpAzurePeeringConnection#wait_for_active_state}
---
@@ -959,7 +959,7 @@ const dataHcpAzurePeeringConnectionTimeouts: dataHcpAzurePeeringConnection.DataH
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| read
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}. |
---
@@ -971,7 +971,7 @@ public readonly read: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}.
---
diff --git a/docs/dataHcpBoundaryCluster.csharp.md b/docs/dataHcpBoundaryCluster.csharp.md
index 9e0b58fcb..3471810dc 100644
--- a/docs/dataHcpBoundaryCluster.csharp.md
+++ b/docs/dataHcpBoundaryCluster.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_boundary_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster).
# `dataHcpBoundaryCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https:/
### DataHcpBoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -699,7 +699,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.67.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -785,7 +785,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.67.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
---
@@ -797,7 +797,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -818,7 +818,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.67.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
---
@@ -832,7 +832,7 @@ public DataHcpBoundaryClusterTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
---
@@ -865,7 +865,7 @@ new DataHcpBoundaryClusterTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
---
@@ -877,7 +877,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
---
diff --git a/docs/dataHcpBoundaryCluster.go.md b/docs/dataHcpBoundaryCluster.go.md
index 1b827f56f..6abd09e87 100644
--- a/docs/dataHcpBoundaryCluster.go.md
+++ b/docs/dataHcpBoundaryCluster.go.md
@@ -1,6 +1,6 @@
# `data_hcp_boundary_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster).
# `dataHcpBoundaryCluster` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https:/
### DataHcpBoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpboundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster"
datahcpboundarycluster.NewDataHcpBoundaryCluster(scope Construct, id *string, config DataHcpBoundaryClusterConfig) DataHcpBoundaryCluster
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpboundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster"
datahcpboundarycluster.DataHcpBoundaryCluster_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpboundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster"
datahcpboundarycluster.DataHcpBoundaryCluster_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datahcpboundarycluster.DataHcpBoundaryCluster_IsTerraformElement(x interface{})
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpboundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster"
datahcpboundarycluster.DataHcpBoundaryCluster_IsTerraformDataSource(x interface{}) *bool
```
@@ -670,7 +670,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpboundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster"
&datahcpboundarycluster.DataHcpBoundaryClusterConfig {
Connection: interface{},
@@ -683,7 +683,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpboundarycluster"
ClusterId: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpBoundaryCluster.DataHcpBoundaryClusterTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpBoundaryCluster.DataHcpBoundaryClusterTimeouts,
}
```
@@ -699,7 +699,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -785,7 +785,7 @@ ClusterId *string
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
---
@@ -797,7 +797,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -818,7 +818,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.67.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
---
@@ -832,7 +832,7 @@ Timeouts DataHcpBoundaryClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
---
@@ -841,7 +841,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpboundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster"
&datahcpboundarycluster.DataHcpBoundaryClusterMaintenanceWindowConfig {
@@ -854,7 +854,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpboundarycluster"
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpboundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster"
&datahcpboundarycluster.DataHcpBoundaryClusterTimeouts {
Default: *string,
@@ -865,7 +865,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpboundarycluster"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
---
@@ -877,7 +877,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
---
@@ -888,7 +888,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpboundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster"
datahcpboundarycluster.NewDataHcpBoundaryClusterMaintenanceWindowConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpBoundaryClusterMaintenanceWindowConfigList
```
@@ -1020,7 +1020,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpboundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster"
datahcpboundarycluster.NewDataHcpBoundaryClusterMaintenanceWindowConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpBoundaryClusterMaintenanceWindowConfigOutputReference
```
@@ -1331,7 +1331,7 @@ func InternalValue() DataHcpBoundaryClusterMaintenanceWindowConfig
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpboundarycluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster"
datahcpboundarycluster.NewDataHcpBoundaryClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpBoundaryClusterTimeoutsOutputReference
```
diff --git a/docs/dataHcpBoundaryCluster.java.md b/docs/dataHcpBoundaryCluster.java.md
index 96baff44f..db293c10f 100644
--- a/docs/dataHcpBoundaryCluster.java.md
+++ b/docs/dataHcpBoundaryCluster.java.md
@@ -1,6 +1,6 @@
# `data_hcp_boundary_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster).
# `dataHcpBoundaryCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https:/
### DataHcpBoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -46,7 +46,7 @@ DataHcpBoundaryCluster.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the Boundary cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the Boundary cluster is located. |
| timeouts
| DataHcpBoundaryClusterTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -143,7 +143,7 @@ If not specified, the project configured in the HCP provider config block will b
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
---
@@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
---
@@ -810,7 +810,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.67.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.69.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. |
@@ -896,7 +896,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.67.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
---
@@ -908,7 +908,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -929,7 +929,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.67.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
---
@@ -943,7 +943,7 @@ public DataHcpBoundaryClusterTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
---
@@ -975,7 +975,7 @@ DataHcpBoundaryClusterTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
---
@@ -987,7 +987,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
---
diff --git a/docs/dataHcpBoundaryCluster.python.md b/docs/dataHcpBoundaryCluster.python.md
index 5681fc179..ef8350f0e 100644
--- a/docs/dataHcpBoundaryCluster.python.md
+++ b/docs/dataHcpBoundaryCluster.python.md
@@ -1,6 +1,6 @@
# `data_hcp_boundary_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster).
# `dataHcpBoundaryCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https:/
### DataHcpBoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -44,7 +44,7 @@ dataHcpBoundaryCluster.DataHcpBoundaryCluster(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the Boundary cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
| project_id
| str
| The ID of the HCP project where the Boundary cluster is located. |
| timeouts
| DataHcpBoundaryClusterTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -141,7 +141,7 @@ If not specified, the project configured in the HCP provider config block will b
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
---
@@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
---
@@ -403,7 +403,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
---
@@ -839,7 +839,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.67.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -925,7 +925,7 @@ cluster_id: str
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
---
@@ -937,7 +937,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -958,7 +958,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.67.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
---
@@ -972,7 +972,7 @@ timeouts: DataHcpBoundaryClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
---
@@ -1003,7 +1003,7 @@ dataHcpBoundaryCluster.DataHcpBoundaryClusterTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
---
@@ -1015,7 +1015,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
---
diff --git a/docs/dataHcpBoundaryCluster.typescript.md b/docs/dataHcpBoundaryCluster.typescript.md
index 6f124c96c..5faef6d5b 100644
--- a/docs/dataHcpBoundaryCluster.typescript.md
+++ b/docs/dataHcpBoundaryCluster.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_boundary_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster).
# `dataHcpBoundaryCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https:/
### DataHcpBoundaryCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}.
#### Initializers
@@ -687,7 +687,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.67.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -773,7 +773,7 @@ public readonly clusterId: string;
The ID of the Boundary cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
---
@@ -785,7 +785,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -806,7 +806,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.67.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
---
@@ -820,7 +820,7 @@ public readonly timeouts: DataHcpBoundaryClusterTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
---
@@ -849,7 +849,7 @@ const dataHcpBoundaryClusterTimeouts: dataHcpBoundaryCluster.DataHcpBoundaryClus
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}. |
---
@@ -861,7 +861,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}.
---
diff --git a/docs/dataHcpConsulAgentHelmConfig.csharp.md b/docs/dataHcpConsulAgentHelmConfig.csharp.md
index cababa346..cd03591a3 100644
--- a/docs/dataHcpConsulAgentHelmConfig.csharp.md
+++ b/docs/dataHcpConsulAgentHelmConfig.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_agent_helm_config`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config).
# `dataHcpConsulAgentHelmConfig` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`]
### DataHcpConsulAgentHelmConfig
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
#### Initializers
@@ -710,7 +710,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.67.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.69.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. |
@@ -796,7 +796,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.67.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.69.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id}
---
@@ -810,7 +810,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.67.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.69.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
---
@@ -824,7 +824,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.67.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.69.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports}
---
@@ -836,7 +836,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -856,7 +856,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.67.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.69.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id}
---
@@ -870,7 +870,7 @@ public DataHcpConsulAgentHelmConfigTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
---
@@ -890,7 +890,7 @@ new DataHcpConsulAgentHelmConfigTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. |
---
@@ -902,7 +902,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
---
diff --git a/docs/dataHcpConsulAgentHelmConfig.go.md b/docs/dataHcpConsulAgentHelmConfig.go.md
index fe547c7ab..64b08f688 100644
--- a/docs/dataHcpConsulAgentHelmConfig.go.md
+++ b/docs/dataHcpConsulAgentHelmConfig.go.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_agent_helm_config`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config).
# `dataHcpConsulAgentHelmConfig` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`]
### DataHcpConsulAgentHelmConfig
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagenthelmconfig"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagenthelmconfig"
datahcpconsulagenthelmconfig.NewDataHcpConsulAgentHelmConfig(scope Construct, id *string, config DataHcpConsulAgentHelmConfigConfig) DataHcpConsulAgentHelmConfig
```
@@ -311,7 +311,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagenthelmconfig"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagenthelmconfig"
datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsConstruct(x interface{}) *bool
```
@@ -343,7 +343,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagenthelmconfig"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagenthelmconfig"
datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsTerraformElement(x interface{}) *bool
```
@@ -357,7 +357,7 @@ datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsTerraformElement(x i
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagenthelmconfig"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagenthelmconfig"
datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsTerraformDataSource(x interface{}) *bool
```
@@ -677,7 +677,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagenthelmconfig"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagenthelmconfig"
&datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfigConfig {
Connection: interface{},
@@ -692,7 +692,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagenthelmconf
ExposeGossipPorts: interface{},
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigTimeouts,
}
```
@@ -710,7 +710,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.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.69.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. |
@@ -796,7 +796,7 @@ ClusterId *string
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id}
---
@@ -810,7 +810,7 @@ KubernetesEndpoint *string
The FQDN for the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
---
@@ -824,7 +824,7 @@ ExposeGossipPorts interface{}
Denotes that the gossip ports should be exposed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports}
---
@@ -836,7 +836,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -856,7 +856,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.67.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.69.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id}
---
@@ -870,7 +870,7 @@ Timeouts DataHcpConsulAgentHelmConfigTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
---
@@ -879,7 +879,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagenthelmconfig"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagenthelmconfig"
&datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfigTimeouts {
Default: *string,
@@ -890,7 +890,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagenthelmconf
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. |
---
@@ -902,7 +902,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
---
@@ -913,7 +913,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagenthelmconfig"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagenthelmconfig"
datahcpconsulagenthelmconfig.NewDataHcpConsulAgentHelmConfigTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulAgentHelmConfigTimeoutsOutputReference
```
diff --git a/docs/dataHcpConsulAgentHelmConfig.java.md b/docs/dataHcpConsulAgentHelmConfig.java.md
index b000360a7..e098f2952 100644
--- a/docs/dataHcpConsulAgentHelmConfig.java.md
+++ b/docs/dataHcpConsulAgentHelmConfig.java.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_agent_helm_config`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config).
# `dataHcpConsulAgentHelmConfig` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`]
### DataHcpConsulAgentHelmConfig
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
#### Initializers
@@ -51,7 +51,7 @@ DataHcpConsulAgentHelmConfig.Builder.create(Construct scope, java.lang.String id
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
| kubernetesEndpoint
| java.lang.String
| The FQDN for the Kubernetes API. |
| exposeGossipPorts
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Denotes that the gossip ports should be exposed. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulAgentHelmConfigTimeouts
| timeouts block. |
@@ -123,7 +123,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id}
---
@@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The FQDN for the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
---
@@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes that the gossip ports should be exposed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports}
---
@@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -167,7 +167,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id}
---
@@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
---
@@ -846,7 +846,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.67.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.69.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. |
@@ -932,7 +932,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.67.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.69.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id}
---
@@ -946,7 +946,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.67.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.69.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
---
@@ -960,7 +960,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.67.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.69.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports}
---
@@ -972,7 +972,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -992,7 +992,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.67.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.69.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id}
---
@@ -1006,7 +1006,7 @@ public DataHcpConsulAgentHelmConfigTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
---
@@ -1026,7 +1026,7 @@ DataHcpConsulAgentHelmConfigTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. |
---
@@ -1038,7 +1038,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
---
diff --git a/docs/dataHcpConsulAgentHelmConfig.python.md b/docs/dataHcpConsulAgentHelmConfig.python.md
index 55d46ca21..7faed38c0 100644
--- a/docs/dataHcpConsulAgentHelmConfig.python.md
+++ b/docs/dataHcpConsulAgentHelmConfig.python.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_agent_helm_config`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config).
# `dataHcpConsulAgentHelmConfig` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`]
### DataHcpConsulAgentHelmConfig
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
#### Initializers
@@ -48,7 +48,7 @@ dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfig(
| cluster_id
| str
| The ID of the HCP Consul cluster. |
| kubernetes_endpoint
| str
| The FQDN for the Kubernetes API. |
| expose_gossip_ports
| typing.Union[bool, cdktf.IResolvable]
| Denotes that the gossip ports should be exposed. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulAgentHelmConfigTimeouts
| timeouts block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The FQDN for the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes that the gossip ports should be exposed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports}
---
@@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -164,7 +164,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id}
---
@@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
---
@@ -427,7 +427,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
---
@@ -873,7 +873,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.67.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.69.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. |
@@ -959,7 +959,7 @@ cluster_id: str
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id}
---
@@ -973,7 +973,7 @@ kubernetes_endpoint: str
The FQDN for the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
---
@@ -987,7 +987,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.67.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.69.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports}
---
@@ -999,7 +999,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1019,7 +1019,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.67.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.69.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id}
---
@@ -1033,7 +1033,7 @@ timeouts: DataHcpConsulAgentHelmConfigTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
---
@@ -1053,7 +1053,7 @@ dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. |
---
@@ -1065,7 +1065,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
---
diff --git a/docs/dataHcpConsulAgentHelmConfig.typescript.md b/docs/dataHcpConsulAgentHelmConfig.typescript.md
index ab7bce6c8..3d9befe4b 100644
--- a/docs/dataHcpConsulAgentHelmConfig.typescript.md
+++ b/docs/dataHcpConsulAgentHelmConfig.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_agent_helm_config`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config).
# `dataHcpConsulAgentHelmConfig` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`]
### DataHcpConsulAgentHelmConfig
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}.
#### Initializers
@@ -696,7 +696,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.67.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.69.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. |
@@ -782,7 +782,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.67.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.69.0/docs/data-sources/consul_agent_helm_config#cluster_id DataHcpConsulAgentHelmConfig#cluster_id}
---
@@ -796,7 +796,7 @@ public readonly kubernetesEndpoint: string;
The FQDN for the Kubernetes API.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
---
@@ -810,7 +810,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.67.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.69.0/docs/data-sources/consul_agent_helm_config#expose_gossip_ports DataHcpConsulAgentHelmConfig#expose_gossip_ports}
---
@@ -822,7 +822,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -842,7 +842,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.67.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.69.0/docs/data-sources/consul_agent_helm_config#project_id DataHcpConsulAgentHelmConfig#project_id}
---
@@ -856,7 +856,7 @@ public readonly timeouts: DataHcpConsulAgentHelmConfigTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
---
@@ -874,7 +874,7 @@ const dataHcpConsulAgentHelmConfigTimeouts: dataHcpConsulAgentHelmConfig.DataHcp
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}. |
---
@@ -886,7 +886,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}.
---
diff --git a/docs/dataHcpConsulAgentKubernetesSecret.csharp.md b/docs/dataHcpConsulAgentKubernetesSecret.csharp.md
index 7871f36ee..4fdf619f5 100644
--- a/docs/dataHcpConsulAgentKubernetesSecret.csharp.md
+++ b/docs/dataHcpConsulAgentKubernetesSecret.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_agent_kubernetes_secret`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret).
# `dataHcpConsulAgentKubernetesSecret` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_se
### DataHcpConsulAgentKubernetesSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
#### Initializers
@@ -655,7 +655,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.67.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.69.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. |
@@ -741,7 +741,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.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id}
---
@@ -753,7 +753,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -773,7 +773,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.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id}
---
@@ -787,7 +787,7 @@ public DataHcpConsulAgentKubernetesSecretTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
---
@@ -807,7 +807,7 @@ new DataHcpConsulAgentKubernetesSecretTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. |
---
@@ -819,7 +819,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
---
diff --git a/docs/dataHcpConsulAgentKubernetesSecret.go.md b/docs/dataHcpConsulAgentKubernetesSecret.go.md
index dfd848ff0..d803f164d 100644
--- a/docs/dataHcpConsulAgentKubernetesSecret.go.md
+++ b/docs/dataHcpConsulAgentKubernetesSecret.go.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_agent_kubernetes_secret`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret).
# `dataHcpConsulAgentKubernetesSecret` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_se
### DataHcpConsulAgentKubernetesSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagentkubernetessecret"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagentkubernetessecret"
datahcpconsulagentkubernetessecret.NewDataHcpConsulAgentKubernetesSecret(scope Construct, id *string, config DataHcpConsulAgentKubernetesSecretConfig) DataHcpConsulAgentKubernetesSecret
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagentkubernetessecret"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagentkubernetessecret"
datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagentkubernetessecret"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagentkubernetessecret"
datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsTerrafor
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagentkubernetessecret"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagentkubernetessecret"
datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsTerraformDataSource(x interface{}) *bool
```
@@ -626,7 +626,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagentkubernetessecret"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagentkubernetessecret"
&datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecretConfig {
Connection: interface{},
@@ -639,7 +639,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagentkubernet
ClusterId: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretTimeouts,
}
```
@@ -655,7 +655,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.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.69.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. |
@@ -741,7 +741,7 @@ ClusterId *string
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id}
---
@@ -753,7 +753,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -773,7 +773,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.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id}
---
@@ -787,7 +787,7 @@ Timeouts DataHcpConsulAgentKubernetesSecretTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
---
@@ -796,7 +796,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagentkubernetessecret"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagentkubernetessecret"
&datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecretTimeouts {
Default: *string,
@@ -807,7 +807,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagentkubernet
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. |
---
@@ -819,7 +819,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
---
@@ -830,7 +830,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulagentkubernetessecret"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagentkubernetessecret"
datahcpconsulagentkubernetessecret.NewDataHcpConsulAgentKubernetesSecretTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulAgentKubernetesSecretTimeoutsOutputReference
```
diff --git a/docs/dataHcpConsulAgentKubernetesSecret.java.md b/docs/dataHcpConsulAgentKubernetesSecret.java.md
index 053b4b9a2..0adf52d44 100644
--- a/docs/dataHcpConsulAgentKubernetesSecret.java.md
+++ b/docs/dataHcpConsulAgentKubernetesSecret.java.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_agent_kubernetes_secret`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret).
# `dataHcpConsulAgentKubernetesSecret` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_se
### DataHcpConsulAgentKubernetesSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
#### Initializers
@@ -46,7 +46,7 @@ DataHcpConsulAgentKubernetesSecret.Builder.create(Construct scope, java.lang.Str
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulAgentKubernetesSecretTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -142,7 +142,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
---
@@ -765,7 +765,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.67.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.69.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. |
@@ -851,7 +851,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.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id}
---
@@ -863,7 +863,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -883,7 +883,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.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id}
---
@@ -897,7 +897,7 @@ public DataHcpConsulAgentKubernetesSecretTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
---
@@ -917,7 +917,7 @@ DataHcpConsulAgentKubernetesSecretTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. |
---
@@ -929,7 +929,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
---
diff --git a/docs/dataHcpConsulAgentKubernetesSecret.python.md b/docs/dataHcpConsulAgentKubernetesSecret.python.md
index 081ae3c11..4f8519b6b 100644
--- a/docs/dataHcpConsulAgentKubernetesSecret.python.md
+++ b/docs/dataHcpConsulAgentKubernetesSecret.python.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_agent_kubernetes_secret`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret).
# `dataHcpConsulAgentKubernetesSecret` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_se
### DataHcpConsulAgentKubernetesSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
#### Initializers
@@ -44,7 +44,7 @@ dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecret(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Consul cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulAgentKubernetesSecretTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -140,7 +140,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
---
@@ -402,7 +402,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
---
@@ -794,7 +794,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.67.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.69.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. |
@@ -880,7 +880,7 @@ cluster_id: str
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id}
---
@@ -892,7 +892,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -912,7 +912,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.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id}
---
@@ -926,7 +926,7 @@ timeouts: DataHcpConsulAgentKubernetesSecretTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
---
@@ -946,7 +946,7 @@ dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. |
---
@@ -958,7 +958,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
---
diff --git a/docs/dataHcpConsulAgentKubernetesSecret.typescript.md b/docs/dataHcpConsulAgentKubernetesSecret.typescript.md
index 1105a9874..a86412646 100644
--- a/docs/dataHcpConsulAgentKubernetesSecret.typescript.md
+++ b/docs/dataHcpConsulAgentKubernetesSecret.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_agent_kubernetes_secret`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret).
# `dataHcpConsulAgentKubernetesSecret` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_se
### DataHcpConsulAgentKubernetesSecret
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}.
#### Initializers
@@ -643,7 +643,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.67.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.69.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. |
@@ -729,7 +729,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.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#cluster_id DataHcpConsulAgentKubernetesSecret#cluster_id}
---
@@ -741,7 +741,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -761,7 +761,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.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#project_id DataHcpConsulAgentKubernetesSecret#project_id}
---
@@ -775,7 +775,7 @@ public readonly timeouts: DataHcpConsulAgentKubernetesSecretTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
---
@@ -793,7 +793,7 @@ const dataHcpConsulAgentKubernetesSecretTimeouts: dataHcpConsulAgentKubernetesSe
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}. |
---
@@ -805,7 +805,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}.
---
diff --git a/docs/dataHcpConsulCluster.csharp.md b/docs/dataHcpConsulCluster.csharp.md
index 1675238c1..e408c6022 100644
--- a/docs/dataHcpConsulCluster.csharp.md
+++ b/docs/dataHcpConsulCluster.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster).
# `dataHcpConsulCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://r
### DataHcpConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -897,7 +897,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.67.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -983,7 +983,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.67.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_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.67.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1015,7 +1015,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.67.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
---
@@ -1029,7 +1029,7 @@ public DataHcpConsulClusterTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
---
@@ -1062,7 +1062,7 @@ new DataHcpConsulClusterTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
---
@@ -1074,7 +1074,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
---
diff --git a/docs/dataHcpConsulCluster.go.md b/docs/dataHcpConsulCluster.go.md
index 93ca1c3e2..5590dec3b 100644
--- a/docs/dataHcpConsulCluster.go.md
+++ b/docs/dataHcpConsulCluster.go.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster).
# `dataHcpConsulCluster` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://r
### DataHcpConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster"
datahcpconsulcluster.NewDataHcpConsulCluster(scope Construct, id *string, config DataHcpConsulClusterConfig) DataHcpConsulCluster
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster"
datahcpconsulcluster.DataHcpConsulCluster_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster"
datahcpconsulcluster.DataHcpConsulCluster_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datahcpconsulcluster.DataHcpConsulCluster_IsTerraformElement(x interface{}) *boo
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster"
datahcpconsulcluster.DataHcpConsulCluster_IsTerraformDataSource(x interface{}) *bool
```
@@ -868,7 +868,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster"
&datahcpconsulcluster.DataHcpConsulClusterConfig {
Connection: interface{},
@@ -881,7 +881,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulcluster"
ClusterId: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpConsulCluster.DataHcpConsulClusterTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpConsulCluster.DataHcpConsulClusterTimeouts,
}
```
@@ -897,7 +897,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -983,7 +983,7 @@ ClusterId *string
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
---
@@ -995,7 +995,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1015,7 +1015,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.67.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
---
@@ -1029,7 +1029,7 @@ Timeouts DataHcpConsulClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
---
@@ -1038,7 +1038,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster"
&datahcpconsulcluster.DataHcpConsulClusterIpAllowlistStruct {
@@ -1051,7 +1051,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulcluster"
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster"
&datahcpconsulcluster.DataHcpConsulClusterTimeouts {
Default: *string,
@@ -1062,7 +1062,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulcluster"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
---
@@ -1074,7 +1074,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
---
@@ -1085,7 +1085,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster"
datahcpconsulcluster.NewDataHcpConsulClusterIpAllowlistStructList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpConsulClusterIpAllowlistStructList
```
@@ -1217,7 +1217,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster"
datahcpconsulcluster.NewDataHcpConsulClusterIpAllowlistStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpConsulClusterIpAllowlistStructOutputReference
```
@@ -1506,7 +1506,7 @@ func InternalValue() DataHcpConsulClusterIpAllowlistStruct
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster"
datahcpconsulcluster.NewDataHcpConsulClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulClusterTimeoutsOutputReference
```
diff --git a/docs/dataHcpConsulCluster.java.md b/docs/dataHcpConsulCluster.java.md
index 71792e40e..8fd3eaae9 100644
--- a/docs/dataHcpConsulCluster.java.md
+++ b/docs/dataHcpConsulCluster.java.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster).
# `dataHcpConsulCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://r
### DataHcpConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -46,7 +46,7 @@ DataHcpConsulCluster.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Consul cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulClusterTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -142,7 +142,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
---
@@ -1007,7 +1007,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.67.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.69.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. |
@@ -1093,7 +1093,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.67.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
---
@@ -1105,7 +1105,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -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.67.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
---
@@ -1139,7 +1139,7 @@ public DataHcpConsulClusterTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
---
@@ -1171,7 +1171,7 @@ DataHcpConsulClusterTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
---
@@ -1183,7 +1183,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
---
diff --git a/docs/dataHcpConsulCluster.python.md b/docs/dataHcpConsulCluster.python.md
index 9a18d7cc8..b1da0bf2d 100644
--- a/docs/dataHcpConsulCluster.python.md
+++ b/docs/dataHcpConsulCluster.python.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster).
# `dataHcpConsulCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://r
### DataHcpConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -44,7 +44,7 @@ dataHcpConsulCluster.DataHcpConsulCluster(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Consul cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Consul cluster is located. |
| timeouts
| DataHcpConsulClusterTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -140,7 +140,7 @@ The ID of the HCP project where the HCP Consul cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
---
@@ -402,7 +402,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
---
@@ -1036,7 +1036,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.67.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1122,7 +1122,7 @@ cluster_id: str
The ID of the HCP Consul cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
---
@@ -1134,7 +1134,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1154,7 +1154,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.67.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
---
@@ -1168,7 +1168,7 @@ timeouts: DataHcpConsulClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
---
@@ -1199,7 +1199,7 @@ dataHcpConsulCluster.DataHcpConsulClusterTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
---
@@ -1211,7 +1211,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
---
diff --git a/docs/dataHcpConsulCluster.typescript.md b/docs/dataHcpConsulCluster.typescript.md
index ab6009a7e..cde3ff47c 100644
--- a/docs/dataHcpConsulCluster.typescript.md
+++ b/docs/dataHcpConsulCluster.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster).
# `dataHcpConsulCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://r
### DataHcpConsulCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster hcp_consul_cluster}.
#### Initializers
@@ -885,7 +885,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.67.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -971,7 +971,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.67.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
---
@@ -983,7 +983,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1003,7 +1003,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.67.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
---
@@ -1017,7 +1017,7 @@ public readonly timeouts: DataHcpConsulClusterTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
---
@@ -1046,7 +1046,7 @@ const dataHcpConsulClusterTimeouts: dataHcpConsulCluster.DataHcpConsulClusterTim
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}. |
---
@@ -1058,7 +1058,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}.
---
diff --git a/docs/dataHcpConsulVersions.csharp.md b/docs/dataHcpConsulVersions.csharp.md
index 4b7758968..26127cb68 100644
--- a/docs/dataHcpConsulVersions.csharp.md
+++ b/docs/dataHcpConsulVersions.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_versions`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions).
# `dataHcpConsulVersions` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://
### DataHcpConsulVersions
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions hcp_consul_versions}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions hcp_consul_versions}.
#### Initializers
@@ -623,7 +623,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.67.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
| Timeouts
| DataHcpConsulVersionsTimeouts
| timeouts block. |
---
@@ -706,7 +706,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -723,7 +723,7 @@ public DataHcpConsulVersionsTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
---
@@ -743,7 +743,7 @@ new DataHcpConsulVersionsTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
---
@@ -755,7 +755,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
---
diff --git a/docs/dataHcpConsulVersions.go.md b/docs/dataHcpConsulVersions.go.md
index 87d25151b..57172b71c 100644
--- a/docs/dataHcpConsulVersions.go.md
+++ b/docs/dataHcpConsulVersions.go.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_versions`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions).
# `dataHcpConsulVersions` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://
### DataHcpConsulVersions
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions hcp_consul_versions}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions hcp_consul_versions}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulversions"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulversions"
datahcpconsulversions.NewDataHcpConsulVersions(scope Construct, id *string, config DataHcpConsulVersionsConfig) DataHcpConsulVersions
```
@@ -297,7 +297,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulversions"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulversions"
datahcpconsulversions.DataHcpConsulVersions_IsConstruct(x interface{}) *bool
```
@@ -329,7 +329,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulversions"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulversions"
datahcpconsulversions.DataHcpConsulVersions_IsTerraformElement(x interface{}) *bool
```
@@ -343,7 +343,7 @@ datahcpconsulversions.DataHcpConsulVersions_IsTerraformElement(x interface{}) *b
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulversions"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulversions"
datahcpconsulversions.DataHcpConsulVersions_IsTerraformDataSource(x interface{}) *bool
```
@@ -597,7 +597,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulversions"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulversions"
&datahcpconsulversions.DataHcpConsulVersionsConfig {
Connection: interface{},
@@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulversions"
Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
Provisioners: *[]interface{},
Id: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpConsulVersions.DataHcpConsulVersionsTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpConsulVersions.DataHcpConsulVersionsTimeouts,
}
```
@@ -623,7 +623,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
| Timeouts
| DataHcpConsulVersionsTimeouts
| timeouts block. |
---
@@ -706,7 +706,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -723,7 +723,7 @@ Timeouts DataHcpConsulVersionsTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
---
@@ -732,7 +732,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulversions"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulversions"
&datahcpconsulversions.DataHcpConsulVersionsTimeouts {
Default: *string,
@@ -743,7 +743,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulversions"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
---
@@ -755,7 +755,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
---
@@ -766,7 +766,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpconsulversions"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulversions"
datahcpconsulversions.NewDataHcpConsulVersionsTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulVersionsTimeoutsOutputReference
```
diff --git a/docs/dataHcpConsulVersions.java.md b/docs/dataHcpConsulVersions.java.md
index 548dcd228..381643baf 100644
--- a/docs/dataHcpConsulVersions.java.md
+++ b/docs/dataHcpConsulVersions.java.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_versions`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions).
# `dataHcpConsulVersions` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://
### DataHcpConsulVersions
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions hcp_consul_versions}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions hcp_consul_versions}.
#### Initializers
@@ -43,7 +43,7 @@ DataHcpConsulVersions.Builder.create(Construct scope, java.lang.String id)
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
| timeouts
| DataHcpConsulVersionsTimeouts
| timeouts block. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -125,7 +125,7 @@ If you experience problems setting this value it might not be settable. Please t
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
---
@@ -706,7 +706,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.67.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.69.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
| timeouts
| DataHcpConsulVersionsTimeouts
| timeouts block. |
---
@@ -789,7 +789,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -806,7 +806,7 @@ public DataHcpConsulVersionsTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
---
@@ -826,7 +826,7 @@ DataHcpConsulVersionsTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
---
@@ -838,7 +838,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
---
diff --git a/docs/dataHcpConsulVersions.python.md b/docs/dataHcpConsulVersions.python.md
index 2dfd30bee..79c08724e 100644
--- a/docs/dataHcpConsulVersions.python.md
+++ b/docs/dataHcpConsulVersions.python.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_versions`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions).
# `dataHcpConsulVersions` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://
### DataHcpConsulVersions
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions hcp_consul_versions}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions hcp_consul_versions}.
#### Initializers
@@ -41,7 +41,7 @@ dataHcpConsulVersions.DataHcpConsulVersions(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
| timeouts
| DataHcpConsulVersionsTimeouts
| timeouts block. |
---
@@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -123,7 +123,7 @@ If you experience problems setting this value it might not be settable. Please t
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
---
@@ -374,7 +374,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
---
@@ -735,7 +735,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.67.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
| timeouts
| DataHcpConsulVersionsTimeouts
| timeouts block. |
---
@@ -818,7 +818,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -835,7 +835,7 @@ timeouts: DataHcpConsulVersionsTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
---
@@ -855,7 +855,7 @@ dataHcpConsulVersions.DataHcpConsulVersionsTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
---
@@ -867,7 +867,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
---
diff --git a/docs/dataHcpConsulVersions.typescript.md b/docs/dataHcpConsulVersions.typescript.md
index 9210ddbaf..301d6791d 100644
--- a/docs/dataHcpConsulVersions.typescript.md
+++ b/docs/dataHcpConsulVersions.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_consul_versions`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions).
# `dataHcpConsulVersions` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://
### DataHcpConsulVersions
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions hcp_consul_versions}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions hcp_consul_versions}.
#### Initializers
@@ -613,7 +613,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.67.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}. |
| timeouts
| DataHcpConsulVersionsTimeouts
| timeouts block. |
---
@@ -696,7 +696,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -713,7 +713,7 @@ public readonly timeouts: DataHcpConsulVersionsTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
---
@@ -731,7 +731,7 @@ const dataHcpConsulVersionsTimeouts: dataHcpConsulVersions.DataHcpConsulVersions
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}. |
---
@@ -743,7 +743,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}.
---
diff --git a/docs/dataHcpHvn.csharp.md b/docs/dataHcpHvn.csharp.md
index 45c5ca24f..817865940 100644
--- a/docs/dataHcpHvn.csharp.md
+++ b/docs/dataHcpHvn.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn).
# `dataHcpHvn` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.ter
### DataHcpHvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn hcp_hvn}.
#### Initializers
@@ -732,7 +732,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.67.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -818,7 +818,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.67.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
---
@@ -830,7 +830,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#id DataHcpHvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -850,7 +850,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.67.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
---
@@ -864,7 +864,7 @@ public DataHcpHvnTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
---
@@ -884,7 +884,7 @@ new DataHcpHvnTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
---
@@ -896,7 +896,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#default DataHcpHvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#default DataHcpHvn#default}.
---
diff --git a/docs/dataHcpHvn.go.md b/docs/dataHcpHvn.go.md
index af496844e..ec5b57c8f 100644
--- a/docs/dataHcpHvn.go.md
+++ b/docs/dataHcpHvn.go.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn).
# `dataHcpHvn` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.ter
### DataHcpHvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn hcp_hvn}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvn"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvn"
datahcphvn.NewDataHcpHvn(scope Construct, id *string, config DataHcpHvnConfig) DataHcpHvn
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvn"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvn"
datahcphvn.DataHcpHvn_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvn"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvn"
datahcphvn.DataHcpHvn_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datahcphvn.DataHcpHvn_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvn"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvn"
datahcphvn.DataHcpHvn_IsTerraformDataSource(x interface{}) *bool
```
@@ -703,7 +703,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvn"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvn"
&datahcphvn.DataHcpHvnConfig {
Connection: interface{},
@@ -716,7 +716,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvn"
HvnId: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpHvn.DataHcpHvnTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpHvn.DataHcpHvnTimeouts,
}
```
@@ -732,7 +732,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -818,7 +818,7 @@ HvnId *string
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
---
@@ -830,7 +830,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#id DataHcpHvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -850,7 +850,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.67.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
---
@@ -864,7 +864,7 @@ Timeouts DataHcpHvnTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
---
@@ -873,7 +873,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvn"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvn"
&datahcphvn.DataHcpHvnTimeouts {
Default: *string,
@@ -884,7 +884,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvn"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
---
@@ -896,7 +896,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#default DataHcpHvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#default DataHcpHvn#default}.
---
@@ -907,7 +907,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvn"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvn"
datahcphvn.NewDataHcpHvnTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpHvnTimeoutsOutputReference
```
diff --git a/docs/dataHcpHvn.java.md b/docs/dataHcpHvn.java.md
index 56e7dca7b..112b6a91c 100644
--- a/docs/dataHcpHvn.java.md
+++ b/docs/dataHcpHvn.java.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn).
# `dataHcpHvn` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.ter
### DataHcpHvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn hcp_hvn}.
#### Initializers
@@ -46,7 +46,7 @@ DataHcpHvn.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| hvnId
| java.lang.String
| The ID of the HashiCorp Virtual Network (HVN). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN is located. |
| timeouts
| DataHcpHvnTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#id DataHcpHvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#id DataHcpHvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -142,7 +142,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
---
@@ -842,7 +842,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.67.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.69.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. |
@@ -928,7 +928,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.67.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
---
@@ -940,7 +940,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#id DataHcpHvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -960,7 +960,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.67.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
---
@@ -974,7 +974,7 @@ public DataHcpHvnTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
---
@@ -994,7 +994,7 @@ DataHcpHvnTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
---
@@ -1006,7 +1006,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#default DataHcpHvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#default DataHcpHvn#default}.
---
diff --git a/docs/dataHcpHvn.python.md b/docs/dataHcpHvn.python.md
index 6ad32450f..630707f3c 100644
--- a/docs/dataHcpHvn.python.md
+++ b/docs/dataHcpHvn.python.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn).
# `dataHcpHvn` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.ter
### DataHcpHvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn hcp_hvn}.
#### Initializers
@@ -44,7 +44,7 @@ dataHcpHvn.DataHcpHvn(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_id
| str
| The ID of the HashiCorp Virtual Network (HVN). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
| project_id
| str
| The ID of the HCP project where the HVN is located. |
| timeouts
| DataHcpHvnTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#id DataHcpHvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#id DataHcpHvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -140,7 +140,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
---
@@ -402,7 +402,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#default DataHcpHvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#default DataHcpHvn#default}.
---
@@ -871,7 +871,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.67.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -957,7 +957,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.67.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
---
@@ -969,7 +969,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#id DataHcpHvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -989,7 +989,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.67.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
---
@@ -1003,7 +1003,7 @@ timeouts: DataHcpHvnTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
---
@@ -1023,7 +1023,7 @@ dataHcpHvn.DataHcpHvnTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
---
@@ -1035,7 +1035,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#default DataHcpHvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#default DataHcpHvn#default}.
---
diff --git a/docs/dataHcpHvn.typescript.md b/docs/dataHcpHvn.typescript.md
index 74d56cbff..920101ecb 100644
--- a/docs/dataHcpHvn.typescript.md
+++ b/docs/dataHcpHvn.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn).
# `dataHcpHvn` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.ter
### DataHcpHvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn hcp_hvn}.
#### Initializers
@@ -720,7 +720,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.67.0/docs/data-sources/hvn#id DataHcpHvn#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -806,7 +806,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.67.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
---
@@ -818,7 +818,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#id DataHcpHvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -838,7 +838,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.67.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
---
@@ -852,7 +852,7 @@ public readonly timeouts: DataHcpHvnTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
---
@@ -870,7 +870,7 @@ const dataHcpHvnTimeouts: dataHcpHvn.DataHcpHvnTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#default DataHcpHvn#default}. |
---
@@ -882,7 +882,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn#default DataHcpHvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#default DataHcpHvn#default}.
---
diff --git a/docs/dataHcpHvnPeeringConnection.csharp.md b/docs/dataHcpHvnPeeringConnection.csharp.md
index d8fd983eb..10f9dd67a 100644
--- a/docs/dataHcpHvnPeeringConnection.csharp.md
+++ b/docs/dataHcpHvnPeeringConnection.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn_peering_connection`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection).
# `dataHcpHvnPeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](h
### DataHcpHvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -754,7 +754,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.67.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.69.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. |
@@ -840,7 +840,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.67.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.69.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1}
---
@@ -854,7 +854,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.67.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.69.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id}
---
@@ -870,7 +870,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.67.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.69.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2}
---
@@ -882,7 +882,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -901,7 +901,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.67.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.69.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id}
---
@@ -915,7 +915,7 @@ public DataHcpHvnPeeringConnectionTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
---
@@ -935,7 +935,7 @@ new DataHcpHvnPeeringConnectionTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. |
---
@@ -947,7 +947,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
---
diff --git a/docs/dataHcpHvnPeeringConnection.go.md b/docs/dataHcpHvnPeeringConnection.go.md
index 82cd2241f..a76a3312a 100644
--- a/docs/dataHcpHvnPeeringConnection.go.md
+++ b/docs/dataHcpHvnPeeringConnection.go.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn_peering_connection`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection).
# `dataHcpHvnPeeringConnection` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](h
### DataHcpHvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnpeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnpeeringconnection"
datahcphvnpeeringconnection.NewDataHcpHvnPeeringConnection(scope Construct, id *string, config DataHcpHvnPeeringConnectionConfig) DataHcpHvnPeeringConnection
```
@@ -311,7 +311,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnpeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnpeeringconnection"
datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsConstruct(x interface{}) *bool
```
@@ -343,7 +343,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnpeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnpeeringconnection"
datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsTerraformElement(x interface{}) *bool
```
@@ -357,7 +357,7 @@ datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsTerraformElement(x int
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnpeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnpeeringconnection"
datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsTerraformDataSource(x interface{}) *bool
```
@@ -721,7 +721,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnpeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnpeeringconnection"
&datahcphvnpeeringconnection.DataHcpHvnPeeringConnectionConfig {
Connection: interface{},
@@ -736,7 +736,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnpeeringconnectio
Hvn2: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionTimeouts,
}
```
@@ -754,7 +754,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.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.69.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. |
@@ -840,7 +840,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.67.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.69.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1}
---
@@ -854,7 +854,7 @@ PeeringId *string
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id}
---
@@ -870,7 +870,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.67.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.69.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2}
---
@@ -882,7 +882,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -901,7 +901,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.67.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.69.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id}
---
@@ -915,7 +915,7 @@ Timeouts DataHcpHvnPeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
---
@@ -924,7 +924,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnpeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnpeeringconnection"
&datahcphvnpeeringconnection.DataHcpHvnPeeringConnectionTimeouts {
Default: *string,
@@ -935,7 +935,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnpeeringconnectio
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. |
---
@@ -947,7 +947,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
---
@@ -958,7 +958,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnpeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnpeeringconnection"
datahcphvnpeeringconnection.NewDataHcpHvnPeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpHvnPeeringConnectionTimeoutsOutputReference
```
diff --git a/docs/dataHcpHvnPeeringConnection.java.md b/docs/dataHcpHvnPeeringConnection.java.md
index e0165f0b4..06a670807 100644
--- a/docs/dataHcpHvnPeeringConnection.java.md
+++ b/docs/dataHcpHvnPeeringConnection.java.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn_peering_connection`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection).
# `dataHcpHvnPeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](h
### DataHcpHvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -50,7 +50,7 @@ DataHcpHvnPeeringConnection.Builder.create(Construct scope, java.lang.String id)
| hvn1
| java.lang.String
| The unique URL of one of the HVNs being peered. |
| peeringId
| java.lang.String
| The ID of the peering connection. |
| hvn2
| java.lang.String
| The unique URL of one of the HVNs being peered. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN peering connection is located. |
| timeouts
| DataHcpHvnPeeringConnectionTimeouts
| timeouts block. |
@@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id}
---
@@ -144,7 +144,7 @@ The unique URL of one of the HVNs being peered.
Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -167,7 +167,7 @@ The ID of the HCP project where the HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id}
---
@@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
---
@@ -889,7 +889,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.67.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.69.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. |
@@ -975,7 +975,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.67.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.69.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1}
---
@@ -989,7 +989,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.67.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.69.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id}
---
@@ -1005,7 +1005,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.67.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.69.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2}
---
@@ -1017,7 +1017,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1036,7 +1036,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.67.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.69.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id}
---
@@ -1050,7 +1050,7 @@ public DataHcpHvnPeeringConnectionTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
---
@@ -1070,7 +1070,7 @@ DataHcpHvnPeeringConnectionTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. |
---
@@ -1082,7 +1082,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
---
diff --git a/docs/dataHcpHvnPeeringConnection.python.md b/docs/dataHcpHvnPeeringConnection.python.md
index 0ab7cc456..5741cee89 100644
--- a/docs/dataHcpHvnPeeringConnection.python.md
+++ b/docs/dataHcpHvnPeeringConnection.python.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn_peering_connection`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection).
# `dataHcpHvnPeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](h
### DataHcpHvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -48,7 +48,7 @@ dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnection(
| hvn1
| str
| The unique URL of one of the HVNs being peered. |
| peering_id
| str
| The ID of the peering connection. |
| hvn2
| str
| The unique URL of one of the HVNs being peered. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}. |
| project_id
| str
| The ID of the HCP project where the HVN peering connection is located. |
| timeouts
| DataHcpHvnPeeringConnectionTimeouts
| timeouts block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id}
---
@@ -142,7 +142,7 @@ The unique URL of one of the HVNs being peered.
Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -165,7 +165,7 @@ The ID of the HCP project where the HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id}
---
@@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
---
@@ -428,7 +428,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
---
@@ -918,7 +918,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.67.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.69.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. |
@@ -1004,7 +1004,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.67.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.69.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1}
---
@@ -1018,7 +1018,7 @@ peering_id: str
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id}
---
@@ -1034,7 +1034,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.67.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.69.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2}
---
@@ -1046,7 +1046,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1065,7 +1065,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.67.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.69.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id}
---
@@ -1079,7 +1079,7 @@ timeouts: DataHcpHvnPeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
---
@@ -1099,7 +1099,7 @@ dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. |
---
@@ -1111,7 +1111,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
---
diff --git a/docs/dataHcpHvnPeeringConnection.typescript.md b/docs/dataHcpHvnPeeringConnection.typescript.md
index f437f2d72..c0dfeb017 100644
--- a/docs/dataHcpHvnPeeringConnection.typescript.md
+++ b/docs/dataHcpHvnPeeringConnection.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn_peering_connection`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection).
# `dataHcpHvnPeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](h
### DataHcpHvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -740,7 +740,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.67.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.69.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. |
@@ -826,7 +826,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.67.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.69.0/docs/data-sources/hvn_peering_connection#hvn_1 DataHcpHvnPeeringConnection#hvn_1}
---
@@ -840,7 +840,7 @@ public readonly peeringId: string;
The ID of the peering connection.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#peering_id DataHcpHvnPeeringConnection#peering_id}
---
@@ -856,7 +856,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.67.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.69.0/docs/data-sources/hvn_peering_connection#hvn_2 DataHcpHvnPeeringConnection#hvn_2}
---
@@ -868,7 +868,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -887,7 +887,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.67.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.69.0/docs/data-sources/hvn_peering_connection#project_id DataHcpHvnPeeringConnection#project_id}
---
@@ -901,7 +901,7 @@ public readonly timeouts: DataHcpHvnPeeringConnectionTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
---
@@ -919,7 +919,7 @@ const dataHcpHvnPeeringConnectionTimeouts: dataHcpHvnPeeringConnection.DataHcpHv
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}. |
---
@@ -931,7 +931,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}.
---
diff --git a/docs/dataHcpHvnRoute.csharp.md b/docs/dataHcpHvnRoute.csharp.md
index daaf8c011..b6e9bcf46 100644
--- a/docs/dataHcpHvnRoute.csharp.md
+++ b/docs/dataHcpHvnRoute.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn_route`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route).
# `dataHcpHvnRoute` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://regist
### DataHcpHvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -723,7 +723,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.67.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -809,7 +809,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.67.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
---
@@ -823,7 +823,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.67.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.69.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id}
---
@@ -835,7 +835,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -854,7 +854,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.67.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
---
@@ -868,7 +868,7 @@ public DataHcpHvnRouteTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
---
@@ -888,7 +888,7 @@ new DataHcpHvnRouteTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
---
@@ -900,7 +900,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
---
diff --git a/docs/dataHcpHvnRoute.go.md b/docs/dataHcpHvnRoute.go.md
index a152f2ce9..f4a5b70f2 100644
--- a/docs/dataHcpHvnRoute.go.md
+++ b/docs/dataHcpHvnRoute.go.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn_route`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route).
# `dataHcpHvnRoute` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://regist
### DataHcpHvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route hcp_hvn_route}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnroute"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnroute"
datahcphvnroute.NewDataHcpHvnRoute(scope Construct, id *string, config DataHcpHvnRouteConfig) DataHcpHvnRoute
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnroute"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnroute"
datahcphvnroute.DataHcpHvnRoute_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnroute"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnroute"
datahcphvnroute.DataHcpHvnRoute_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datahcphvnroute.DataHcpHvnRoute_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnroute"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnroute"
datahcphvnroute.DataHcpHvnRoute_IsTerraformDataSource(x interface{}) *bool
```
@@ -692,7 +692,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnroute"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnroute"
&datahcphvnroute.DataHcpHvnRouteConfig {
Connection: interface{},
@@ -706,7 +706,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnroute"
HvnRouteId: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpHvnRoute.DataHcpHvnRouteTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpHvnRoute.DataHcpHvnRouteTimeouts,
}
```
@@ -723,7 +723,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -809,7 +809,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.67.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
---
@@ -823,7 +823,7 @@ HvnRouteId *string
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id}
---
@@ -835,7 +835,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -854,7 +854,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.67.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
---
@@ -868,7 +868,7 @@ Timeouts DataHcpHvnRouteTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
---
@@ -877,7 +877,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnroute"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnroute"
&datahcphvnroute.DataHcpHvnRouteTimeouts {
Default: *string,
@@ -888,7 +888,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnroute"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
---
@@ -900,7 +900,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
---
@@ -911,7 +911,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcphvnroute"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnroute"
datahcphvnroute.NewDataHcpHvnRouteTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpHvnRouteTimeoutsOutputReference
```
diff --git a/docs/dataHcpHvnRoute.java.md b/docs/dataHcpHvnRoute.java.md
index 34d0d8120..22c2cedba 100644
--- a/docs/dataHcpHvnRoute.java.md
+++ b/docs/dataHcpHvnRoute.java.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn_route`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route).
# `dataHcpHvnRoute` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://regist
### DataHcpHvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -48,7 +48,7 @@ DataHcpHvnRoute.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| hvnLink
| java.lang.String
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| hvnRouteId
| java.lang.String
| The ID of the HVN route. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN route is located. |
| timeouts
| DataHcpHvnRouteTimeouts
| timeouts block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -153,7 +153,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
---
@@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
---
@@ -844,7 +844,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.67.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.69.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. |
@@ -930,7 +930,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.67.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
---
@@ -944,7 +944,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.67.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.69.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id}
---
@@ -956,7 +956,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -975,7 +975,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.67.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
---
@@ -989,7 +989,7 @@ public DataHcpHvnRouteTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
---
@@ -1009,7 +1009,7 @@ DataHcpHvnRouteTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
---
@@ -1021,7 +1021,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
---
diff --git a/docs/dataHcpHvnRoute.python.md b/docs/dataHcpHvnRoute.python.md
index 790a2ffc9..7516a8ffe 100644
--- a/docs/dataHcpHvnRoute.python.md
+++ b/docs/dataHcpHvnRoute.python.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn_route`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route).
# `dataHcpHvnRoute` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://regist
### DataHcpHvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -46,7 +46,7 @@ dataHcpHvnRoute.DataHcpHvnRoute(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn_link
| str
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| hvn_route_id
| str
| The ID of the HVN route. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
| project_id
| str
| The ID of the HCP project where the HVN route is located. |
| timeouts
| DataHcpHvnRouteTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -151,7 +151,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
---
@@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
---
@@ -413,7 +413,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
---
@@ -873,7 +873,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.67.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -959,7 +959,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.67.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
---
@@ -973,7 +973,7 @@ hvn_route_id: str
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id}
---
@@ -985,7 +985,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1004,7 +1004,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.67.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
---
@@ -1018,7 +1018,7 @@ timeouts: DataHcpHvnRouteTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
---
@@ -1038,7 +1038,7 @@ dataHcpHvnRoute.DataHcpHvnRouteTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
---
@@ -1050,7 +1050,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
---
diff --git a/docs/dataHcpHvnRoute.typescript.md b/docs/dataHcpHvnRoute.typescript.md
index 8e3915692..f924d90b4 100644
--- a/docs/dataHcpHvnRoute.typescript.md
+++ b/docs/dataHcpHvnRoute.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_hvn_route`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route).
# `dataHcpHvnRoute` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://regist
### DataHcpHvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -710,7 +710,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.67.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -796,7 +796,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.67.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
---
@@ -810,7 +810,7 @@ public readonly hvnRouteId: string;
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/hvn_route#hvn_route_id DataHcpHvnRoute#hvn_route_id}
---
@@ -822,7 +822,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -841,7 +841,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.67.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
---
@@ -855,7 +855,7 @@ public readonly timeouts: DataHcpHvnRouteTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
---
@@ -873,7 +873,7 @@ const dataHcpHvnRouteTimeouts: dataHcpHvnRoute.DataHcpHvnRouteTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}. |
---
@@ -885,7 +885,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}.
---
diff --git a/docs/dataHcpPackerBucketNames.csharp.md b/docs/dataHcpPackerBucketNames.csharp.md
index 1597d59b4..23193f06f 100644
--- a/docs/dataHcpPackerBucketNames.csharp.md
+++ b/docs/dataHcpPackerBucketNames.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_bucket_names`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names).
# `dataHcpPackerBucketNames` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](http
### DataHcpPackerBucketNames
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
#### Initializers
@@ -642,7 +642,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.67.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.69.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. |
@@ -726,7 +726,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -743,7 +743,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.67.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.69.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id}
---
@@ -757,7 +757,7 @@ public DataHcpPackerBucketNamesTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
---
@@ -777,7 +777,7 @@ new DataHcpPackerBucketNamesTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. |
---
@@ -789,7 +789,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
---
diff --git a/docs/dataHcpPackerBucketNames.go.md b/docs/dataHcpPackerBucketNames.go.md
index 4e6343665..d77f9b1d5 100644
--- a/docs/dataHcpPackerBucketNames.go.md
+++ b/docs/dataHcpPackerBucketNames.go.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_bucket_names`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names).
# `dataHcpPackerBucketNames` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](http
### DataHcpPackerBucketNames
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerbucketnames"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerbucketnames"
datahcppackerbucketnames.NewDataHcpPackerBucketNames(scope Construct, id *string, config DataHcpPackerBucketNamesConfig) DataHcpPackerBucketNames
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerbucketnames"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerbucketnames"
datahcppackerbucketnames.DataHcpPackerBucketNames_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerbucketnames"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerbucketnames"
datahcppackerbucketnames.DataHcpPackerBucketNames_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datahcppackerbucketnames.DataHcpPackerBucketNames_IsTerraformElement(x interface
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerbucketnames"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerbucketnames"
datahcppackerbucketnames.DataHcpPackerBucketNames_IsTerraformDataSource(x interface{}) *bool
```
@@ -615,7 +615,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerbucketnames"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerbucketnames"
&datahcppackerbucketnames.DataHcpPackerBucketNamesConfig {
Connection: interface{},
@@ -627,7 +627,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerbucketnames"
Provisioners: *[]interface{},
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpPackerBucketNames.DataHcpPackerBucketNamesTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpPackerBucketNames.DataHcpPackerBucketNamesTimeouts,
}
```
@@ -642,7 +642,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.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.69.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. |
@@ -726,7 +726,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -743,7 +743,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.67.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.69.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id}
---
@@ -757,7 +757,7 @@ Timeouts DataHcpPackerBucketNamesTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
---
@@ -766,7 +766,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerbucketnames"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerbucketnames"
&datahcppackerbucketnames.DataHcpPackerBucketNamesTimeouts {
Default: *string,
@@ -777,7 +777,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerbucketnames"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. |
---
@@ -789,7 +789,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
---
@@ -800,7 +800,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerbucketnames"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerbucketnames"
datahcppackerbucketnames.NewDataHcpPackerBucketNamesTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerBucketNamesTimeoutsOutputReference
```
diff --git a/docs/dataHcpPackerBucketNames.java.md b/docs/dataHcpPackerBucketNames.java.md
index 844be01a1..f6d63aecd 100644
--- a/docs/dataHcpPackerBucketNames.java.md
+++ b/docs/dataHcpPackerBucketNames.java.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_bucket_names`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names).
# `dataHcpPackerBucketNames` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](http
### DataHcpPackerBucketNames
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
#### Initializers
@@ -44,7 +44,7 @@ DataHcpPackerBucketNames.Builder.create(Construct scope, java.lang.String id)
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Packer registry is located. |
| timeouts
| DataHcpPackerBucketNamesTimeouts
| timeouts block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t
The ID of the HCP project where the HCP Packer registry is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id}
---
@@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
---
@@ -737,7 +737,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.67.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.69.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. |
@@ -821,7 +821,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -838,7 +838,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.67.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.69.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id}
---
@@ -852,7 +852,7 @@ public DataHcpPackerBucketNamesTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
---
@@ -872,7 +872,7 @@ DataHcpPackerBucketNamesTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. |
---
@@ -884,7 +884,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
---
diff --git a/docs/dataHcpPackerBucketNames.python.md b/docs/dataHcpPackerBucketNames.python.md
index ec022e9f6..d4709647e 100644
--- a/docs/dataHcpPackerBucketNames.python.md
+++ b/docs/dataHcpPackerBucketNames.python.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_bucket_names`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names).
# `dataHcpPackerBucketNames` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](http
### DataHcpPackerBucketNames
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
#### Initializers
@@ -42,7 +42,7 @@ dataHcpPackerBucketNames.DataHcpPackerBucketNames(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Packer registry is located. |
| timeouts
| DataHcpPackerBucketNamesTimeouts
| timeouts block. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -125,7 +125,7 @@ If you experience problems setting this value it might not be settable. Please t
The ID of the HCP project where the HCP Packer registry is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id}
---
@@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
---
@@ -387,7 +387,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
---
@@ -766,7 +766,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.67.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.69.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. |
@@ -850,7 +850,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -867,7 +867,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.67.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.69.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id}
---
@@ -881,7 +881,7 @@ timeouts: DataHcpPackerBucketNamesTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
---
@@ -901,7 +901,7 @@ dataHcpPackerBucketNames.DataHcpPackerBucketNamesTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. |
---
@@ -913,7 +913,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
---
diff --git a/docs/dataHcpPackerBucketNames.typescript.md b/docs/dataHcpPackerBucketNames.typescript.md
index 534028c9e..fe75c1cec 100644
--- a/docs/dataHcpPackerBucketNames.typescript.md
+++ b/docs/dataHcpPackerBucketNames.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_bucket_names`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names).
# `dataHcpPackerBucketNames` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](http
### DataHcpPackerBucketNames
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}.
#### Initializers
@@ -631,7 +631,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.67.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.69.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. |
@@ -715,7 +715,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -732,7 +732,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.67.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.69.0/docs/data-sources/packer_bucket_names#project_id DataHcpPackerBucketNames#project_id}
---
@@ -746,7 +746,7 @@ public readonly timeouts: DataHcpPackerBucketNamesTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
---
@@ -764,7 +764,7 @@ const dataHcpPackerBucketNamesTimeouts: dataHcpPackerBucketNames.DataHcpPackerBu
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}. |
---
@@ -776,7 +776,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}.
---
diff --git a/docs/dataHcpPackerImage.csharp.md b/docs/dataHcpPackerImage.csharp.md
index 5ddbea16e..df7ae9589 100644
--- a/docs/dataHcpPackerImage.csharp.md
+++ b/docs/dataHcpPackerImage.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_image`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image).
# `dataHcpPackerImage` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://reg
### DataHcpPackerImage
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image hcp_packer_image}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image hcp_packer_image}.
#### Initializers
@@ -856,12 +856,12 @@ new DataHcpPackerImageConfig {
| Lifecycle
| HashiCorp.Cdktf.TerraformResourceLifecycle
| *No description.* |
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
-| BucketName
| string
| The slug of the HCP Packer Registry bucket to pull from. |
-| CloudProvider
| string
| Name of the cloud provider this image is stored-in. |
-| Region
| string
| Region this image is stored in, if any. |
+| BucketName
| string
| The slug of the HCP Packer Registry bucket where this image is located. |
+| CloudProvider
| string
| Name of the cloud provider where this image is stored. |
+| 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.67.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -946,9 +946,9 @@ public string BucketName { get; set; }
- *Type:* string
-The slug of the HCP Packer Registry bucket to pull from.
+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.67.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
---
@@ -960,9 +960,9 @@ public string CloudProvider { get; set; }
- *Type:* string
-Name of the cloud provider this image is stored-in.
+Name of the cloud provider where this image is stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
---
@@ -974,9 +974,9 @@ public string Region { get; set; }
- *Type:* string
-Region this image is stored in, if any.
+The Region where this image is stored, if any.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
---
@@ -992,7 +992,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.67.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
---
@@ -1006,7 +1006,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.67.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
---
@@ -1018,7 +1018,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1035,7 +1035,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.67.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
---
@@ -1052,7 +1052,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.67.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
---
@@ -1066,7 +1066,7 @@ public DataHcpPackerImageTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
---
@@ -1086,7 +1086,7 @@ new DataHcpPackerImageTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
---
@@ -1098,7 +1098,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
---
diff --git a/docs/dataHcpPackerImage.go.md b/docs/dataHcpPackerImage.go.md
index b26f1e7ff..ee66d7345 100644
--- a/docs/dataHcpPackerImage.go.md
+++ b/docs/dataHcpPackerImage.go.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_image`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image).
# `dataHcpPackerImage` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://reg
### DataHcpPackerImage
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image hcp_packer_image}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image hcp_packer_image}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimage"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimage"
datahcppackerimage.NewDataHcpPackerImage(scope Construct, id *string, config DataHcpPackerImageConfig) DataHcpPackerImage
```
@@ -325,7 +325,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimage"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimage"
datahcppackerimage.DataHcpPackerImage_IsConstruct(x interface{}) *bool
```
@@ -357,7 +357,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimage"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimage"
datahcppackerimage.DataHcpPackerImage_IsTerraformElement(x interface{}) *bool
```
@@ -371,7 +371,7 @@ datahcppackerimage.DataHcpPackerImage_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimage"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimage"
datahcppackerimage.DataHcpPackerImage_IsTerraformDataSource(x interface{}) *bool
```
@@ -823,7 +823,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimage"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimage"
&datahcppackerimage.DataHcpPackerImageConfig {
Connection: interface{},
@@ -841,7 +841,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimage"
Id: *string,
IterationId: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpPackerImage.DataHcpPackerImageTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpPackerImage.DataHcpPackerImageTimeouts,
}
```
@@ -856,12 +856,12 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimage"
| 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.* |
-| BucketName
| *string
| The slug of the HCP Packer Registry bucket to pull from. |
-| CloudProvider
| *string
| Name of the cloud provider this image is stored-in. |
-| Region
| *string
| Region this image is stored in, if any. |
+| BucketName
| *string
| The slug of the HCP Packer Registry bucket where this image is located. |
+| CloudProvider
| *string
| Name of the cloud provider where this image is stored. |
+| 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.67.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -946,9 +946,9 @@ BucketName *string
- *Type:* *string
-The slug of the HCP Packer Registry bucket to pull from.
+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.67.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
---
@@ -960,9 +960,9 @@ CloudProvider *string
- *Type:* *string
-Name of the cloud provider this image is stored-in.
+Name of the cloud provider where this image is stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
---
@@ -974,9 +974,9 @@ Region *string
- *Type:* *string
-Region this image is stored in, if any.
+The Region where this image is stored, if any.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
---
@@ -992,7 +992,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.67.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
---
@@ -1006,7 +1006,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.67.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
---
@@ -1018,7 +1018,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1035,7 +1035,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.67.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
---
@@ -1052,7 +1052,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.67.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
---
@@ -1066,7 +1066,7 @@ Timeouts DataHcpPackerImageTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
---
@@ -1075,7 +1075,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimage"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimage"
&datahcppackerimage.DataHcpPackerImageTimeouts {
Default: *string,
@@ -1086,7 +1086,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimage"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
---
@@ -1098,7 +1098,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
---
@@ -1109,7 +1109,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimage"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimage"
datahcppackerimage.NewDataHcpPackerImageTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerImageTimeoutsOutputReference
```
diff --git a/docs/dataHcpPackerImage.java.md b/docs/dataHcpPackerImage.java.md
index c7c346259..884e17034 100644
--- a/docs/dataHcpPackerImage.java.md
+++ b/docs/dataHcpPackerImage.java.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_image`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image).
# `dataHcpPackerImage` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://reg
### DataHcpPackerImage
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image hcp_packer_image}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image hcp_packer_image}.
#### Initializers
@@ -50,12 +50,12 @@ DataHcpPackerImage.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.* |
-| bucketName
| java.lang.String
| The slug of the HCP Packer Registry bucket to pull from. |
-| cloudProvider
| java.lang.String
| Name of the cloud provider this image is stored-in. |
-| region
| java.lang.String
| Region this image is stored in, if any. |
+| bucketName
| java.lang.String
| The slug of the HCP Packer Registry bucket where this image is located. |
+| cloudProvider
| java.lang.String
| Name of the cloud provider where this image is stored. |
+| 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.67.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.69.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. |
@@ -126,9 +126,9 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-The slug of the HCP Packer Registry bucket to pull from.
+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.67.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
---
@@ -136,9 +136,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Name of the cloud provider this image is stored-in.
+Name of the cloud provider where this image is stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
---
@@ -146,9 +146,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Region this image is stored in, if any.
+The Region where this image is stored, if any.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
---
@@ -160,7 +160,7 @@ The channel that points to the version of the image being retrieved.
Either this or `iteration_id` must be specified. Note: will incur a billable request
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
---
@@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the builder that built this image. Ex: `amazon-ebs.example`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -191,7 +191,7 @@ If you experience problems setting this value it might not be settable. Please t
The iteration from which to get the image. Either this or `channel` must be specified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
---
@@ -204,7 +204,7 @@ The ID of the HCP project where the HCP Packer Registry image is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
---
@@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
---
@@ -1028,12 +1028,12 @@ DataHcpPackerImageConfig.builder()
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| bucketName
| java.lang.String
| The slug of the HCP Packer Registry bucket to pull from. |
-| cloudProvider
| java.lang.String
| Name of the cloud provider this image is stored-in. |
-| region
| java.lang.String
| Region this image is stored in, if any. |
+| bucketName
| java.lang.String
| The slug of the HCP Packer Registry bucket where this image is located. |
+| cloudProvider
| java.lang.String
| Name of the cloud provider where this image is stored. |
+| 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.67.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.69.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. |
@@ -1118,9 +1118,9 @@ public java.lang.String getBucketName();
- *Type:* java.lang.String
-The slug of the HCP Packer Registry bucket to pull from.
+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.67.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
---
@@ -1132,9 +1132,9 @@ public java.lang.String getCloudProvider();
- *Type:* java.lang.String
-Name of the cloud provider this image is stored-in.
+Name of the cloud provider where this image is stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
---
@@ -1146,9 +1146,9 @@ public java.lang.String getRegion();
- *Type:* java.lang.String
-Region this image is stored in, if any.
+The Region where this image is stored, if any.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
---
@@ -1164,7 +1164,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.67.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
---
@@ -1178,7 +1178,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.67.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
---
@@ -1190,7 +1190,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1207,7 +1207,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.67.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
---
@@ -1224,7 +1224,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.67.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
---
@@ -1238,7 +1238,7 @@ public DataHcpPackerImageTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
---
@@ -1258,7 +1258,7 @@ DataHcpPackerImageTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
---
@@ -1270,7 +1270,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
---
diff --git a/docs/dataHcpPackerImage.python.md b/docs/dataHcpPackerImage.python.md
index 9c368b916..734b60a11 100644
--- a/docs/dataHcpPackerImage.python.md
+++ b/docs/dataHcpPackerImage.python.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_image`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image).
# `dataHcpPackerImage` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://reg
### DataHcpPackerImage
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image hcp_packer_image}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image hcp_packer_image}.
#### Initializers
@@ -48,12 +48,12 @@ dataHcpPackerImage.DataHcpPackerImage(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| 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. |
-| cloud_provider
| str
| Name of the cloud provider this image is stored-in. |
-| region
| str
| Region this image is stored in, if any. |
+| bucket_name
| str
| The slug of the HCP Packer Registry bucket where this image is located. |
+| cloud_provider
| str
| Name of the cloud provider where this image is stored. |
+| 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.67.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -124,9 +124,9 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-The slug of the HCP Packer Registry bucket to pull from.
+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.67.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
---
@@ -134,9 +134,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Name of the cloud provider this image is stored-in.
+Name of the cloud provider where this image is stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
---
@@ -144,9 +144,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Region this image is stored in, if any.
+The Region where this image is stored, if any.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
---
@@ -158,7 +158,7 @@ The channel that points to the version of the image being retrieved.
Either this or `iteration_id` must be specified. Note: will incur a billable request
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
---
@@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Name of the builder that built this image. Ex: `amazon-ebs.example`.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
---
@@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -189,7 +189,7 @@ If you experience problems setting this value it might not be settable. Please t
The iteration from which to get the image. Either this or `channel` must be specified.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
---
@@ -202,7 +202,7 @@ The ID of the HCP project where the HCP Packer Registry image is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
---
@@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
---
@@ -467,7 +467,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
---
@@ -1057,12 +1057,12 @@ dataHcpPackerImage.DataHcpPackerImageConfig(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| 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. |
-| cloud_provider
| str
| Name of the cloud provider this image is stored-in. |
-| region
| str
| Region this image is stored in, if any. |
+| bucket_name
| str
| The slug of the HCP Packer Registry bucket where this image is located. |
+| cloud_provider
| str
| Name of the cloud provider where this image is stored. |
+| 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.67.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1147,9 +1147,9 @@ bucket_name: str
- *Type:* str
-The slug of the HCP Packer Registry bucket to pull from.
+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.67.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
---
@@ -1161,9 +1161,9 @@ cloud_provider: str
- *Type:* str
-Name of the cloud provider this image is stored-in.
+Name of the cloud provider where this image is stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
---
@@ -1175,9 +1175,9 @@ region: str
- *Type:* str
-Region this image is stored in, if any.
+The Region where this image is stored, if any.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
---
@@ -1193,7 +1193,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.67.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
---
@@ -1207,7 +1207,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.67.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
---
@@ -1219,7 +1219,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1236,7 +1236,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.67.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
---
@@ -1253,7 +1253,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.67.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
---
@@ -1267,7 +1267,7 @@ timeouts: DataHcpPackerImageTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
---
@@ -1287,7 +1287,7 @@ dataHcpPackerImage.DataHcpPackerImageTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
---
@@ -1299,7 +1299,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
---
diff --git a/docs/dataHcpPackerImage.typescript.md b/docs/dataHcpPackerImage.typescript.md
index 2a5190e06..c03f7efae 100644
--- a/docs/dataHcpPackerImage.typescript.md
+++ b/docs/dataHcpPackerImage.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_image`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image).
# `dataHcpPackerImage` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://reg
### DataHcpPackerImage
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image hcp_packer_image}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image hcp_packer_image}.
#### Initializers
@@ -839,12 +839,12 @@ const dataHcpPackerImageConfig: dataHcpPackerImage.DataHcpPackerImageConfig = {
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
-| bucketName
| string
| The slug of the HCP Packer Registry bucket to pull from. |
-| cloudProvider
| string
| Name of the cloud provider this image is stored-in. |
-| region
| string
| Region this image is stored in, if any. |
+| bucketName
| string
| The slug of the HCP Packer Registry bucket where this image is located. |
+| cloudProvider
| string
| Name of the cloud provider where this image is stored. |
+| 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.67.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -929,9 +929,9 @@ public readonly bucketName: string;
- *Type:* string
-The slug of the HCP Packer Registry bucket to pull from.
+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.67.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
---
@@ -943,9 +943,9 @@ public readonly cloudProvider: string;
- *Type:* string
-Name of the cloud provider this image is stored-in.
+Name of the cloud provider where this image is stored.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
---
@@ -957,9 +957,9 @@ public readonly region: string;
- *Type:* string
-Region this image is stored in, if any.
+The Region where this image is stored, if any.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
---
@@ -975,7 +975,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.67.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
---
@@ -989,7 +989,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.67.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
---
@@ -1001,7 +1001,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1018,7 +1018,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.67.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
---
@@ -1035,7 +1035,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.67.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
---
@@ -1049,7 +1049,7 @@ public readonly timeouts: DataHcpPackerImageTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
---
@@ -1067,7 +1067,7 @@ const dataHcpPackerImageTimeouts: dataHcpPackerImage.DataHcpPackerImageTimeouts
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}. |
---
@@ -1079,7 +1079,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}.
---
diff --git a/docs/dataHcpPackerImageIteration.csharp.md b/docs/dataHcpPackerImageIteration.csharp.md
index d89e28edb..c239dcc87 100644
--- a/docs/dataHcpPackerImageIteration.csharp.md
+++ b/docs/dataHcpPackerImageIteration.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_image_iteration`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration).
# `dataHcpPackerImageIteration` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](h
### DataHcpPackerImageIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration hcp_packer_image_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration hcp_packer_image_iteration}.
#### Initializers
@@ -749,7 +749,7 @@ new DataHcpPackerImageIterationConfig {
| 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.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}. |
| ProjectId
| string
| The ID of the HCP project where the HCP Packer registry is located. |
| Timeouts
| DataHcpPackerImageIterationTimeouts
| timeouts block. |
@@ -835,7 +835,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.67.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
---
@@ -849,7 +849,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.67.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
---
@@ -861,7 +861,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -881,7 +881,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.67.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
---
@@ -895,7 +895,7 @@ public DataHcpPackerImageIterationTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
---
@@ -915,7 +915,7 @@ new DataHcpPackerImageIterationTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#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.67.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}.
---
diff --git a/docs/dataHcpPackerImageIteration.go.md b/docs/dataHcpPackerImageIteration.go.md
index e37e4a51e..97d932557 100644
--- a/docs/dataHcpPackerImageIteration.go.md
+++ b/docs/dataHcpPackerImageIteration.go.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_image_iteration`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration).
# `dataHcpPackerImageIteration` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](h
### DataHcpPackerImageIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration hcp_packer_image_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration hcp_packer_image_iteration}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimageiteration"
datahcppackerimageiteration.NewDataHcpPackerImageIteration(scope Construct, id *string, config DataHcpPackerImageIterationConfig) DataHcpPackerImageIteration
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimageiteration"
datahcppackerimageiteration.DataHcpPackerImageIteration_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimageiteration"
datahcppackerimageiteration.DataHcpPackerImageIteration_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datahcppackerimageiteration.DataHcpPackerImageIteration_IsTerraformElement(x int
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimageiteration"
datahcppackerimageiteration.DataHcpPackerImageIteration_IsTerraformDataSource(x interface{}) *bool
```
@@ -692,7 +692,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimageiteration"
&datahcppackerimageiteration.DataHcpPackerImageIterationBuilds {
@@ -705,7 +705,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteratio
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimageiteration"
&datahcppackerimageiteration.DataHcpPackerImageIterationBuildsImages {
@@ -718,7 +718,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteratio
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimageiteration"
&datahcppackerimageiteration.DataHcpPackerImageIterationConfig {
Connection: interface{},
@@ -732,7 +732,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteratio
Channel: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpPackerImageIteration.DataHcpPackerImageIterationTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpPackerImageIteration.DataHcpPackerImageIterationTimeouts,
}
```
@@ -749,7 +749,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteratio
| 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.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HCP Packer registry is located. |
| Timeouts
| DataHcpPackerImageIterationTimeouts
| timeouts block. |
@@ -835,7 +835,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.67.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
---
@@ -849,7 +849,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.67.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
---
@@ -861,7 +861,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -881,7 +881,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.67.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
---
@@ -895,7 +895,7 @@ Timeouts DataHcpPackerImageIterationTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
---
@@ -904,7 +904,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimageiteration"
&datahcppackerimageiteration.DataHcpPackerImageIterationTimeouts {
Default: *string,
@@ -915,7 +915,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteratio
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}. |
---
@@ -927,7 +927,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}.
---
@@ -938,7 +938,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimageiteration"
datahcppackerimageiteration.NewDataHcpPackerImageIterationBuildsImagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpPackerImageIterationBuildsImagesList
```
@@ -1070,7 +1070,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimageiteration"
datahcppackerimageiteration.NewDataHcpPackerImageIterationBuildsImagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpPackerImageIterationBuildsImagesOutputReference
```
@@ -1381,7 +1381,7 @@ func InternalValue() DataHcpPackerImageIterationBuildsImages
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimageiteration"
datahcppackerimageiteration.NewDataHcpPackerImageIterationBuildsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpPackerImageIterationBuildsList
```
@@ -1513,7 +1513,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimageiteration"
datahcppackerimageiteration.NewDataHcpPackerImageIterationBuildsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpPackerImageIterationBuildsOutputReference
```
@@ -1879,7 +1879,7 @@ func InternalValue() DataHcpPackerImageIterationBuilds
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerimageiteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimageiteration"
datahcppackerimageiteration.NewDataHcpPackerImageIterationTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerImageIterationTimeoutsOutputReference
```
diff --git a/docs/dataHcpPackerImageIteration.java.md b/docs/dataHcpPackerImageIteration.java.md
index b491ab13a..138428ec3 100644
--- a/docs/dataHcpPackerImageIteration.java.md
+++ b/docs/dataHcpPackerImageIteration.java.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_image_iteration`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration).
# `dataHcpPackerImageIteration` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](h
### DataHcpPackerImageIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration hcp_packer_image_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration hcp_packer_image_iteration}.
#### Initializers
@@ -48,7 +48,7 @@ DataHcpPackerImageIteration.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.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Packer registry is located. |
| timeouts
| DataHcpPackerImageIterationTimeouts
| timeouts block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The slug of the HCP Packer Registry bucket to pull from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The channel that points to the version of the image you want.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -154,7 +154,7 @@ The ID of the HCP project where the HCP Packer registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#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.67.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
---
@@ -869,7 +869,7 @@ DataHcpPackerImageIterationConfig.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.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Packer registry is located. |
| timeouts
| DataHcpPackerImageIterationTimeouts
| timeouts block. |
@@ -955,7 +955,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.67.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
---
@@ -969,7 +969,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.67.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
---
@@ -981,7 +981,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1001,7 +1001,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.67.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
---
@@ -1015,7 +1015,7 @@ public DataHcpPackerImageIterationTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
---
@@ -1035,7 +1035,7 @@ DataHcpPackerImageIterationTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}. |
+| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}. |
---
@@ -1047,7 +1047,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}.
---
diff --git a/docs/dataHcpPackerImageIteration.python.md b/docs/dataHcpPackerImageIteration.python.md
index 5a46ba6b7..03a29a4d9 100644
--- a/docs/dataHcpPackerImageIteration.python.md
+++ b/docs/dataHcpPackerImageIteration.python.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_image_iteration`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration).
# `dataHcpPackerImageIteration` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](h
### DataHcpPackerImageIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration hcp_packer_image_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration hcp_packer_image_iteration}.
#### Initializers
@@ -46,7 +46,7 @@ dataHcpPackerImageIteration.DataHcpPackerImageIteration(
| 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.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Packer registry is located. |
| timeouts
| DataHcpPackerImageIterationTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The slug of the HCP Packer Registry bucket to pull from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The channel that points to the version of the image you want.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -152,7 +152,7 @@ The ID of the HCP project where the HCP Packer registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
---
@@ -414,7 +414,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}.
---
@@ -896,7 +896,7 @@ dataHcpPackerImageIteration.DataHcpPackerImageIterationConfig(
| 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.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Packer registry is located. |
| timeouts
| DataHcpPackerImageIterationTimeouts
| timeouts block. |
@@ -982,7 +982,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.67.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
---
@@ -996,7 +996,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.67.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
---
@@ -1008,7 +1008,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -1028,7 +1028,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.67.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
---
@@ -1042,7 +1042,7 @@ timeouts: DataHcpPackerImageIterationTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
---
@@ -1062,7 +1062,7 @@ dataHcpPackerImageIteration.DataHcpPackerImageIterationTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}. |
---
@@ -1074,7 +1074,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}.
---
diff --git a/docs/dataHcpPackerImageIteration.typescript.md b/docs/dataHcpPackerImageIteration.typescript.md
index 46b3cfc0d..6620d1ff7 100644
--- a/docs/dataHcpPackerImageIteration.typescript.md
+++ b/docs/dataHcpPackerImageIteration.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_image_iteration`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration).
# `dataHcpPackerImageIteration` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](h
### DataHcpPackerImageIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration hcp_packer_image_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration hcp_packer_image_iteration}.
#### Initializers
@@ -732,7 +732,7 @@ const dataHcpPackerImageIterationConfig: dataHcpPackerImageIteration.DataHcpPack
| 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.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}. |
| projectId
| string
| The ID of the HCP project where the HCP Packer registry is located. |
| timeouts
| DataHcpPackerImageIterationTimeouts
| timeouts block. |
@@ -818,7 +818,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.67.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
---
@@ -832,7 +832,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.67.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
---
@@ -844,7 +844,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -864,7 +864,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.67.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
---
@@ -878,7 +878,7 @@ public readonly timeouts: DataHcpPackerImageIterationTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
---
@@ -896,7 +896,7 @@ const dataHcpPackerImageIterationTimeouts: dataHcpPackerImageIteration.DataHcpPa
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}. |
---
@@ -908,7 +908,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}.
---
diff --git a/docs/dataHcpPackerIteration.csharp.md b/docs/dataHcpPackerIteration.csharp.md
index 1d10440c9..dee704332 100644
--- a/docs/dataHcpPackerIteration.csharp.md
+++ b/docs/dataHcpPackerIteration.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_iteration`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration).
# `dataHcpPackerIteration` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https:/
### DataHcpPackerIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
#### Initializers
@@ -756,7 +756,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.67.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -842,7 +842,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.67.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
---
@@ -856,7 +856,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.67.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
---
@@ -868,7 +868,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -888,7 +888,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.67.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
---
@@ -902,7 +902,7 @@ public DataHcpPackerIterationTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
---
@@ -922,7 +922,7 @@ new DataHcpPackerIterationTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#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.67.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
---
diff --git a/docs/dataHcpPackerIteration.go.md b/docs/dataHcpPackerIteration.go.md
index 71732ad5f..5a2e7582e 100644
--- a/docs/dataHcpPackerIteration.go.md
+++ b/docs/dataHcpPackerIteration.go.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_iteration`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration).
# `dataHcpPackerIteration` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https:/
### DataHcpPackerIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackeriteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackeriteration"
datahcppackeriteration.NewDataHcpPackerIteration(scope Construct, id *string, config DataHcpPackerIterationConfig) DataHcpPackerIteration
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackeriteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackeriteration"
datahcppackeriteration.DataHcpPackerIteration_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackeriteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackeriteration"
datahcppackeriteration.DataHcpPackerIteration_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datahcppackeriteration.DataHcpPackerIteration_IsTerraformElement(x interface{})
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackeriteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackeriteration"
datahcppackeriteration.DataHcpPackerIteration_IsTerraformDataSource(x interface{}) *bool
```
@@ -725,7 +725,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackeriteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackeriteration"
&datahcppackeriteration.DataHcpPackerIterationConfig {
Connection: interface{},
@@ -739,7 +739,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackeriteration"
Channel: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpPackerIteration.DataHcpPackerIterationTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpPackerIteration.DataHcpPackerIterationTimeouts,
}
```
@@ -756,7 +756,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -842,7 +842,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.67.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
---
@@ -856,7 +856,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.67.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
---
@@ -868,7 +868,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -888,7 +888,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.67.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
---
@@ -902,7 +902,7 @@ Timeouts DataHcpPackerIterationTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
---
@@ -911,7 +911,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackeriteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackeriteration"
&datahcppackeriteration.DataHcpPackerIterationTimeouts {
Default: *string,
@@ -922,7 +922,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackeriteration"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
---
@@ -934,7 +934,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
---
@@ -945,7 +945,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackeriteration"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackeriteration"
datahcppackeriteration.NewDataHcpPackerIterationTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerIterationTimeoutsOutputReference
```
diff --git a/docs/dataHcpPackerIteration.java.md b/docs/dataHcpPackerIteration.java.md
index e9e8a12a1..6daae69fe 100644
--- a/docs/dataHcpPackerIteration.java.md
+++ b/docs/dataHcpPackerIteration.java.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_iteration`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration).
# `dataHcpPackerIteration` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https:/
### DataHcpPackerIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
#### Initializers
@@ -48,7 +48,7 @@ DataHcpPackerIteration.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| bucketName
| java.lang.String
| The slug of the HCP Packer Registry bucket to pull from. |
| channel
| java.lang.String
| The channel that points to the version of the image you want. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Packer Registry is located. |
| timeouts
| DataHcpPackerIterationTimeouts
| timeouts block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The slug of the HCP Packer Registry bucket to pull from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The channel that points to the version of the image you want.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -154,7 +154,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
---
@@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
---
@@ -878,7 +878,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.67.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.69.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. |
@@ -964,7 +964,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.67.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
---
@@ -978,7 +978,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.67.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
---
@@ -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.67.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1010,7 +1010,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.67.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
---
@@ -1024,7 +1024,7 @@ public DataHcpPackerIterationTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
---
@@ -1044,7 +1044,7 @@ DataHcpPackerIterationTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#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.67.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
---
diff --git a/docs/dataHcpPackerIteration.python.md b/docs/dataHcpPackerIteration.python.md
index f41c01910..3bbc5f29a 100644
--- a/docs/dataHcpPackerIteration.python.md
+++ b/docs/dataHcpPackerIteration.python.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_iteration`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration).
# `dataHcpPackerIteration` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https:/
### DataHcpPackerIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
#### Initializers
@@ -46,7 +46,7 @@ dataHcpPackerIteration.DataHcpPackerIteration(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| bucket_name
| str
| The slug of the HCP Packer Registry bucket to pull from. |
| channel
| str
| The channel that points to the version of the image you want. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Packer Registry is located. |
| timeouts
| DataHcpPackerIterationTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The slug of the HCP Packer Registry bucket to pull from.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The channel that points to the version of the image you want.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -152,7 +152,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
---
@@ -414,7 +414,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
---
@@ -907,7 +907,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.67.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -993,7 +993,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.67.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
---
@@ -1007,7 +1007,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.67.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
---
@@ -1019,7 +1019,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1039,7 +1039,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.67.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
---
@@ -1053,7 +1053,7 @@ timeouts: DataHcpPackerIterationTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
---
@@ -1073,7 +1073,7 @@ dataHcpPackerIteration.DataHcpPackerIterationTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
---
@@ -1085,7 +1085,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
---
diff --git a/docs/dataHcpPackerIteration.typescript.md b/docs/dataHcpPackerIteration.typescript.md
index ddf985658..8efab9e59 100644
--- a/docs/dataHcpPackerIteration.typescript.md
+++ b/docs/dataHcpPackerIteration.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_iteration`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration).
# `dataHcpPackerIteration` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https:/
### DataHcpPackerIteration
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration hcp_packer_iteration}.
#### Initializers
@@ -743,7 +743,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.67.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -829,7 +829,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.67.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
---
@@ -843,7 +843,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.67.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
---
@@ -855,7 +855,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -875,7 +875,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.67.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
---
@@ -889,7 +889,7 @@ public readonly timeouts: DataHcpPackerIterationTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
---
@@ -907,7 +907,7 @@ const dataHcpPackerIterationTimeouts: dataHcpPackerIteration.DataHcpPackerIterat
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}. |
---
@@ -919,7 +919,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}.
---
diff --git a/docs/dataHcpPackerRunTask.csharp.md b/docs/dataHcpPackerRunTask.csharp.md
index 31c28fcab..678784b97 100644
--- a/docs/dataHcpPackerRunTask.csharp.md
+++ b/docs/dataHcpPackerRunTask.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_run_task`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task).
# `dataHcpPackerRunTask` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://
### DataHcpPackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -653,7 +653,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.67.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.69.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. |
@@ -737,7 +737,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -757,7 +757,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.67.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.69.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id}
---
@@ -771,7 +771,7 @@ public DataHcpPackerRunTaskTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
---
@@ -791,7 +791,7 @@ new DataHcpPackerRunTaskTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. |
---
@@ -803,7 +803,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
---
diff --git a/docs/dataHcpPackerRunTask.go.md b/docs/dataHcpPackerRunTask.go.md
index b6a22b3b9..d7843ea63 100644
--- a/docs/dataHcpPackerRunTask.go.md
+++ b/docs/dataHcpPackerRunTask.go.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_run_task`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task).
# `dataHcpPackerRunTask` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://
### DataHcpPackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerruntask"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerruntask"
datahcppackerruntask.NewDataHcpPackerRunTask(scope Construct, id *string, config DataHcpPackerRunTaskConfig) DataHcpPackerRunTask
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerruntask"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerruntask"
datahcppackerruntask.DataHcpPackerRunTask_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerruntask"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerruntask"
datahcppackerruntask.DataHcpPackerRunTask_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ datahcppackerruntask.DataHcpPackerRunTask_IsTerraformElement(x interface{}) *boo
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerruntask"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerruntask"
datahcppackerruntask.DataHcpPackerRunTask_IsTerraformDataSource(x interface{}) *bool
```
@@ -626,7 +626,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerruntask"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerruntask"
&datahcppackerruntask.DataHcpPackerRunTaskConfig {
Connection: interface{},
@@ -638,7 +638,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerruntask"
Provisioners: *[]interface{},
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpPackerRunTask.DataHcpPackerRunTaskTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpPackerRunTask.DataHcpPackerRunTaskTimeouts,
}
```
@@ -653,7 +653,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.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.69.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. |
@@ -737,7 +737,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -757,7 +757,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.67.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.69.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id}
---
@@ -771,7 +771,7 @@ Timeouts DataHcpPackerRunTaskTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
---
@@ -780,7 +780,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerruntask"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerruntask"
&datahcppackerruntask.DataHcpPackerRunTaskTimeouts {
Default: *string,
@@ -791,7 +791,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerruntask"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. |
---
@@ -803,7 +803,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
---
@@ -814,7 +814,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcppackerruntask"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerruntask"
datahcppackerruntask.NewDataHcpPackerRunTaskTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerRunTaskTimeoutsOutputReference
```
diff --git a/docs/dataHcpPackerRunTask.java.md b/docs/dataHcpPackerRunTask.java.md
index 471eb43eb..9a3bc52ee 100644
--- a/docs/dataHcpPackerRunTask.java.md
+++ b/docs/dataHcpPackerRunTask.java.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_run_task`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task).
# `dataHcpPackerRunTask` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://
### DataHcpPackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -44,7 +44,7 @@ DataHcpPackerRunTask.Builder.create(Construct scope, java.lang.String id)
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Packer Registry is located. |
| timeouts
| DataHcpPackerRunTaskTimeouts
| timeouts block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -130,7 +130,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id}
---
@@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
---
@@ -751,7 +751,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.67.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.69.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. |
@@ -835,7 +835,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -855,7 +855,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.67.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.69.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id}
---
@@ -869,7 +869,7 @@ public DataHcpPackerRunTaskTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
---
@@ -889,7 +889,7 @@ DataHcpPackerRunTaskTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. |
---
@@ -901,7 +901,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
---
diff --git a/docs/dataHcpPackerRunTask.python.md b/docs/dataHcpPackerRunTask.python.md
index 0c331cf1f..9bddbb199 100644
--- a/docs/dataHcpPackerRunTask.python.md
+++ b/docs/dataHcpPackerRunTask.python.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_run_task`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task).
# `dataHcpPackerRunTask` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://
### DataHcpPackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -42,7 +42,7 @@ dataHcpPackerRunTask.DataHcpPackerRunTask(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Packer Registry is located. |
| timeouts
| DataHcpPackerRunTaskTimeouts
| timeouts block. |
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -128,7 +128,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
---
@@ -390,7 +390,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
---
@@ -780,7 +780,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.67.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.69.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. |
@@ -864,7 +864,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -884,7 +884,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.67.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.69.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id}
---
@@ -898,7 +898,7 @@ timeouts: DataHcpPackerRunTaskTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
---
@@ -918,7 +918,7 @@ dataHcpPackerRunTask.DataHcpPackerRunTaskTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. |
---
@@ -930,7 +930,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
---
diff --git a/docs/dataHcpPackerRunTask.typescript.md b/docs/dataHcpPackerRunTask.typescript.md
index 5ab6c6e69..638b640d8 100644
--- a/docs/dataHcpPackerRunTask.typescript.md
+++ b/docs/dataHcpPackerRunTask.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_packer_run_task`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task).
# `dataHcpPackerRunTask` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://
### DataHcpPackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -642,7 +642,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.67.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.69.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. |
@@ -726,7 +726,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -746,7 +746,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.67.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.69.0/docs/data-sources/packer_run_task#project_id DataHcpPackerRunTask#project_id}
---
@@ -760,7 +760,7 @@ public readonly timeouts: DataHcpPackerRunTaskTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
---
@@ -778,7 +778,7 @@ const dataHcpPackerRunTaskTimeouts: dataHcpPackerRunTask.DataHcpPackerRunTaskTim
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}. |
---
@@ -790,7 +790,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}.
---
diff --git a/docs/dataHcpVaultCluster.csharp.md b/docs/dataHcpVaultCluster.csharp.md
index b4af4fb3e..030964f08 100644
--- a/docs/dataHcpVaultCluster.csharp.md
+++ b/docs/dataHcpVaultCluster.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_vault_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster).
# `dataHcpVaultCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://re
### DataHcpVaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -428,6 +428,7 @@ DataHcpVaultCluster.IsTerraformDataSource(object X);
| OrganizationId
| string
| *No description.* |
| PathsFilter
| string[]
| *No description.* |
| PrimaryLink
| string
| *No description.* |
+| ProxyEndpoint
| string
| *No description.* |
| PublicEndpoint
| HashiCorp.Cdktf.IResolvable
| *No description.* |
| Region
| string
| *No description.* |
| SelfLink
| string
| *No description.* |
@@ -435,6 +436,7 @@ DataHcpVaultCluster.IsTerraformDataSource(object X);
| Tier
| string
| *No description.* |
| Timeouts
| DataHcpVaultClusterTimeoutsOutputReference
| *No description.* |
| VaultPrivateEndpointUrl
| string
| *No description.* |
+| VaultProxyEndpointUrl
| string
| *No description.* |
| VaultPublicEndpointUrl
| string
| *No description.* |
| VaultVersion
| string
| *No description.* |
| AuditLogConfigInput
| object
| *No description.* |
@@ -681,6 +683,16 @@ public string PrimaryLink { get; }
---
+##### `ProxyEndpoint`Required
+
+```csharp
+public string ProxyEndpoint { get; }
+```
+
+- *Type:* string
+
+---
+
##### `PublicEndpoint`Required
```csharp
@@ -751,6 +763,16 @@ public string VaultPrivateEndpointUrl { get; }
---
+##### `VaultProxyEndpointUrl`Required
+
+```csharp
+public string VaultProxyEndpointUrl { get; }
+```
+
+- *Type:* string
+
+---
+
##### `VaultPublicEndpointUrl`Required
```csharp
@@ -931,7 +953,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.67.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1018,7 +1040,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.67.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
---
@@ -1032,7 +1054,7 @@ public object AuditLogConfig { get; set; }
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config}
---
@@ -1044,7 +1066,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1061,7 +1083,7 @@ public object MetricsConfig { get; set; }
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
---
@@ -1078,7 +1100,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.67.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
---
@@ -1092,7 +1114,7 @@ public DataHcpVaultClusterTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
---
@@ -1138,7 +1160,7 @@ new DataHcpVaultClusterTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
---
@@ -1150,7 +1172,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
---
diff --git a/docs/dataHcpVaultCluster.go.md b/docs/dataHcpVaultCluster.go.md
index 941d477b8..200af0860 100644
--- a/docs/dataHcpVaultCluster.go.md
+++ b/docs/dataHcpVaultCluster.go.md
@@ -1,6 +1,6 @@
# `data_hcp_vault_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster).
# `dataHcpVaultCluster` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://re
### DataHcpVaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
datahcpvaultcluster.NewDataHcpVaultCluster(scope Construct, id *string, config DataHcpVaultClusterConfig) DataHcpVaultCluster
```
@@ -344,7 +344,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
datahcpvaultcluster.DataHcpVaultCluster_IsConstruct(x interface{}) *bool
```
@@ -376,7 +376,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
datahcpvaultcluster.DataHcpVaultCluster_IsTerraformElement(x interface{}) *bool
```
@@ -390,7 +390,7 @@ datahcpvaultcluster.DataHcpVaultCluster_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
datahcpvaultcluster.DataHcpVaultCluster_IsTerraformDataSource(x interface{}) *bool
```
@@ -428,6 +428,7 @@ datahcpvaultcluster.DataHcpVaultCluster_IsTerraformDataSource(x interface{}) *bo
| OrganizationId
| *string
| *No description.* |
| PathsFilter
| *[]*string
| *No description.* |
| PrimaryLink
| *string
| *No description.* |
+| ProxyEndpoint
| *string
| *No description.* |
| PublicEndpoint
| github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
| *No description.* |
| Region
| *string
| *No description.* |
| SelfLink
| *string
| *No description.* |
@@ -435,6 +436,7 @@ datahcpvaultcluster.DataHcpVaultCluster_IsTerraformDataSource(x interface{}) *bo
| Tier
| *string
| *No description.* |
| Timeouts
| DataHcpVaultClusterTimeoutsOutputReference
| *No description.* |
| VaultPrivateEndpointUrl
| *string
| *No description.* |
+| VaultProxyEndpointUrl
| *string
| *No description.* |
| VaultPublicEndpointUrl
| *string
| *No description.* |
| VaultVersion
| *string
| *No description.* |
| AuditLogConfigInput
| interface{}
| *No description.* |
@@ -681,6 +683,16 @@ func PrimaryLink() *string
---
+##### `ProxyEndpoint`Required
+
+```go
+func ProxyEndpoint() *string
+```
+
+- *Type:* *string
+
+---
+
##### `PublicEndpoint`Required
```go
@@ -751,6 +763,16 @@ func VaultPrivateEndpointUrl() *string
---
+##### `VaultProxyEndpointUrl`Required
+
+```go
+func VaultProxyEndpointUrl() *string
+```
+
+- *Type:* *string
+
+---
+
##### `VaultPublicEndpointUrl`Required
```go
@@ -886,7 +908,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
&datahcpvaultcluster.DataHcpVaultClusterAuditLogConfig {
@@ -899,7 +921,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
&datahcpvaultcluster.DataHcpVaultClusterConfig {
Connection: interface{},
@@ -914,7 +936,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
Id: *string,
MetricsConfig: interface{},
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.dataHcpVaultCluster.DataHcpVaultClusterTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpVaultCluster.DataHcpVaultClusterTimeouts,
}
```
@@ -931,7 +953,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1018,7 +1040,7 @@ ClusterId *string
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
---
@@ -1032,7 +1054,7 @@ AuditLogConfig interface{}
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config}
---
@@ -1044,7 +1066,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1061,7 +1083,7 @@ MetricsConfig interface{}
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
---
@@ -1078,7 +1100,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.67.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
---
@@ -1092,7 +1114,7 @@ Timeouts DataHcpVaultClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
---
@@ -1101,7 +1123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
&datahcpvaultcluster.DataHcpVaultClusterMajorVersionUpgradeConfig {
@@ -1114,7 +1136,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
&datahcpvaultcluster.DataHcpVaultClusterMetricsConfig {
@@ -1127,7 +1149,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
&datahcpvaultcluster.DataHcpVaultClusterTimeouts {
Default: *string,
@@ -1138,7 +1160,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
---
@@ -1150,7 +1172,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
---
@@ -1161,7 +1183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
datahcpvaultcluster.NewDataHcpVaultClusterAuditLogConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpVaultClusterAuditLogConfigList
```
@@ -1304,7 +1326,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
datahcpvaultcluster.NewDataHcpVaultClusterAuditLogConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpVaultClusterAuditLogConfigOutputReference
```
@@ -1615,7 +1637,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
datahcpvaultcluster.NewDataHcpVaultClusterMajorVersionUpgradeConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpVaultClusterMajorVersionUpgradeConfigList
```
@@ -1747,7 +1769,7 @@ func Fqn() *string
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
datahcpvaultcluster.NewDataHcpVaultClusterMajorVersionUpgradeConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpVaultClusterMajorVersionUpgradeConfigOutputReference
```
@@ -2047,7 +2069,7 @@ func InternalValue() DataHcpVaultClusterMajorVersionUpgradeConfig
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
datahcpvaultcluster.NewDataHcpVaultClusterMetricsConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpVaultClusterMetricsConfigList
```
@@ -2190,7 +2212,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
datahcpvaultcluster.NewDataHcpVaultClusterMetricsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpVaultClusterMetricsConfigOutputReference
```
@@ -2501,7 +2523,7 @@ func InternalValue() interface{}
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster"
datahcpvaultcluster.NewDataHcpVaultClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpVaultClusterTimeoutsOutputReference
```
diff --git a/docs/dataHcpVaultCluster.java.md b/docs/dataHcpVaultCluster.java.md
index 572477b38..2d66007f7 100644
--- a/docs/dataHcpVaultCluster.java.md
+++ b/docs/dataHcpVaultCluster.java.md
@@ -1,6 +1,6 @@
# `data_hcp_vault_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster).
# `dataHcpVaultCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://re
### DataHcpVaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -51,7 +51,7 @@ DataHcpVaultCluster.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Vault cluster. |
| auditLogConfig
| com.hashicorp.cdktf.IResolvable OR java.util.List<DataHcpVaultClusterAuditLogConfig>
| audit_log_config block. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. |
| metricsConfig
| com.hashicorp.cdktf.IResolvable OR java.util.List<DataHcpVaultClusterMetricsConfig>
| metrics_config block. |
| projectId
| java.lang.String
| The ID of the HCP project where the Vault cluster is located. |
| timeouts
| DataHcpVaultClusterTimeouts
| timeouts block. |
@@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
---
@@ -168,7 +168,7 @@ The ID of the HCP project where the Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
---
@@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
---
@@ -560,6 +560,7 @@ DataHcpVaultCluster.isTerraformDataSource(java.lang.Object x)
| organizationId
| java.lang.String
| *No description.* |
| pathsFilter
| java.util.List
| *No description.* |
| primaryLink
| java.lang.String
| *No description.* |
+| proxyEndpoint
| java.lang.String
| *No description.* |
| publicEndpoint
| com.hashicorp.cdktf.IResolvable
| *No description.* |
| region
| java.lang.String
| *No description.* |
| selfLink
| java.lang.String
| *No description.* |
@@ -567,6 +568,7 @@ DataHcpVaultCluster.isTerraformDataSource(java.lang.Object x)
| tier
| java.lang.String
| *No description.* |
| timeouts
| DataHcpVaultClusterTimeoutsOutputReference
| *No description.* |
| vaultPrivateEndpointUrl
| java.lang.String
| *No description.* |
+| vaultProxyEndpointUrl
| java.lang.String
| *No description.* |
| vaultPublicEndpointUrl
| java.lang.String
| *No description.* |
| vaultVersion
| java.lang.String
| *No description.* |
| auditLogConfigInput
| com.hashicorp.cdktf.IResolvable OR java.util.List<DataHcpVaultClusterAuditLogConfig>
| *No description.* |
@@ -813,6 +815,16 @@ public java.lang.String getPrimaryLink();
---
+##### `proxyEndpoint`Required
+
+```java
+public java.lang.String getProxyEndpoint();
+```
+
+- *Type:* java.lang.String
+
+---
+
##### `publicEndpoint`Required
```java
@@ -883,6 +895,16 @@ public java.lang.String getVaultPrivateEndpointUrl();
---
+##### `vaultProxyEndpointUrl`Required
+
+```java
+public java.lang.String getVaultProxyEndpointUrl();
+```
+
+- *Type:* java.lang.String
+
+---
+
##### `vaultPublicEndpointUrl`Required
```java
@@ -1068,7 +1090,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.67.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.69.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. |
@@ -1155,7 +1177,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.67.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
---
@@ -1169,7 +1191,7 @@ public java.lang.Object getAuditLogConfig();
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config}
---
@@ -1181,7 +1203,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1198,7 +1220,7 @@ public java.lang.Object getMetricsConfig();
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
---
@@ -1215,7 +1237,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.67.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
---
@@ -1229,7 +1251,7 @@ public DataHcpVaultClusterTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
---
@@ -1273,7 +1295,7 @@ DataHcpVaultClusterTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
---
@@ -1285,7 +1307,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
---
diff --git a/docs/dataHcpVaultCluster.python.md b/docs/dataHcpVaultCluster.python.md
index 5dc1b1587..2df83e572 100644
--- a/docs/dataHcpVaultCluster.python.md
+++ b/docs/dataHcpVaultCluster.python.md
@@ -1,6 +1,6 @@
# `data_hcp_vault_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster).
# `dataHcpVaultCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://re
### DataHcpVaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -47,7 +47,7 @@ dataHcpVaultCluster.DataHcpVaultCluster(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Vault cluster. |
| audit_log_config
| typing.Union[cdktf.IResolvable, typing.List[DataHcpVaultClusterAuditLogConfig]]
| audit_log_config block. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. |
| metrics_config
| typing.Union[cdktf.IResolvable, typing.List[DataHcpVaultClusterMetricsConfig]]
| metrics_config block. |
| project_id
| str
| The ID of the HCP project where the Vault cluster is located. |
| timeouts
| DataHcpVaultClusterTimeouts
| timeouts block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
---
@@ -458,7 +458,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
---
@@ -595,6 +595,7 @@ dataHcpVaultCluster.DataHcpVaultCluster.is_terraform_data_source(
| organization_id
| str
| *No description.* |
| paths_filter
| typing.List[str]
| *No description.* |
| primary_link
| str
| *No description.* |
+| proxy_endpoint
| str
| *No description.* |
| public_endpoint
| cdktf.IResolvable
| *No description.* |
| region
| str
| *No description.* |
| self_link
| str
| *No description.* |
@@ -602,6 +603,7 @@ dataHcpVaultCluster.DataHcpVaultCluster.is_terraform_data_source(
| tier
| str
| *No description.* |
| timeouts
| DataHcpVaultClusterTimeoutsOutputReference
| *No description.* |
| vault_private_endpoint_url
| str
| *No description.* |
+| vault_proxy_endpoint_url
| str
| *No description.* |
| vault_public_endpoint_url
| str
| *No description.* |
| vault_version
| str
| *No description.* |
| audit_log_config_input
| typing.Union[cdktf.IResolvable, typing.List[DataHcpVaultClusterAuditLogConfig]]
| *No description.* |
@@ -848,6 +850,16 @@ primary_link: str
---
+##### `proxy_endpoint`Required
+
+```python
+proxy_endpoint: str
+```
+
+- *Type:* str
+
+---
+
##### `public_endpoint`Required
```python
@@ -918,6 +930,16 @@ vault_private_endpoint_url: str
---
+##### `vault_proxy_endpoint_url`Required
+
+```python
+vault_proxy_endpoint_url: str
+```
+
+- *Type:* str
+
+---
+
##### `vault_public_endpoint_url`Required
```python
@@ -1096,7 +1118,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.67.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1183,7 +1205,7 @@ cluster_id: str
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
---
@@ -1197,7 +1219,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.67.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.69.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config}
---
@@ -1209,7 +1231,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1226,7 +1248,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.67.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
---
@@ -1243,7 +1265,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.67.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
---
@@ -1257,7 +1279,7 @@ timeouts: DataHcpVaultClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
---
@@ -1299,7 +1321,7 @@ dataHcpVaultCluster.DataHcpVaultClusterTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
---
@@ -1311,7 +1333,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
---
diff --git a/docs/dataHcpVaultCluster.typescript.md b/docs/dataHcpVaultCluster.typescript.md
index dc32a64b1..61f45d5fd 100644
--- a/docs/dataHcpVaultCluster.typescript.md
+++ b/docs/dataHcpVaultCluster.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_vault_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster).
# `dataHcpVaultCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://re
### DataHcpVaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -428,6 +428,7 @@ dataHcpVaultCluster.DataHcpVaultCluster.isTerraformDataSource(x: any)
| organizationId
| string
| *No description.* |
| pathsFilter
| string[]
| *No description.* |
| primaryLink
| string
| *No description.* |
+| proxyEndpoint
| string
| *No description.* |
| publicEndpoint
| cdktf.IResolvable
| *No description.* |
| region
| string
| *No description.* |
| selfLink
| string
| *No description.* |
@@ -435,6 +436,7 @@ dataHcpVaultCluster.DataHcpVaultCluster.isTerraformDataSource(x: any)
| tier
| string
| *No description.* |
| timeouts
| DataHcpVaultClusterTimeoutsOutputReference
| *No description.* |
| vaultPrivateEndpointUrl
| string
| *No description.* |
+| vaultProxyEndpointUrl
| string
| *No description.* |
| vaultPublicEndpointUrl
| string
| *No description.* |
| vaultVersion
| string
| *No description.* |
| auditLogConfigInput
| cdktf.IResolvable \| DataHcpVaultClusterAuditLogConfig[]
| *No description.* |
@@ -681,6 +683,16 @@ public readonly primaryLink: string;
---
+##### `proxyEndpoint`Required
+
+```typescript
+public readonly proxyEndpoint: string;
+```
+
+- *Type:* string
+
+---
+
##### `publicEndpoint`Required
```typescript
@@ -751,6 +763,16 @@ public readonly vaultPrivateEndpointUrl: string;
---
+##### `vaultProxyEndpointUrl`Required
+
+```typescript
+public readonly vaultProxyEndpointUrl: string;
+```
+
+- *Type:* string
+
+---
+
##### `vaultPublicEndpointUrl`Required
```typescript
@@ -915,7 +937,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.67.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1002,7 +1024,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.67.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
---
@@ -1016,7 +1038,7 @@ public readonly auditLogConfig: IResolvable | DataHcpVaultClusterAuditLogConfig[
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/vault_cluster#audit_log_config DataHcpVaultCluster#audit_log_config}
---
@@ -1028,7 +1050,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1045,7 +1067,7 @@ public readonly metricsConfig: IResolvable | DataHcpVaultClusterMetricsConfig[];
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
---
@@ -1062,7 +1084,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.67.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
---
@@ -1076,7 +1098,7 @@ public readonly timeouts: DataHcpVaultClusterTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
---
@@ -1116,7 +1138,7 @@ const dataHcpVaultClusterTimeouts: dataHcpVaultCluster.DataHcpVaultClusterTimeou
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}. |
---
@@ -1128,7 +1150,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}.
---
diff --git a/docs/dataHcpVaultSecretsApp.csharp.md b/docs/dataHcpVaultSecretsApp.csharp.md
index ccc7f8ef4..85cdb082e 100644
--- a/docs/dataHcpVaultSecretsApp.csharp.md
+++ b/docs/dataHcpVaultSecretsApp.csharp.md
@@ -1,6 +1,6 @@
# `data_hcp_vault_secrets_app`
-Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app).
+Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app).
# `dataHcpVaultSecretsApp` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https:
### DataHcpVaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
@@ -604,7 +604,7 @@ new DataHcpVaultSecretsAppConfig {
| Provider
| HashiCorp.Cdktf.TerraformProvider
| *No description.* |
| Provisioners
| object[]
| *No description.* |
| AppName
| string
| The name of the Vault Secrets application. |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}. |
---
@@ -688,7 +688,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.67.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.69.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name}
---
@@ -700,7 +700,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataHcpVaultSecretsApp.go.md b/docs/dataHcpVaultSecretsApp.go.md
index f10c73cb0..30d70492a 100644
--- a/docs/dataHcpVaultSecretsApp.go.md
+++ b/docs/dataHcpVaultSecretsApp.go.md
@@ -1,6 +1,6 @@
# `data_hcp_vault_secrets_app`
-Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app).
+Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app).
# `dataHcpVaultSecretsApp` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https:
### DataHcpVaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultsecretsapp"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretsapp"
datahcpvaultsecretsapp.NewDataHcpVaultSecretsApp(scope Construct, id *string, config DataHcpVaultSecretsAppConfig) DataHcpVaultSecretsApp
```
@@ -277,7 +277,7 @@ func ResetId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultsecretsapp"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretsapp"
datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsConstruct(x interface{}) *bool
```
@@ -309,7 +309,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultsecretsapp"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretsapp"
datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsTerraformElement(x interface{}) *bool
```
@@ -323,7 +323,7 @@ datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsTerraformElement(x interface{})
##### `IsTerraformDataSource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultsecretsapp"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretsapp"
datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsTerraformDataSource(x interface{}) *bool
```
@@ -577,7 +577,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultsecretsapp"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretsapp"
&datahcpvaultsecretsapp.DataHcpVaultSecretsAppConfig {
Connection: interface{},
@@ -604,7 +604,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/datahcpvaultsecretsapp"
| Provider
| github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider
| *No description.* |
| Provisioners
| *[]interface{}
| *No description.* |
| AppName
| *string
| The name of the Vault Secrets application. |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}. |
---
@@ -688,7 +688,7 @@ AppName *string
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name}
---
@@ -700,7 +700,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataHcpVaultSecretsApp.java.md b/docs/dataHcpVaultSecretsApp.java.md
index 678cf8143..25a46e6ae 100644
--- a/docs/dataHcpVaultSecretsApp.java.md
+++ b/docs/dataHcpVaultSecretsApp.java.md
@@ -1,6 +1,6 @@
# `data_hcp_vault_secrets_app`
-Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app).
+Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app).
# `dataHcpVaultSecretsApp` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https:
### DataHcpVaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
@@ -44,7 +44,7 @@ DataHcpVaultSecretsApp.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| appName
| java.lang.String
| The name of the Vault Secrets application. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}. |
---
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name}
---
@@ -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.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -687,7 +687,7 @@ DataHcpVaultSecretsAppConfig.builder()
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| appName
| java.lang.String
| The name of the Vault Secrets application. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}. |
---
@@ -771,7 +771,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.67.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.69.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name}
---
@@ -783,7 +783,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataHcpVaultSecretsApp.python.md b/docs/dataHcpVaultSecretsApp.python.md
index cebc20272..fdbe7acb7 100644
--- a/docs/dataHcpVaultSecretsApp.python.md
+++ b/docs/dataHcpVaultSecretsApp.python.md
@@ -1,6 +1,6 @@
# `data_hcp_vault_secrets_app`
-Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app).
+Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app).
# `dataHcpVaultSecretsApp` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https:
### DataHcpVaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
@@ -42,7 +42,7 @@ dataHcpVaultSecretsApp.DataHcpVaultSecretsApp(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| app_name
| str
| The name of the Vault Secrets application. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}. |
---
@@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name}
---
@@ -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.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -712,7 +712,7 @@ dataHcpVaultSecretsApp.DataHcpVaultSecretsAppConfig(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| app_name
| str
| The name of the Vault Secrets application. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}. |
---
@@ -796,7 +796,7 @@ app_name: str
The name of the Vault Secrets application.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name}
---
@@ -808,7 +808,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/dataHcpVaultSecretsApp.typescript.md b/docs/dataHcpVaultSecretsApp.typescript.md
index 9dcd6ea03..79c70ebf4 100644
--- a/docs/dataHcpVaultSecretsApp.typescript.md
+++ b/docs/dataHcpVaultSecretsApp.typescript.md
@@ -1,6 +1,6 @@
# `data_hcp_vault_secrets_app`
-Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app).
+Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app).
# `dataHcpVaultSecretsApp` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https:
### DataHcpVaultSecretsApp
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}.
#### Initializers
@@ -594,7 +594,7 @@ const dataHcpVaultSecretsAppConfig: dataHcpVaultSecretsApp.DataHcpVaultSecretsAp
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| appName
| string
| The name of the Vault Secrets application. |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}. |
---
@@ -678,7 +678,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.67.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.69.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name}
---
@@ -690,7 +690,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
diff --git a/docs/hvn.csharp.md b/docs/hvn.csharp.md
index 6834deefb..068605c9c 100644
--- a/docs/hvn.csharp.md
+++ b/docs/hvn.csharp.md
@@ -1,6 +1,6 @@
# `hcp_hvn`
-Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn).
+Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn).
# `hvn` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terrafor
### Hvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn hcp_hvn}.
#### Initializers
@@ -800,7 +800,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.67.0/docs/resources/hvn#id Hvn#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#id Hvn#id}. |
| ProjectId
| string
| The ID of the HCP project where the HVN is located. |
| Timeouts
| HvnTimeouts
| timeouts block. |
@@ -886,7 +886,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.67.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
---
@@ -900,7 +900,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.67.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
---
@@ -914,7 +914,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.67.0/docs/resources/hvn#region Hvn#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#region Hvn#region}
---
@@ -928,7 +928,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.67.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
---
@@ -940,7 +940,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#id Hvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -960,7 +960,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.67.0/docs/resources/hvn#project_id Hvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#project_id Hvn#project_id}
---
@@ -974,7 +974,7 @@ public HvnTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#timeouts Hvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#timeouts Hvn#timeouts}
---
@@ -996,9 +996,9 @@ new HvnTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#create Hvn#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#default Hvn#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#delete Hvn#delete}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#create Hvn#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#default Hvn#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#delete Hvn#delete}. |
---
@@ -1010,7 +1010,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#create Hvn#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#create Hvn#create}.
---
@@ -1022,7 +1022,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#default Hvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#default Hvn#default}.
---
@@ -1034,7 +1034,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#delete Hvn#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#delete Hvn#delete}.
---
diff --git a/docs/hvn.go.md b/docs/hvn.go.md
index 382e0982d..a3cbb13e1 100644
--- a/docs/hvn.go.md
+++ b/docs/hvn.go.md
@@ -1,6 +1,6 @@
# `hcp_hvn`
-Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn).
+Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn).
# `hvn` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terrafor
### Hvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn hcp_hvn}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvn"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvn"
hvn.NewHvn(scope Construct, id *string, config HvnConfig) Hvn
```
@@ -311,7 +311,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvn"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvn"
hvn.Hvn_IsConstruct(x interface{}) *bool
```
@@ -343,7 +343,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvn"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvn"
hvn.Hvn_IsTerraformElement(x interface{}) *bool
```
@@ -357,7 +357,7 @@ hvn.Hvn_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvn"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvn"
hvn.Hvn_IsTerraformResource(x interface{}) *bool
```
@@ -765,7 +765,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvn"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvn"
&hvn.HvnConfig {
Connection: interface{},
@@ -781,7 +781,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvn"
CidrBlock: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.hvn.HvnTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.hvn.HvnTimeouts,
}
```
@@ -800,7 +800,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/resources/hvn#id Hvn#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#id Hvn#id}. |
| ProjectId
| *string
| The ID of the HCP project where the HVN is located. |
| Timeouts
| HvnTimeouts
| timeouts block. |
@@ -886,7 +886,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.67.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
---
@@ -900,7 +900,7 @@ HvnId *string
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
---
@@ -914,7 +914,7 @@ Region *string
The region where the HVN is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#region Hvn#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#region Hvn#region}
---
@@ -928,7 +928,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.67.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
---
@@ -940,7 +940,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#id Hvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -960,7 +960,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.67.0/docs/resources/hvn#project_id Hvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#project_id Hvn#project_id}
---
@@ -974,7 +974,7 @@ Timeouts HvnTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#timeouts Hvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#timeouts Hvn#timeouts}
---
@@ -983,7 +983,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvn"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvn"
&hvn.HvnTimeouts {
Create: *string,
@@ -996,9 +996,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvn"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#create Hvn#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#default Hvn#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#delete Hvn#delete}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#create Hvn#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#default Hvn#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#delete Hvn#delete}. |
---
@@ -1010,7 +1010,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#create Hvn#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#create Hvn#create}.
---
@@ -1022,7 +1022,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#default Hvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#default Hvn#default}.
---
@@ -1034,7 +1034,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#delete Hvn#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#delete Hvn#delete}.
---
@@ -1045,7 +1045,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvn"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvn"
hvn.NewHvnTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HvnTimeoutsOutputReference
```
diff --git a/docs/hvn.java.md b/docs/hvn.java.md
index bf2c7f669..450b7c702 100644
--- a/docs/hvn.java.md
+++ b/docs/hvn.java.md
@@ -1,6 +1,6 @@
# `hcp_hvn`
-Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn).
+Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn).
# `hvn` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terrafor
### Hvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn hcp_hvn}.
#### Initializers
@@ -52,7 +52,7 @@ Hvn.Builder.create(Construct scope, java.lang.String id)
| hvnId
| java.lang.String
| The ID of the HashiCorp Virtual Network (HVN). |
| region
| java.lang.String
| The region where the HVN is located. |
| cidrBlock
| java.lang.String
| The CIDR range of the HVN. If this is not provided, the service will provide a default value. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#id Hvn#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#id Hvn#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN is located. |
| timeouts
| HvnTimeouts
| timeouts block. |
@@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope
The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The region where the HVN is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#region Hvn#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#region Hvn#region}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The CIDR range of the HVN. If this is not provided, the service will provide a default value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#id Hvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#id Hvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -178,7 +178,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#project_id Hvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#project_id Hvn#project_id}
---
@@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#timeouts Hvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#timeouts Hvn#timeouts}
---
@@ -946,7 +946,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.67.0/docs/resources/hvn#id Hvn#id}. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1032,7 +1032,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.67.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
---
@@ -1046,7 +1046,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.67.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
---
@@ -1060,7 +1060,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.67.0/docs/resources/hvn#region Hvn#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#region Hvn#region}
---
@@ -1074,7 +1074,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.67.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
---
@@ -1086,7 +1086,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#id Hvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1106,7 +1106,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.67.0/docs/resources/hvn#project_id Hvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#project_id Hvn#project_id}
---
@@ -1120,7 +1120,7 @@ public HvnTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#timeouts Hvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#timeouts Hvn#timeouts}
---
@@ -1142,9 +1142,9 @@ HvnTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#create Hvn#create}. |
-| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#default Hvn#default}. |
-| delete
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#delete Hvn#delete}. |
+| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#create Hvn#create}. |
+| default
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#default Hvn#default}. |
+| delete
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#delete Hvn#delete}. |
---
@@ -1156,7 +1156,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#create Hvn#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#create Hvn#create}.
---
@@ -1168,7 +1168,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#default Hvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#default Hvn#default}.
---
@@ -1180,7 +1180,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#delete Hvn#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#delete Hvn#delete}.
---
diff --git a/docs/hvn.python.md b/docs/hvn.python.md
index de133af87..6d7b99fe7 100644
--- a/docs/hvn.python.md
+++ b/docs/hvn.python.md
@@ -1,6 +1,6 @@
# `hcp_hvn`
-Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn).
+Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn).
# `hvn` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terrafor
### Hvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn hcp_hvn}.
#### Initializers
@@ -50,7 +50,7 @@ hvn.Hvn(
| hvn_id
| str
| The ID of the HashiCorp Virtual Network (HVN). |
| region
| str
| The region where the HVN is located. |
| cidr_block
| str
| The CIDR range of the HVN. If this is not provided, the service will provide a default value. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#id Hvn#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#id Hvn#id}. |
| project_id
| str
| The ID of the HCP project where the HVN is located. |
| timeouts
| HvnTimeouts
| timeouts block. |
@@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope
The provider where the HVN is located. The provider 'aws' is generally available and 'azure' is in public beta.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
---
@@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The region where the HVN is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#region Hvn#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#region Hvn#region}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The CIDR range of the HVN. If this is not provided, the service will provide a default value.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#id Hvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#id Hvn#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -176,7 +176,7 @@ The ID of the HCP project where the HVN is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#project_id Hvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#project_id Hvn#project_id}
---
@@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#timeouts Hvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#timeouts Hvn#timeouts}
---
@@ -441,7 +441,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#create Hvn#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#create Hvn#create}.
---
@@ -449,7 +449,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.67.0/docs/resources/hvn#default Hvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#default Hvn#default}.
---
@@ -457,7 +457,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.67.0/docs/resources/hvn#delete Hvn#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#delete Hvn#delete}.
---
@@ -993,7 +993,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.67.0/docs/resources/hvn#id Hvn#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1079,7 +1079,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.67.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
---
@@ -1093,7 +1093,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.67.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
---
@@ -1107,7 +1107,7 @@ region: str
The region where the HVN is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#region Hvn#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#region Hvn#region}
---
@@ -1121,7 +1121,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.67.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
---
@@ -1133,7 +1133,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#id Hvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1153,7 +1153,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.67.0/docs/resources/hvn#project_id Hvn#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#project_id Hvn#project_id}
---
@@ -1167,7 +1167,7 @@ timeouts: HvnTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#timeouts Hvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#timeouts Hvn#timeouts}
---
@@ -1189,9 +1189,9 @@ hvn.HvnTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#create Hvn#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#default Hvn#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#delete Hvn#delete}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#create Hvn#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#default Hvn#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#delete Hvn#delete}. |
---
@@ -1203,7 +1203,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#create Hvn#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#create Hvn#create}.
---
@@ -1215,7 +1215,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#default Hvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#default Hvn#default}.
---
@@ -1227,7 +1227,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#delete Hvn#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#delete Hvn#delete}.
---
diff --git a/docs/hvn.typescript.md b/docs/hvn.typescript.md
index ff263de5a..f8548fc26 100644
--- a/docs/hvn.typescript.md
+++ b/docs/hvn.typescript.md
@@ -1,6 +1,6 @@
# `hcp_hvn`
-Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn).
+Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn).
# `hvn` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terrafor
### Hvn
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn hcp_hvn}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn hcp_hvn}.
#### Initializers
@@ -785,7 +785,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.67.0/docs/resources/hvn#id Hvn#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#id Hvn#id}. |
| projectId
| string
| The ID of the HCP project where the HVN is located. |
| timeouts
| HvnTimeouts
| timeouts block. |
@@ -871,7 +871,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.67.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
---
@@ -885,7 +885,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.67.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
---
@@ -899,7 +899,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.67.0/docs/resources/hvn#region Hvn#region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#region Hvn#region}
---
@@ -913,7 +913,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.67.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
---
@@ -925,7 +925,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#id Hvn#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -945,7 +945,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.67.0/docs/resources/hvn#project_id Hvn#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#project_id Hvn#project_id}
---
@@ -959,7 +959,7 @@ public readonly timeouts: HvnTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#timeouts Hvn#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#timeouts Hvn#timeouts}
---
@@ -977,9 +977,9 @@ const hvnTimeouts: hvn.HvnTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#create Hvn#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#default Hvn#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#delete Hvn#delete}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#create Hvn#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#default Hvn#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#delete Hvn#delete}. |
---
@@ -991,7 +991,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#create Hvn#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#create Hvn#create}.
---
@@ -1003,7 +1003,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#default Hvn#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#default Hvn#default}.
---
@@ -1015,7 +1015,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#delete Hvn#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#delete Hvn#delete}.
---
diff --git a/docs/hvnPeeringConnection.csharp.md b/docs/hvnPeeringConnection.csharp.md
index 87eefffd9..cd19a82a1 100644
--- a/docs/hvnPeeringConnection.csharp.md
+++ b/docs/hvnPeeringConnection.csharp.md
@@ -1,6 +1,6 @@
# `hcp_hvn_peering_connection`
-Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection).
+Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection).
# `hvnPeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https:
### HvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -756,7 +756,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.67.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -842,7 +842,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.67.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
---
@@ -856,7 +856,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.67.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
---
@@ -868,7 +868,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -887,7 +887,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.67.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
---
@@ -901,7 +901,7 @@ public HvnPeeringConnectionTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
---
@@ -923,9 +923,9 @@ new HvnPeeringConnectionTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
---
@@ -937,7 +937,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
---
@@ -949,7 +949,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
---
@@ -961,7 +961,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
---
diff --git a/docs/hvnPeeringConnection.go.md b/docs/hvnPeeringConnection.go.md
index 654fd20b0..fdb35848e 100644
--- a/docs/hvnPeeringConnection.go.md
+++ b/docs/hvnPeeringConnection.go.md
@@ -1,6 +1,6 @@
# `hcp_hvn_peering_connection`
-Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection).
+Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection).
# `hvnPeeringConnection` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https:
### HvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnpeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnpeeringconnection"
hvnpeeringconnection.NewHvnPeeringConnection(scope Construct, id *string, config HvnPeeringConnectionConfig) HvnPeeringConnection
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnpeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnpeeringconnection"
hvnpeeringconnection.HvnPeeringConnection_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnpeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnpeeringconnection"
hvnpeeringconnection.HvnPeeringConnection_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ hvnpeeringconnection.HvnPeeringConnection_IsTerraformElement(x interface{}) *boo
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnpeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnpeeringconnection"
hvnpeeringconnection.HvnPeeringConnection_IsTerraformResource(x interface{}) *bool
```
@@ -725,7 +725,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnpeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnpeeringconnection"
&hvnpeeringconnection.HvnPeeringConnectionConfig {
Connection: interface{},
@@ -739,7 +739,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnpeeringconnection"
Hvn2: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.hvnPeeringConnection.HvnPeeringConnectionTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.hvnPeeringConnection.HvnPeeringConnectionTimeouts,
}
```
@@ -756,7 +756,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -842,7 +842,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.67.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
---
@@ -856,7 +856,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.67.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
---
@@ -868,7 +868,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -887,7 +887,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.67.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
---
@@ -901,7 +901,7 @@ Timeouts HvnPeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
---
@@ -910,7 +910,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnpeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnpeeringconnection"
&hvnpeeringconnection.HvnPeeringConnectionTimeouts {
Create: *string,
@@ -923,9 +923,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnpeeringconnection"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
---
@@ -937,7 +937,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
---
@@ -949,7 +949,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
---
@@ -961,7 +961,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
---
@@ -972,7 +972,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnpeeringconnection"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnpeeringconnection"
hvnpeeringconnection.NewHvnPeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HvnPeeringConnectionTimeoutsOutputReference
```
diff --git a/docs/hvnPeeringConnection.java.md b/docs/hvnPeeringConnection.java.md
index 27b6b4b19..b729fa134 100644
--- a/docs/hvnPeeringConnection.java.md
+++ b/docs/hvnPeeringConnection.java.md
@@ -1,6 +1,6 @@
# `hcp_hvn_peering_connection`
-Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection).
+Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection).
# `hvnPeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https:
### HvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -48,7 +48,7 @@ HvnPeeringConnection.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| hvn1
| java.lang.String
| The unique URL of one of the HVNs being peered. |
| hvn2
| java.lang.String
| The unique URL of one of the HVNs being peered. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where HVN peering connection is located. |
| timeouts
| HvnPeeringConnectionTimeouts
| timeouts block. |
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
---
@@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -153,7 +153,7 @@ The ID of the HCP project where HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
---
@@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
---
@@ -877,7 +877,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.67.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.69.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. |
@@ -963,7 +963,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.67.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
---
@@ -977,7 +977,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.67.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
---
@@ -989,7 +989,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1008,7 +1008,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.67.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
---
@@ -1022,7 +1022,7 @@ public HvnPeeringConnectionTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
---
@@ -1044,9 +1044,9 @@ HvnPeeringConnectionTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
---
@@ -1058,7 +1058,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
---
@@ -1070,7 +1070,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
---
@@ -1082,7 +1082,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
---
diff --git a/docs/hvnPeeringConnection.python.md b/docs/hvnPeeringConnection.python.md
index fb24ce589..77f6774e9 100644
--- a/docs/hvnPeeringConnection.python.md
+++ b/docs/hvnPeeringConnection.python.md
@@ -1,6 +1,6 @@
# `hcp_hvn_peering_connection`
-Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection).
+Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection).
# `hvnPeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https:
### HvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -46,7 +46,7 @@ hvnPeeringConnection.HvnPeeringConnection(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| hvn1
| str
| The unique URL of one of the HVNs being peered. |
| hvn2
| str
| The unique URL of one of the HVNs being peered. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
| project_id
| str
| The ID of the HCP project where HVN peering connection is located. |
| timeouts
| HvnPeeringConnectionTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
---
@@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The unique URL of one of the HVNs being peered.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -151,7 +151,7 @@ The ID of the HCP project where HVN peering connection is located.
Always matches hvn_1's project ID. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
---
@@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
---
@@ -415,7 +415,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
---
@@ -423,7 +423,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.67.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
---
@@ -431,7 +431,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.67.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
---
@@ -924,7 +924,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.67.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1010,7 +1010,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.67.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
---
@@ -1024,7 +1024,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.67.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
---
@@ -1036,7 +1036,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1055,7 +1055,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.67.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
---
@@ -1069,7 +1069,7 @@ timeouts: HvnPeeringConnectionTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
---
@@ -1091,9 +1091,9 @@ hvnPeeringConnection.HvnPeeringConnectionTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
---
@@ -1105,7 +1105,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
---
@@ -1117,7 +1117,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
---
@@ -1129,7 +1129,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
---
diff --git a/docs/hvnPeeringConnection.typescript.md b/docs/hvnPeeringConnection.typescript.md
index f8c1650f6..0cb95dbf0 100644
--- a/docs/hvnPeeringConnection.typescript.md
+++ b/docs/hvnPeeringConnection.typescript.md
@@ -1,6 +1,6 @@
# `hcp_hvn_peering_connection`
-Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection).
+Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection).
# `hvnPeeringConnection` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https:
### HvnPeeringConnection
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}.
#### Initializers
@@ -743,7 +743,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.67.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -829,7 +829,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.67.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
---
@@ -843,7 +843,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.67.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
---
@@ -855,7 +855,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -874,7 +874,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.67.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
---
@@ -888,7 +888,7 @@ public readonly timeouts: HvnPeeringConnectionTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
---
@@ -906,9 +906,9 @@ const hvnPeeringConnectionTimeouts: hvnPeeringConnection.HvnPeeringConnectionTim
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}. |
---
@@ -920,7 +920,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}.
---
@@ -932,7 +932,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}.
---
@@ -944,7 +944,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}.
---
diff --git a/docs/hvnRoute.csharp.md b/docs/hvnRoute.csharp.md
index 6e18f4f7d..5ee804fff 100644
--- a/docs/hvnRoute.csharp.md
+++ b/docs/hvnRoute.csharp.md
@@ -1,6 +1,6 @@
# `hcp_hvn_route`
-Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route).
+Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route).
# `hvnRoute` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.te
### HvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -771,7 +771,7 @@ new HvnRouteConfig {
| HvnLink
| string
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| HvnRouteId
| string
| The ID of the HVN route. |
| TargetLink
| string
| A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). |
-| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#id HvnRoute#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -857,7 +857,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.67.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
---
@@ -871,7 +871,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.67.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
---
@@ -885,7 +885,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.67.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.69.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id}
---
@@ -899,7 +899,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.67.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
---
@@ -911,7 +911,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#id HvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -930,7 +930,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.67.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
---
@@ -944,7 +944,7 @@ public HvnRouteTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
---
@@ -966,9 +966,9 @@ new HvnRouteTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#create HvnRoute#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#default HvnRoute#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#create HvnRoute#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#default HvnRoute#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
---
@@ -980,7 +980,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#create HvnRoute#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#create HvnRoute#create}.
---
@@ -992,7 +992,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#default HvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#default HvnRoute#default}.
---
@@ -1004,7 +1004,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#delete HvnRoute#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#delete HvnRoute#delete}.
---
diff --git a/docs/hvnRoute.go.md b/docs/hvnRoute.go.md
index ca9fa3ca9..49e5ad5a8 100644
--- a/docs/hvnRoute.go.md
+++ b/docs/hvnRoute.go.md
@@ -1,6 +1,6 @@
# `hcp_hvn_route`
-Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route).
+Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route).
# `hvnRoute` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.te
### HvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route hcp_hvn_route}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnroute"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnroute"
hvnroute.NewHvnRoute(scope Construct, id *string, config HvnRouteConfig) HvnRoute
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnroute"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnroute"
hvnroute.HvnRoute_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnroute"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnroute"
hvnroute.HvnRoute_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ hvnroute.HvnRoute_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnroute"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnroute"
hvnroute.HvnRoute_IsTerraformResource(x interface{}) *bool
```
@@ -736,7 +736,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnroute"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnroute"
&hvnroute.HvnRouteConfig {
Connection: interface{},
@@ -752,7 +752,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnroute"
TargetLink: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.hvnRoute.HvnRouteTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.hvnRoute.HvnRouteTimeouts,
}
```
@@ -771,7 +771,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnroute"
| HvnLink
| *string
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| HvnRouteId
| *string
| The ID of the HVN route. |
| TargetLink
| *string
| A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). |
-| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#id HvnRoute#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -857,7 +857,7 @@ DestinationCidr *string
The destination CIDR of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
---
@@ -871,7 +871,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.67.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
---
@@ -885,7 +885,7 @@ HvnRouteId *string
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id}
---
@@ -899,7 +899,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.67.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
---
@@ -911,7 +911,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#id HvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -930,7 +930,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.67.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
---
@@ -944,7 +944,7 @@ Timeouts HvnRouteTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
---
@@ -953,7 +953,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnroute"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnroute"
&hvnroute.HvnRouteTimeouts {
Create: *string,
@@ -966,9 +966,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnroute"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#create HvnRoute#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#default HvnRoute#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#create HvnRoute#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#default HvnRoute#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
---
@@ -980,7 +980,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#create HvnRoute#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#create HvnRoute#create}.
---
@@ -992,7 +992,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#default HvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#default HvnRoute#default}.
---
@@ -1004,7 +1004,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#delete HvnRoute#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#delete HvnRoute#delete}.
---
@@ -1015,7 +1015,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/hvnroute"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnroute"
hvnroute.NewHvnRouteTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HvnRouteTimeoutsOutputReference
```
diff --git a/docs/hvnRoute.java.md b/docs/hvnRoute.java.md
index 33143c04b..d3184ef7f 100644
--- a/docs/hvnRoute.java.md
+++ b/docs/hvnRoute.java.md
@@ -1,6 +1,6 @@
# `hcp_hvn_route`
-Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route).
+Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route).
# `hvnRoute` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.te
### HvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -52,7 +52,7 @@ HvnRoute.Builder.create(Construct scope, java.lang.String id)
| hvnLink
| java.lang.String
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| hvnRouteId
| java.lang.String
| The ID of the HVN route. |
| targetLink
| java.lang.String
| A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/hvn_route#id HvnRoute#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HVN route is located. |
| timeouts
| HvnRouteTimeouts
| timeouts block. |
@@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope
The destination CIDR of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The `self_link` of the HashiCorp Virtual Network (HVN).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id}
---
@@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
---
@@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#id HvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#id HvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -177,7 +177,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
---
@@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
---
@@ -916,7 +916,7 @@ HvnRouteConfig.builder()
| hvnLink
| java.lang.String
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| hvnRouteId
| java.lang.String
| The ID of the HVN route. |
| targetLink
| java.lang.String
| A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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. |
@@ -1002,7 +1002,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.67.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
---
@@ -1016,7 +1016,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.67.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
---
@@ -1030,7 +1030,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.67.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.69.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id}
---
@@ -1044,7 +1044,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.67.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
---
@@ -1056,7 +1056,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#id HvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1075,7 +1075,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.67.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
---
@@ -1089,7 +1089,7 @@ public HvnRouteTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
---
@@ -1111,9 +1111,9 @@ HvnRouteTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
---
@@ -1125,7 +1125,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#create HvnRoute#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#create HvnRoute#create}.
---
@@ -1137,7 +1137,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#default HvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#default HvnRoute#default}.
---
@@ -1149,7 +1149,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#delete HvnRoute#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#delete HvnRoute#delete}.
---
diff --git a/docs/hvnRoute.python.md b/docs/hvnRoute.python.md
index dd2173b1a..e97402869 100644
--- a/docs/hvnRoute.python.md
+++ b/docs/hvnRoute.python.md
@@ -1,6 +1,6 @@
# `hcp_hvn_route`
-Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route).
+Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route).
# `hvnRoute` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.te
### HvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -50,7 +50,7 @@ hvnRoute.HvnRoute(
| hvn_link
| str
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| hvn_route_id
| str
| The ID of the HVN route. |
| target_link
| str
| A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#id HvnRoute#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#id HvnRoute#id}. |
| project_id
| str
| The ID of the HCP project where the HVN route is located. |
| timeouts
| HvnRouteTimeouts
| timeouts block. |
@@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope
The destination CIDR of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
---
@@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#id HvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#id HvnRoute#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -175,7 +175,7 @@ The ID of the HCP project where the HVN route is located.
Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
---
@@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
---
@@ -439,7 +439,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#create HvnRoute#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#create HvnRoute#create}.
---
@@ -447,7 +447,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.67.0/docs/resources/hvn_route#default HvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#default HvnRoute#default}.
---
@@ -455,7 +455,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.67.0/docs/resources/hvn_route#delete HvnRoute#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#delete HvnRoute#delete}.
---
@@ -963,7 +963,7 @@ hvnRoute.HvnRouteConfig(
| hvn_link
| str
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| hvn_route_id
| str
| The ID of the HVN route. |
| target_link
| str
| A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#id HvnRoute#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1049,7 +1049,7 @@ destination_cidr: str
The destination CIDR of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
---
@@ -1063,7 +1063,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.67.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
---
@@ -1077,7 +1077,7 @@ hvn_route_id: str
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id}
---
@@ -1091,7 +1091,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.67.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
---
@@ -1103,7 +1103,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#id HvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1122,7 +1122,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.67.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
---
@@ -1136,7 +1136,7 @@ timeouts: HvnRouteTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
---
@@ -1158,9 +1158,9 @@ hvnRoute.HvnRouteTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#create HvnRoute#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#default HvnRoute#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#create HvnRoute#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#default HvnRoute#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
---
@@ -1172,7 +1172,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#create HvnRoute#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#create HvnRoute#create}.
---
@@ -1184,7 +1184,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#default HvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#default HvnRoute#default}.
---
@@ -1196,7 +1196,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#delete HvnRoute#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#delete HvnRoute#delete}.
---
diff --git a/docs/hvnRoute.typescript.md b/docs/hvnRoute.typescript.md
index 456828d04..7a474ee43 100644
--- a/docs/hvnRoute.typescript.md
+++ b/docs/hvnRoute.typescript.md
@@ -1,6 +1,6 @@
# `hcp_hvn_route`
-Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route).
+Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route).
# `hvnRoute` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.te
### HvnRoute
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route hcp_hvn_route}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route hcp_hvn_route}.
#### Initializers
@@ -756,7 +756,7 @@ const hvnRouteConfig: hvnRoute.HvnRouteConfig = { ... }
| hvnLink
| string
| The `self_link` of the HashiCorp Virtual Network (HVN). |
| hvnRouteId
| string
| The ID of the HVN route. |
| targetLink
| string
| A unique URL identifying the target of the HVN route. Examples of the target: [`aws_network_peering`](aws_network_peering.md), [`aws_transit_gateway_attachment`](aws_transit_gateway_attachment.md). |
-| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#id HvnRoute#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -842,7 +842,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.67.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
---
@@ -856,7 +856,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.67.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
---
@@ -870,7 +870,7 @@ public readonly hvnRouteId: string;
The ID of the HVN route.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/hvn_route#hvn_route_id HvnRoute#hvn_route_id}
---
@@ -884,7 +884,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.67.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
---
@@ -896,7 +896,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#id HvnRoute#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -915,7 +915,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.67.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
---
@@ -929,7 +929,7 @@ public readonly timeouts: HvnRouteTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
---
@@ -947,9 +947,9 @@ const hvnRouteTimeouts: hvnRoute.HvnRouteTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#create HvnRoute#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#default HvnRoute#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#create HvnRoute#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#default HvnRoute#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#delete HvnRoute#delete}. |
---
@@ -961,7 +961,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#create HvnRoute#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#create HvnRoute#create}.
---
@@ -973,7 +973,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#default HvnRoute#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#default HvnRoute#default}.
---
@@ -985,7 +985,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#delete HvnRoute#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#delete HvnRoute#delete}.
---
diff --git a/docs/packerChannel.csharp.md b/docs/packerChannel.csharp.md
index 7a593a0e3..fee86c641 100644
--- a/docs/packerChannel.csharp.md
+++ b/docs/packerChannel.csharp.md
@@ -1,6 +1,6 @@
# `hcp_packer_channel`
-Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel).
+Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel).
# `packerChannel` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://regist
### PackerChannel
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel hcp_packer_channel}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel hcp_packer_channel}.
#### Initializers
@@ -70,11 +70,10 @@ Must be unique amongst siblings in the same scope
| GetStringAttribute
| *No description.* |
| GetStringMapAttribute
| *No description.* |
| InterpolationForAttribute
| *No description.* |
-| PutIteration
| *No description.* |
| PutTimeouts
| *No description.* |
| ResetId
| *No description.* |
-| ResetIteration
| *No description.* |
| ResetProjectId
| *No description.* |
+| ResetRestricted
| *No description.* |
| ResetTimeouts
| *No description.* |
---
@@ -263,18 +262,6 @@ private IResolvable InterpolationForAttribute(string TerraformAttribute)
---
-##### `PutIteration`
-
-```csharp
-private void PutIteration(PackerChannelIteration Value)
-```
-
-###### `Value`Required
-
-- *Type:* PackerChannelIteration
-
----
-
##### `PutTimeouts`
```csharp
@@ -293,16 +280,16 @@ private void PutTimeouts(PackerChannelTimeouts Value)
private void ResetId()
```
-##### `ResetIteration`
+##### `ResetProjectId`
```csharp
-private void ResetIteration()
+private void ResetProjectId()
```
-##### `ResetProjectId`
+##### `ResetRestricted`
```csharp
-private void ResetProjectId()
+private void ResetRestricted()
```
##### `ResetTimeouts`
@@ -401,21 +388,21 @@ PackerChannel.IsTerraformResource(object X);
| Provisioners
| object[]
| *No description.* |
| AuthorId
| string
| *No description.* |
| CreatedAt
| string
| *No description.* |
-| Iteration
| PackerChannelIterationOutputReference
| *No description.* |
+| Managed
| HashiCorp.Cdktf.IResolvable
| *No description.* |
| OrganizationId
| string
| *No description.* |
-| Restricted
| HashiCorp.Cdktf.IResolvable
| *No description.* |
| Timeouts
| PackerChannelTimeoutsOutputReference
| *No description.* |
| UpdatedAt
| string
| *No description.* |
| BucketNameInput
| string
| *No description.* |
| IdInput
| string
| *No description.* |
-| IterationInput
| PackerChannelIteration
| *No description.* |
| NameInput
| string
| *No description.* |
| ProjectIdInput
| string
| *No description.* |
+| RestrictedInput
| object
| *No description.* |
| TimeoutsInput
| object
| *No description.* |
| BucketName
| string
| *No description.* |
| Id
| string
| *No description.* |
| Name
| string
| *No description.* |
| ProjectId
| string
| *No description.* |
+| Restricted
| object
| *No description.* |
---
@@ -581,13 +568,13 @@ public string CreatedAt { get; }
---
-##### `Iteration`Required
+##### `Managed`Required
```csharp
-public PackerChannelIterationOutputReference Iteration { get; }
+public IResolvable Managed { get; }
```
-- *Type:* PackerChannelIterationOutputReference
+- *Type:* HashiCorp.Cdktf.IResolvable
---
@@ -601,16 +588,6 @@ public string OrganizationId { get; }
---
-##### `Restricted`Required
-
-```csharp
-public IResolvable Restricted { get; }
-```
-
-- *Type:* HashiCorp.Cdktf.IResolvable
-
----
-
##### `Timeouts`Required
```csharp
@@ -651,33 +628,33 @@ public string IdInput { get; }
---
-##### `IterationInput`Optional
+##### `NameInput`Optional
```csharp
-public PackerChannelIteration IterationInput { get; }
+public string NameInput { get; }
```
-- *Type:* PackerChannelIteration
+- *Type:* string
---
-##### `NameInput`Optional
+##### `ProjectIdInput`Optional
```csharp
-public string NameInput { get; }
+public string ProjectIdInput { get; }
```
- *Type:* string
---
-##### `ProjectIdInput`Optional
+##### `RestrictedInput`Optional
```csharp
-public string ProjectIdInput { get; }
+public object RestrictedInput { get; }
```
-- *Type:* string
+- *Type:* object
---
@@ -731,6 +708,16 @@ public string ProjectId { get; }
---
+##### `Restricted`Required
+
+```csharp
+public object Restricted { get; }
+```
+
+- *Type:* object
+
+---
+
#### Constants
| **Name** | **Type** | **Description** |
@@ -769,8 +756,8 @@ new PackerChannelConfig {
string BucketName,
string Name,
string Id = null,
- PackerChannelIteration Iteration = null,
string ProjectId = null,
+ object Restricted = null,
PackerChannelTimeouts Timeouts = null
};
```
@@ -788,9 +775,9 @@ 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.67.0/docs/resources/packer_channel#id PackerChannel#id}. |
-| Iteration
| PackerChannelIteration
| iteration block. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
---
@@ -875,7 +862,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.67.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
---
@@ -889,7 +876,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.67.0/docs/resources/packer_channel#name PackerChannel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#name PackerChannel#name}
---
@@ -901,27 +888,13 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#id PackerChannel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
---
-##### `Iteration`Optional
-
-```csharp
-public PackerChannelIteration Iteration { get; set; }
-```
-
-- *Type:* PackerChannelIteration
-
-iteration block.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#iteration PackerChannel#iteration}
-
----
-
##### `ProjectId`Optional
```csharp
@@ -935,90 +908,37 @@ 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.67.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
---
-##### `Timeouts`Optional
+##### `Restricted`Optional
```csharp
-public PackerChannelTimeouts Timeouts { get; set; }
+public object Restricted { get; set; }
```
-- *Type:* PackerChannelTimeouts
-
-timeouts block.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
-
----
-
-### PackerChannelIteration
-
-#### Initializer
-
-```csharp
-using HashiCorp.Cdktf.Providers.Hcp;
-
-new PackerChannelIteration {
- string Fingerprint = null,
- string Id = null,
- double IncrementalVersion = null
-};
-```
-
-#### Properties
-
-| **Name** | **Type** | **Description** |
-| --- | --- | --- |
-| Fingerprint
| string
| The fingerprint of the iteration assigned to the channel. |
-| Id
| string
| The ID of the iteration assigned to the channel. |
-| IncrementalVersion
| double
| The incremental_version of the iteration assigned to the channel. |
-
----
-
-##### `Fingerprint`Optional
-
-```csharp
-public string Fingerprint { get; set; }
-```
-
-- *Type:* string
-
-The fingerprint of the iteration assigned to the channel.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#fingerprint PackerChannel#fingerprint}
-
----
-
-##### `Id`Optional
-
-```csharp
-public string Id { get; set; }
-```
-
-- *Type:* string
+- *Type:* object
-The ID of the iteration assigned to the channel.
+If true, the channel is only visible to users with permission to create and manage it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#id PackerChannel#id}
+If false, the channel is visible to every member of the organization.
-Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
-If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
---
-##### `IncrementalVersion`Optional
+##### `Timeouts`Optional
```csharp
-public double IncrementalVersion { get; set; }
+public PackerChannelTimeouts Timeouts { get; set; }
```
-- *Type:* double
+- *Type:* PackerChannelTimeouts
-The incremental_version of the iteration assigned to the channel.
+timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#incremental_version PackerChannel#incremental_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
---
@@ -1041,10 +961,10 @@ new PackerChannelTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#create PackerChannel#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#default PackerChannel#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
-| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#update PackerChannel#update}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#create PackerChannel#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#default PackerChannel#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
+| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#update PackerChannel#update}. |
---
@@ -1056,7 +976,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#create PackerChannel#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#create PackerChannel#create}.
---
@@ -1068,7 +988,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#default PackerChannel#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#default PackerChannel#default}.
---
@@ -1080,7 +1000,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#delete PackerChannel#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#delete PackerChannel#delete}.
---
@@ -1092,348 +1012,12 @@ public string Update { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#update PackerChannel#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#update PackerChannel#update}.
---
## Classes
-### PackerChannelIterationOutputReference
-
-#### Initializers
-
-```csharp
-using HashiCorp.Cdktf.Providers.Hcp;
-
-new PackerChannelIterationOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
-```
-
-| **Name** | **Type** | **Description** |
-| --- | --- | --- |
-| TerraformResource
| HashiCorp.Cdktf.IInterpolatingParent
| The parent resource. |
-| TerraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
-
----
-
-##### `TerraformResource`Required
-
-- *Type:* HashiCorp.Cdktf.IInterpolatingParent
-
-The parent resource.
-
----
-
-##### `TerraformAttribute`Required
-
-- *Type:* string
-
-The attribute on the parent resource this class is referencing.
-
----
-
-#### Methods
-
-| **Name** | **Description** |
-| --- | --- |
-| ComputeFqn
| *No description.* |
-| GetAnyMapAttribute
| *No description.* |
-| GetBooleanAttribute
| *No description.* |
-| GetBooleanMapAttribute
| *No description.* |
-| GetListAttribute
| *No description.* |
-| GetNumberAttribute
| *No description.* |
-| GetNumberListAttribute
| *No description.* |
-| GetNumberMapAttribute
| *No description.* |
-| GetStringAttribute
| *No description.* |
-| GetStringMapAttribute
| *No description.* |
-| InterpolationForAttribute
| *No description.* |
-| Resolve
| Produce the Token's value at resolution time. |
-| ToString
| Return a string representation of this resolvable object. |
-| ResetFingerprint
| *No description.* |
-| ResetId
| *No description.* |
-| ResetIncrementalVersion
| *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.
-
-##### `ResetFingerprint`
-
-```csharp
-private void ResetFingerprint()
-```
-
-##### `ResetId`
-
-```csharp
-private void ResetId()
-```
-
-##### `ResetIncrementalVersion`
-
-```csharp
-private void ResetIncrementalVersion()
-```
-
-
-#### 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.* |
-| FingerprintInput
| string
| *No description.* |
-| IdInput
| string
| *No description.* |
-| IncrementalVersionInput
| double
| *No description.* |
-| Fingerprint
| string
| *No description.* |
-| Id
| string
| *No description.* |
-| IncrementalVersion
| double
| *No description.* |
-| InternalValue
| PackerChannelIteration
| *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
-
----
-
-##### `FingerprintInput`Optional
-
-```csharp
-public string FingerprintInput { get; }
-```
-
-- *Type:* string
-
----
-
-##### `IdInput`Optional
-
-```csharp
-public string IdInput { get; }
-```
-
-- *Type:* string
-
----
-
-##### `IncrementalVersionInput`Optional
-
-```csharp
-public double IncrementalVersionInput { get; }
-```
-
-- *Type:* double
-
----
-
-##### `Fingerprint`Required
-
-```csharp
-public string Fingerprint { get; }
-```
-
-- *Type:* string
-
----
-
-##### `Id`Required
-
-```csharp
-public string Id { get; }
-```
-
-- *Type:* string
-
----
-
-##### `IncrementalVersion`Required
-
-```csharp
-public double IncrementalVersion { get; }
-```
-
-- *Type:* double
-
----
-
-##### `InternalValue`Optional
-
-```csharp
-public PackerChannelIteration InternalValue { get; }
-```
-
-- *Type:* PackerChannelIteration
-
----
-
-
### PackerChannelTimeoutsOutputReference
#### Initializers
diff --git a/docs/packerChannel.go.md b/docs/packerChannel.go.md
index 8b6f0167e..fc0378dec 100644
--- a/docs/packerChannel.go.md
+++ b/docs/packerChannel.go.md
@@ -1,6 +1,6 @@
# `hcp_packer_channel`
-Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel).
+Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel).
# `packerChannel` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://regist
### PackerChannel
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel hcp_packer_channel}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel hcp_packer_channel}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannel"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannel"
packerchannel.NewPackerChannel(scope Construct, id *string, config PackerChannelConfig) PackerChannel
```
@@ -70,11 +70,10 @@ Must be unique amongst siblings in the same scope
| GetStringAttribute
| *No description.* |
| GetStringMapAttribute
| *No description.* |
| InterpolationForAttribute
| *No description.* |
-| PutIteration
| *No description.* |
| PutTimeouts
| *No description.* |
| ResetId
| *No description.* |
-| ResetIteration
| *No description.* |
| ResetProjectId
| *No description.* |
+| ResetRestricted
| *No description.* |
| ResetTimeouts
| *No description.* |
---
@@ -263,18 +262,6 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable
---
-##### `PutIteration`
-
-```go
-func PutIteration(value PackerChannelIteration)
-```
-
-###### `value`Required
-
-- *Type:* PackerChannelIteration
-
----
-
##### `PutTimeouts`
```go
@@ -293,16 +280,16 @@ func PutTimeouts(value PackerChannelTimeouts)
func ResetId()
```
-##### `ResetIteration`
+##### `ResetProjectId`
```go
-func ResetIteration()
+func ResetProjectId()
```
-##### `ResetProjectId`
+##### `ResetRestricted`
```go
-func ResetProjectId()
+func ResetRestricted()
```
##### `ResetTimeouts`
@@ -324,7 +311,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannel"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannel"
packerchannel.PackerChannel_IsConstruct(x interface{}) *bool
```
@@ -356,7 +343,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannel"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannel"
packerchannel.PackerChannel_IsTerraformElement(x interface{}) *bool
```
@@ -370,7 +357,7 @@ packerchannel.PackerChannel_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannel"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannel"
packerchannel.PackerChannel_IsTerraformResource(x interface{}) *bool
```
@@ -401,21 +388,21 @@ packerchannel.PackerChannel_IsTerraformResource(x interface{}) *bool
| Provisioners
| *[]interface{}
| *No description.* |
| AuthorId
| *string
| *No description.* |
| CreatedAt
| *string
| *No description.* |
-| Iteration
| PackerChannelIterationOutputReference
| *No description.* |
+| Managed
| github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
| *No description.* |
| OrganizationId
| *string
| *No description.* |
-| Restricted
| github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
| *No description.* |
| Timeouts
| PackerChannelTimeoutsOutputReference
| *No description.* |
| UpdatedAt
| *string
| *No description.* |
| BucketNameInput
| *string
| *No description.* |
| IdInput
| *string
| *No description.* |
-| IterationInput
| PackerChannelIteration
| *No description.* |
| NameInput
| *string
| *No description.* |
| ProjectIdInput
| *string
| *No description.* |
+| RestrictedInput
| interface{}
| *No description.* |
| TimeoutsInput
| interface{}
| *No description.* |
| BucketName
| *string
| *No description.* |
| Id
| *string
| *No description.* |
| Name
| *string
| *No description.* |
| ProjectId
| *string
| *No description.* |
+| Restricted
| interface{}
| *No description.* |
---
@@ -581,13 +568,13 @@ func CreatedAt() *string
---
-##### `Iteration`Required
+##### `Managed`Required
```go
-func Iteration() PackerChannelIterationOutputReference
+func Managed() IResolvable
```
-- *Type:* PackerChannelIterationOutputReference
+- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
---
@@ -601,16 +588,6 @@ func OrganizationId() *string
---
-##### `Restricted`Required
-
-```go
-func Restricted() IResolvable
-```
-
-- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolvable
-
----
-
##### `Timeouts`Required
```go
@@ -651,33 +628,33 @@ func IdInput() *string
---
-##### `IterationInput`Optional
+##### `NameInput`Optional
```go
-func IterationInput() PackerChannelIteration
+func NameInput() *string
```
-- *Type:* PackerChannelIteration
+- *Type:* *string
---
-##### `NameInput`Optional
+##### `ProjectIdInput`Optional
```go
-func NameInput() *string
+func ProjectIdInput() *string
```
- *Type:* *string
---
-##### `ProjectIdInput`Optional
+##### `RestrictedInput`Optional
```go
-func ProjectIdInput() *string
+func RestrictedInput() interface{}
```
-- *Type:* *string
+- *Type:* interface{}
---
@@ -731,6 +708,16 @@ func ProjectId() *string
---
+##### `Restricted`Required
+
+```go
+func Restricted() interface{}
+```
+
+- *Type:* interface{}
+
+---
+
#### Constants
| **Name** | **Type** | **Description** |
@@ -756,7 +743,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannel"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannel"
&packerchannel.PackerChannelConfig {
Connection: interface{},
@@ -769,9 +756,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannel"
BucketName: *string,
Name: *string,
Id: *string,
- Iteration: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.packerChannel.PackerChannelIteration,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.packerChannel.PackerChannelTimeouts,
+ Restricted: interface{},
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.packerChannel.PackerChannelTimeouts,
}
```
@@ -788,9 +775,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/resources/packer_channel#id PackerChannel#id}. |
-| Iteration
| PackerChannelIteration
| iteration block. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
---
@@ -875,7 +862,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.67.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
---
@@ -889,7 +876,7 @@ Name *string
The name of the channel being managed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#name PackerChannel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#name PackerChannel#name}
---
@@ -901,27 +888,13 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#id PackerChannel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
---
-##### `Iteration`Optional
-
-```go
-Iteration PackerChannelIteration
-```
-
-- *Type:* PackerChannelIteration
-
-iteration block.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#iteration PackerChannel#iteration}
-
----
-
##### `ProjectId`Optional
```go
@@ -935,90 +908,37 @@ 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.67.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
-
----
-
-##### `Timeouts`Optional
-
-```go
-Timeouts PackerChannelTimeouts
-```
-
-- *Type:* PackerChannelTimeouts
-
-timeouts block.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
-
----
-
-### PackerChannelIteration
-
-#### Initializer
-
-```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannel"
-
-&packerchannel.PackerChannelIteration {
- Fingerprint: *string,
- Id: *string,
- IncrementalVersion: *f64,
-}
-```
-
-#### Properties
-
-| **Name** | **Type** | **Description** |
-| --- | --- | --- |
-| Fingerprint
| *string
| The fingerprint of the iteration assigned to the channel. |
-| Id
| *string
| The ID of the iteration assigned to the channel. |
-| IncrementalVersion
| *f64
| The incremental_version of the iteration assigned to the channel. |
-
----
-
-##### `Fingerprint`Optional
-
-```go
-Fingerprint *string
-```
-
-- *Type:* *string
-
-The fingerprint of the iteration assigned to the channel.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#fingerprint PackerChannel#fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
---
-##### `Id`Optional
+##### `Restricted`Optional
```go
-Id *string
+Restricted interface{}
```
-- *Type:* *string
+- *Type:* interface{}
-The ID of the iteration assigned to the channel.
+If true, the channel is only visible to users with permission to create and manage it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#id PackerChannel#id}
+If false, the channel is visible to every member of the organization.
-Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
-If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
---
-##### `IncrementalVersion`Optional
+##### `Timeouts`Optional
```go
-IncrementalVersion *f64
+Timeouts PackerChannelTimeouts
```
-- *Type:* *f64
+- *Type:* PackerChannelTimeouts
-The incremental_version of the iteration assigned to the channel.
+timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#incremental_version PackerChannel#incremental_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
---
@@ -1027,7 +947,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannel"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannel"
&packerchannel.PackerChannelTimeouts {
Create: *string,
@@ -1041,10 +961,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannel"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#create PackerChannel#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#default PackerChannel#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
-| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#update PackerChannel#update}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#create PackerChannel#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#default PackerChannel#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
+| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#update PackerChannel#update}. |
---
@@ -1056,7 +976,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#create PackerChannel#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#create PackerChannel#create}.
---
@@ -1068,7 +988,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#default PackerChannel#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#default PackerChannel#default}.
---
@@ -1080,7 +1000,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#delete PackerChannel#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#delete PackerChannel#delete}.
---
@@ -1092,354 +1012,18 @@ Update *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#update PackerChannel#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#update PackerChannel#update}.
---
## Classes
-### PackerChannelIterationOutputReference
-
-#### Initializers
-
-```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannel"
-
-packerchannel.NewPackerChannelIterationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) PackerChannelIterationOutputReference
-```
-
-| **Name** | **Type** | **Description** |
-| --- | --- | --- |
-| terraformResource
| github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
| The parent resource. |
-| terraformAttribute
| *string
| The attribute on the parent resource this class is referencing. |
-
----
-
-##### `terraformResource`Required
-
-- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent
-
-The parent resource.
-
----
-
-##### `terraformAttribute`Required
-
-- *Type:* *string
-
-The attribute on the parent resource this class is referencing.
-
----
-
-#### Methods
-
-| **Name** | **Description** |
-| --- | --- |
-| ComputeFqn
| *No description.* |
-| GetAnyMapAttribute
| *No description.* |
-| GetBooleanAttribute
| *No description.* |
-| GetBooleanMapAttribute
| *No description.* |
-| GetListAttribute
| *No description.* |
-| GetNumberAttribute
| *No description.* |
-| GetNumberListAttribute
| *No description.* |
-| GetNumberMapAttribute
| *No description.* |
-| GetStringAttribute
| *No description.* |
-| GetStringMapAttribute
| *No description.* |
-| InterpolationForAttribute
| *No description.* |
-| Resolve
| Produce the Token's value at resolution time. |
-| ToString
| Return a string representation of this resolvable object. |
-| ResetFingerprint
| *No description.* |
-| ResetId
| *No description.* |
-| ResetIncrementalVersion
| *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.
-
-##### `ResetFingerprint`
-
-```go
-func ResetFingerprint()
-```
-
-##### `ResetId`
-
-```go
-func ResetId()
-```
-
-##### `ResetIncrementalVersion`
-
-```go
-func ResetIncrementalVersion()
-```
-
-
-#### 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.* |
-| FingerprintInput
| *string
| *No description.* |
-| IdInput
| *string
| *No description.* |
-| IncrementalVersionInput
| *f64
| *No description.* |
-| Fingerprint
| *string
| *No description.* |
-| Id
| *string
| *No description.* |
-| IncrementalVersion
| *f64
| *No description.* |
-| InternalValue
| PackerChannelIteration
| *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
-
----
-
-##### `FingerprintInput`Optional
-
-```go
-func FingerprintInput() *string
-```
-
-- *Type:* *string
-
----
-
-##### `IdInput`Optional
-
-```go
-func IdInput() *string
-```
-
-- *Type:* *string
-
----
-
-##### `IncrementalVersionInput`Optional
-
-```go
-func IncrementalVersionInput() *f64
-```
-
-- *Type:* *f64
-
----
-
-##### `Fingerprint`Required
-
-```go
-func Fingerprint() *string
-```
-
-- *Type:* *string
-
----
-
-##### `Id`Required
-
-```go
-func Id() *string
-```
-
-- *Type:* *string
-
----
-
-##### `IncrementalVersion`Required
-
-```go
-func IncrementalVersion() *f64
-```
-
-- *Type:* *f64
-
----
-
-##### `InternalValue`Optional
-
-```go
-func InternalValue() PackerChannelIteration
-```
-
-- *Type:* PackerChannelIteration
-
----
-
-
### PackerChannelTimeoutsOutputReference
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannel"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannel"
packerchannel.NewPackerChannelTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) PackerChannelTimeoutsOutputReference
```
diff --git a/docs/packerChannel.java.md b/docs/packerChannel.java.md
index a32957727..4edcd3fdb 100644
--- a/docs/packerChannel.java.md
+++ b/docs/packerChannel.java.md
@@ -1,6 +1,6 @@
# `hcp_packer_channel`
-Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel).
+Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel).
# `packerChannel` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://regist
### PackerChannel
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel hcp_packer_channel}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel hcp_packer_channel}.
#### Initializers
@@ -30,8 +30,9 @@ PackerChannel.Builder.create(Construct scope, java.lang.String id)
.bucketName(java.lang.String)
.name(java.lang.String)
// .id(java.lang.String)
-// .iteration(PackerChannelIteration)
// .projectId(java.lang.String)
+// .restricted(java.lang.Boolean)
+// .restricted(IResolvable)
// .timeouts(PackerChannelTimeouts)
.build();
```
@@ -49,9 +50,9 @@ 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.67.0/docs/resources/packer_channel#id PackerChannel#id}. |
-| iteration
| PackerChannelIteration
| iteration block. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
---
@@ -122,7 +123,7 @@ Must be unique amongst siblings in the same scope
The slug of the HCP Packer Registry bucket where the channel should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
---
@@ -132,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the channel being managed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#name PackerChannel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#name PackerChannel#name}
---
@@ -140,33 +141,35 @@ 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.67.0/docs/resources/packer_channel#id PackerChannel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
---
-##### `iteration`Optional
+##### `projectId`Optional
+
+- *Type:* java.lang.String
-- *Type:* PackerChannelIteration
+The ID of the HCP project where this channel is located.
-iteration block.
+If not specified, the project specified in the HCP Provider config block will be used, if configured.
+If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#iteration PackerChannel#iteration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
---
-##### `projectId`Optional
+##### `restricted`Optional
-- *Type:* java.lang.String
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-The ID of the HCP project where this channel is located.
+If true, the channel is only visible to users with permission to create and manage it.
-If not specified, the project specified in the HCP Provider config block will be used, if configured.
-If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
+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.67.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
---
@@ -176,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
---
@@ -200,11 +203,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
| getStringAttribute
| *No description.* |
| getStringMapAttribute
| *No description.* |
| interpolationForAttribute
| *No description.* |
-| putIteration
| *No description.* |
| putTimeouts
| *No description.* |
| resetId
| *No description.* |
-| resetIteration
| *No description.* |
| resetProjectId
| *No description.* |
+| resetRestricted
| *No description.* |
| resetTimeouts
| *No description.* |
---
@@ -393,18 +395,6 @@ public IResolvable interpolationForAttribute(java.lang.String terraformAttribute
---
-##### `putIteration`
-
-```java
-public void putIteration(PackerChannelIteration value)
-```
-
-###### `value`Required
-
-- *Type:* PackerChannelIteration
-
----
-
##### `putTimeouts`
```java
@@ -423,16 +413,16 @@ public void putTimeouts(PackerChannelTimeouts value)
public void resetId()
```
-##### `resetIteration`
+##### `resetProjectId`
```java
-public void resetIteration()
+public void resetProjectId()
```
-##### `resetProjectId`
+##### `resetRestricted`
```java
-public void resetProjectId()
+public void resetRestricted()
```
##### `resetTimeouts`
@@ -531,21 +521,21 @@ PackerChannel.isTerraformResource(java.lang.Object x)
| provisioners
| java.util.List
| *No description.* |
| authorId
| java.lang.String
| *No description.* |
| createdAt
| java.lang.String
| *No description.* |
-| iteration
| PackerChannelIterationOutputReference
| *No description.* |
+| managed
| com.hashicorp.cdktf.IResolvable
| *No description.* |
| organizationId
| java.lang.String
| *No description.* |
-| restricted
| com.hashicorp.cdktf.IResolvable
| *No description.* |
| timeouts
| PackerChannelTimeoutsOutputReference
| *No description.* |
| updatedAt
| java.lang.String
| *No description.* |
| bucketNameInput
| java.lang.String
| *No description.* |
| idInput
| java.lang.String
| *No description.* |
-| iterationInput
| PackerChannelIteration
| *No description.* |
| nameInput
| java.lang.String
| *No description.* |
| projectIdInput
| java.lang.String
| *No description.* |
+| restrictedInput
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
| timeoutsInput
| com.hashicorp.cdktf.IResolvable OR PackerChannelTimeouts
| *No description.* |
| bucketName
| java.lang.String
| *No description.* |
| id
| java.lang.String
| *No description.* |
| name
| java.lang.String
| *No description.* |
| projectId
| java.lang.String
| *No description.* |
+| restricted
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
---
@@ -711,13 +701,13 @@ public java.lang.String getCreatedAt();
---
-##### `iteration`Required
+##### `managed`Required
```java
-public PackerChannelIterationOutputReference getIteration();
+public IResolvable getManaged();
```
-- *Type:* PackerChannelIterationOutputReference
+- *Type:* com.hashicorp.cdktf.IResolvable
---
@@ -731,16 +721,6 @@ public java.lang.String getOrganizationId();
---
-##### `restricted`Required
-
-```java
-public IResolvable getRestricted();
-```
-
-- *Type:* com.hashicorp.cdktf.IResolvable
-
----
-
##### `timeouts`Required
```java
@@ -781,33 +761,33 @@ public java.lang.String getIdInput();
---
-##### `iterationInput`Optional
+##### `nameInput`Optional
```java
-public PackerChannelIteration getIterationInput();
+public java.lang.String getNameInput();
```
-- *Type:* PackerChannelIteration
+- *Type:* java.lang.String
---
-##### `nameInput`Optional
+##### `projectIdInput`Optional
```java
-public java.lang.String getNameInput();
+public java.lang.String getProjectIdInput();
```
- *Type:* java.lang.String
---
-##### `projectIdInput`Optional
+##### `restrictedInput`Optional
```java
-public java.lang.String getProjectIdInput();
+public java.lang.Object getRestrictedInput();
```
-- *Type:* java.lang.String
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
---
@@ -861,6 +841,16 @@ public java.lang.String getProjectId();
---
+##### `restricted`Required
+
+```java
+public java.lang.Object getRestricted();
+```
+
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
+
+---
+
#### Constants
| **Name** | **Type** | **Description** |
@@ -903,8 +893,9 @@ PackerChannelConfig.builder()
.bucketName(java.lang.String)
.name(java.lang.String)
// .id(java.lang.String)
-// .iteration(PackerChannelIteration)
// .projectId(java.lang.String)
+// .restricted(java.lang.Boolean)
+// .restricted(IResolvable)
// .timeouts(PackerChannelTimeouts)
.build();
```
@@ -922,9 +913,9 @@ 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.67.0/docs/resources/packer_channel#id PackerChannel#id}. |
-| iteration
| PackerChannelIteration
| iteration block. |
+| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
---
@@ -1009,7 +1000,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.67.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
---
@@ -1023,7 +1014,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.67.0/docs/resources/packer_channel#name PackerChannel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#name PackerChannel#name}
---
@@ -1035,27 +1026,13 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#id PackerChannel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
---
-##### `iteration`Optional
-
-```java
-public PackerChannelIteration getIteration();
-```
-
-- *Type:* PackerChannelIteration
-
-iteration block.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#iteration PackerChannel#iteration}
-
----
-
##### `projectId`Optional
```java
@@ -1069,90 +1046,37 @@ 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.67.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
-
----
-
-##### `timeouts`Optional
-
-```java
-public PackerChannelTimeouts getTimeouts();
-```
-
-- *Type:* PackerChannelTimeouts
-
-timeouts block.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
-
----
-
-### PackerChannelIteration
-
-#### Initializer
-
-```java
-import com.hashicorp.cdktf.providers.hcp.packer_channel.PackerChannelIteration;
-
-PackerChannelIteration.builder()
-// .fingerprint(java.lang.String)
-// .id(java.lang.String)
-// .incrementalVersion(java.lang.Number)
- .build();
-```
-
-#### Properties
-
-| **Name** | **Type** | **Description** |
-| --- | --- | --- |
-| fingerprint
| java.lang.String
| The fingerprint of the iteration assigned to the channel. |
-| id
| java.lang.String
| The ID of the iteration assigned to the channel. |
-| incrementalVersion
| java.lang.Number
| The incremental_version of the iteration assigned to the channel. |
-
----
-
-##### `fingerprint`Optional
-
-```java
-public java.lang.String getFingerprint();
-```
-
-- *Type:* java.lang.String
-
-The fingerprint of the iteration assigned to the channel.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#fingerprint PackerChannel#fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
---
-##### `id`Optional
+##### `restricted`Optional
```java
-public java.lang.String getId();
+public java.lang.Object getRestricted();
```
-- *Type:* java.lang.String
+- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
-The ID of the iteration assigned to the channel.
+If true, the channel is only visible to users with permission to create and manage it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#id PackerChannel#id}
+If false, the channel is visible to every member of the organization.
-Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
-If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
---
-##### `incrementalVersion`Optional
+##### `timeouts`Optional
```java
-public java.lang.Number getIncrementalVersion();
+public PackerChannelTimeouts getTimeouts();
```
-- *Type:* java.lang.Number
+- *Type:* PackerChannelTimeouts
-The incremental_version of the iteration assigned to the channel.
+timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#incremental_version PackerChannel#incremental_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
---
@@ -1175,10 +1099,10 @@ PackerChannelTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.67.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.69.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.69.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.69.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.69.0/docs/resources/packer_channel#update PackerChannel#update}. |
---
@@ -1190,7 +1114,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#create PackerChannel#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#create PackerChannel#create}.
---
@@ -1202,7 +1126,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#default PackerChannel#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#default PackerChannel#default}.
---
@@ -1214,7 +1138,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#delete PackerChannel#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#delete PackerChannel#delete}.
---
@@ -1226,348 +1150,12 @@ public java.lang.String getUpdate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#update PackerChannel#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#update PackerChannel#update}.
---
## Classes
-### PackerChannelIterationOutputReference
-
-#### Initializers
-
-```java
-import com.hashicorp.cdktf.providers.hcp.packer_channel.PackerChannelIterationOutputReference;
-
-new PackerChannelIterationOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute);
-```
-
-| **Name** | **Type** | **Description** |
-| --- | --- | --- |
-| terraformResource
| com.hashicorp.cdktf.IInterpolatingParent
| The parent resource. |
-| terraformAttribute
| java.lang.String
| The attribute on the parent resource this class is referencing. |
-
----
-
-##### `terraformResource`Required
-
-- *Type:* com.hashicorp.cdktf.IInterpolatingParent
-
-The parent resource.
-
----
-
-##### `terraformAttribute`Required
-
-- *Type:* java.lang.String
-
-The attribute on the parent resource this class is referencing.
-
----
-
-#### Methods
-
-| **Name** | **Description** |
-| --- | --- |
-| computeFqn
| *No description.* |
-| getAnyMapAttribute
| *No description.* |
-| getBooleanAttribute
| *No description.* |
-| getBooleanMapAttribute
| *No description.* |
-| getListAttribute
| *No description.* |
-| getNumberAttribute
| *No description.* |
-| getNumberListAttribute
| *No description.* |
-| getNumberMapAttribute
| *No description.* |
-| getStringAttribute
| *No description.* |
-| getStringMapAttribute
| *No description.* |
-| interpolationForAttribute
| *No description.* |
-| resolve
| Produce the Token's value at resolution time. |
-| toString
| Return a string representation of this resolvable object. |
-| resetFingerprint
| *No description.* |
-| resetId
| *No description.* |
-| resetIncrementalVersion
| *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.
-
-##### `resetFingerprint`
-
-```java
-public void resetFingerprint()
-```
-
-##### `resetId`
-
-```java
-public void resetId()
-```
-
-##### `resetIncrementalVersion`
-
-```java
-public void resetIncrementalVersion()
-```
-
-
-#### 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.* |
-| fingerprintInput
| java.lang.String
| *No description.* |
-| idInput
| java.lang.String
| *No description.* |
-| incrementalVersionInput
| java.lang.Number
| *No description.* |
-| fingerprint
| java.lang.String
| *No description.* |
-| id
| java.lang.String
| *No description.* |
-| incrementalVersion
| java.lang.Number
| *No description.* |
-| internalValue
| PackerChannelIteration
| *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
-
----
-
-##### `fingerprintInput`Optional
-
-```java
-public java.lang.String getFingerprintInput();
-```
-
-- *Type:* java.lang.String
-
----
-
-##### `idInput`Optional
-
-```java
-public java.lang.String getIdInput();
-```
-
-- *Type:* java.lang.String
-
----
-
-##### `incrementalVersionInput`Optional
-
-```java
-public java.lang.Number getIncrementalVersionInput();
-```
-
-- *Type:* java.lang.Number
-
----
-
-##### `fingerprint`Required
-
-```java
-public java.lang.String getFingerprint();
-```
-
-- *Type:* java.lang.String
-
----
-
-##### `id`Required
-
-```java
-public java.lang.String getId();
-```
-
-- *Type:* java.lang.String
-
----
-
-##### `incrementalVersion`Required
-
-```java
-public java.lang.Number getIncrementalVersion();
-```
-
-- *Type:* java.lang.Number
-
----
-
-##### `internalValue`Optional
-
-```java
-public PackerChannelIteration getInternalValue();
-```
-
-- *Type:* PackerChannelIteration
-
----
-
-
### PackerChannelTimeoutsOutputReference
#### Initializers
diff --git a/docs/packerChannel.python.md b/docs/packerChannel.python.md
index 7957c753e..186bab8df 100644
--- a/docs/packerChannel.python.md
+++ b/docs/packerChannel.python.md
@@ -1,6 +1,6 @@
# `hcp_packer_channel`
-Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel).
+Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel).
# `packerChannel` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://regist
### PackerChannel
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel hcp_packer_channel}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel hcp_packer_channel}.
#### Initializers
@@ -28,8 +28,8 @@ packerChannel.PackerChannel(
bucket_name: str,
name: str,
id: str = None,
- iteration: PackerChannelIteration = None,
project_id: str = None,
+ restricted: typing.Union[bool, IResolvable] = None,
timeouts: PackerChannelTimeouts = None
)
```
@@ -47,9 +47,9 @@ 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.67.0/docs/resources/packer_channel#id PackerChannel#id}. |
-| iteration
| PackerChannelIteration
| iteration block. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#id PackerChannel#id}. |
| project_id
| str
| The ID of the HCP project where this channel is located. |
+| restricted
| typing.Union[bool, cdktf.IResolvable]
| If true, the channel is only visible to users with permission to create and manage it. |
| timeouts
| PackerChannelTimeouts
| timeouts block. |
---
@@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope
The slug of the HCP Packer Registry bucket where the channel should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
---
@@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the channel being managed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#name PackerChannel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#name PackerChannel#name}
---
@@ -138,33 +138,35 @@ 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.67.0/docs/resources/packer_channel#id PackerChannel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
---
-##### `iteration`Optional
+##### `project_id`Optional
-- *Type:* PackerChannelIteration
+- *Type:* str
-iteration block.
+The ID of the HCP project where this channel is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#iteration PackerChannel#iteration}
+If not specified, the project specified in the HCP Provider config block will be used, if configured.
+If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
+
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
---
-##### `project_id`Optional
+##### `restricted`Optional
-- *Type:* str
+- *Type:* typing.Union[bool, cdktf.IResolvable]
-The ID of the HCP project where this channel is located.
+If true, the channel is only visible to users with permission to create and manage it.
-If not specified, the project specified in the HCP Provider config block will be used, if configured.
-If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
+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.67.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
---
@@ -174,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
---
@@ -198,11 +200,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
| get_string_attribute
| *No description.* |
| get_string_map_attribute
| *No description.* |
| interpolation_for_attribute
| *No description.* |
-| put_iteration
| *No description.* |
| put_timeouts
| *No description.* |
| reset_id
| *No description.* |
-| reset_iteration
| *No description.* |
| reset_project_id
| *No description.* |
+| reset_restricted
| *No description.* |
| reset_timeouts
| *No description.* |
---
@@ -416,49 +417,6 @@ def interpolation_for_attribute(
---
-##### `put_iteration`
-
-```python
-def put_iteration(
- fingerprint: str = None,
- id: str = None,
- incremental_version: typing.Union[int, float] = None
-) -> None
-```
-
-###### `fingerprint`Optional
-
-- *Type:* str
-
-The fingerprint of the iteration assigned to the channel.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#fingerprint PackerChannel#fingerprint}
-
----
-
-###### `id`Optional
-
-- *Type:* str
-
-The ID of the iteration assigned to the channel.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.
-
----
-
-###### `incremental_version`Optional
-
-- *Type:* 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.67.0/docs/resources/packer_channel#incremental_version PackerChannel#incremental_version}
-
----
-
##### `put_timeouts`
```python
@@ -474,7 +432,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#create PackerChannel#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#create PackerChannel#create}.
---
@@ -482,7 +440,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.67.0/docs/resources/packer_channel#default PackerChannel#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#default PackerChannel#default}.
---
@@ -490,7 +448,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.67.0/docs/resources/packer_channel#delete PackerChannel#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#delete PackerChannel#delete}.
---
@@ -498,7 +456,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.67.0/docs/resources/packer_channel#update PackerChannel#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#update PackerChannel#update}.
---
@@ -508,16 +466,16 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
def reset_id() -> None
```
-##### `reset_iteration`
+##### `reset_project_id`
```python
-def reset_iteration() -> None
+def reset_project_id() -> None
```
-##### `reset_project_id`
+##### `reset_restricted`
```python
-def reset_project_id() -> None
+def reset_restricted() -> None
```
##### `reset_timeouts`
@@ -622,21 +580,21 @@ packerChannel.PackerChannel.is_terraform_resource(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| author_id
| str
| *No description.* |
| created_at
| str
| *No description.* |
-| iteration
| PackerChannelIterationOutputReference
| *No description.* |
+| managed
| cdktf.IResolvable
| *No description.* |
| organization_id
| str
| *No description.* |
-| restricted
| cdktf.IResolvable
| *No description.* |
| timeouts
| PackerChannelTimeoutsOutputReference
| *No description.* |
| updated_at
| str
| *No description.* |
| bucket_name_input
| str
| *No description.* |
| id_input
| str
| *No description.* |
-| iteration_input
| PackerChannelIteration
| *No description.* |
| name_input
| str
| *No description.* |
| project_id_input
| str
| *No description.* |
+| restricted_input
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
| timeouts_input
| typing.Union[cdktf.IResolvable, PackerChannelTimeouts]
| *No description.* |
| bucket_name
| str
| *No description.* |
| id
| str
| *No description.* |
| name
| str
| *No description.* |
| project_id
| str
| *No description.* |
+| restricted
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
---
@@ -802,13 +760,13 @@ created_at: str
---
-##### `iteration`Required
+##### `managed`Required
```python
-iteration: PackerChannelIterationOutputReference
+managed: IResolvable
```
-- *Type:* PackerChannelIterationOutputReference
+- *Type:* cdktf.IResolvable
---
@@ -822,16 +780,6 @@ organization_id: str
---
-##### `restricted`Required
-
-```python
-restricted: IResolvable
-```
-
-- *Type:* cdktf.IResolvable
-
----
-
##### `timeouts`Required
```python
@@ -872,33 +820,33 @@ id_input: str
---
-##### `iteration_input`Optional
+##### `name_input`Optional
```python
-iteration_input: PackerChannelIteration
+name_input: str
```
-- *Type:* PackerChannelIteration
+- *Type:* str
---
-##### `name_input`Optional
+##### `project_id_input`Optional
```python
-name_input: str
+project_id_input: str
```
- *Type:* str
---
-##### `project_id_input`Optional
+##### `restricted_input`Optional
```python
-project_id_input: str
+restricted_input: typing.Union[bool, IResolvable]
```
-- *Type:* str
+- *Type:* typing.Union[bool, cdktf.IResolvable]
---
@@ -952,6 +900,16 @@ project_id: str
---
+##### `restricted`Required
+
+```python
+restricted: typing.Union[bool, IResolvable]
+```
+
+- *Type:* typing.Union[bool, cdktf.IResolvable]
+
+---
+
#### Constants
| **Name** | **Type** | **Description** |
@@ -990,8 +948,8 @@ packerChannel.PackerChannelConfig(
bucket_name: str,
name: str,
id: str = None,
- iteration: PackerChannelIteration = None,
project_id: str = None,
+ restricted: typing.Union[bool, IResolvable] = None,
timeouts: PackerChannelTimeouts = None
)
```
@@ -1009,9 +967,9 @@ 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.67.0/docs/resources/packer_channel#id PackerChannel#id}. |
-| iteration
| PackerChannelIteration
| iteration block. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
---
@@ -1096,7 +1054,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.67.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
---
@@ -1110,7 +1068,7 @@ name: str
The name of the channel being managed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#name PackerChannel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#name PackerChannel#name}
---
@@ -1122,27 +1080,13 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#id PackerChannel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
---
-##### `iteration`Optional
-
-```python
-iteration: PackerChannelIteration
-```
-
-- *Type:* PackerChannelIteration
-
-iteration block.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#iteration PackerChannel#iteration}
-
----
-
##### `project_id`Optional
```python
@@ -1156,90 +1100,37 @@ 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.67.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
-
----
-
-##### `timeouts`Optional
-
-```python
-timeouts: PackerChannelTimeouts
-```
-
-- *Type:* PackerChannelTimeouts
-
-timeouts block.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
-
----
-
-### PackerChannelIteration
-
-#### Initializer
-
-```python
-from cdktf_cdktf_provider_hcp import packer_channel
-
-packerChannel.PackerChannelIteration(
- fingerprint: str = None,
- id: str = None,
- incremental_version: typing.Union[int, float] = None
-)
-```
-
-#### Properties
-
-| **Name** | **Type** | **Description** |
-| --- | --- | --- |
-| fingerprint
| str
| The fingerprint of the iteration assigned to the channel. |
-| id
| str
| The ID of the iteration assigned to the channel. |
-| incremental_version
| typing.Union[int, float]
| The incremental_version of the iteration assigned to the channel. |
-
----
-
-##### `fingerprint`Optional
-
-```python
-fingerprint: str
-```
-
-- *Type:* str
-
-The fingerprint of the iteration assigned to the channel.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#fingerprint PackerChannel#fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
---
-##### `id`Optional
+##### `restricted`Optional
```python
-id: str
+restricted: typing.Union[bool, IResolvable]
```
-- *Type:* str
+- *Type:* typing.Union[bool, cdktf.IResolvable]
-The ID of the iteration assigned to the channel.
+If true, the channel is only visible to users with permission to create and manage it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#id PackerChannel#id}
+If false, the channel is visible to every member of the organization.
-Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
-If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
---
-##### `incremental_version`Optional
+##### `timeouts`Optional
```python
-incremental_version: typing.Union[int, float]
+timeouts: PackerChannelTimeouts
```
-- *Type:* typing.Union[int, float]
+- *Type:* PackerChannelTimeouts
-The incremental_version of the iteration assigned to the channel.
+timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#incremental_version PackerChannel#incremental_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
---
@@ -1262,10 +1153,10 @@ packerChannel.PackerChannelTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#create PackerChannel#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#default PackerChannel#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
-| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#update PackerChannel#update}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#create PackerChannel#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#default PackerChannel#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
+| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#update PackerChannel#update}. |
---
@@ -1277,7 +1168,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#create PackerChannel#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#create PackerChannel#create}.
---
@@ -1289,7 +1180,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#default PackerChannel#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#default PackerChannel#default}.
---
@@ -1301,7 +1192,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#delete PackerChannel#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#delete PackerChannel#delete}.
---
@@ -1313,373 +1204,12 @@ update: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#update PackerChannel#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#update PackerChannel#update}.
---
## Classes
-### PackerChannelIterationOutputReference
-
-#### Initializers
-
-```python
-from cdktf_cdktf_provider_hcp import packer_channel
-
-packerChannel.PackerChannelIterationOutputReference(
- terraform_resource: IInterpolatingParent,
- terraform_attribute: str
-)
-```
-
-| **Name** | **Type** | **Description** |
-| --- | --- | --- |
-| terraform_resource
| cdktf.IInterpolatingParent
| The parent resource. |
-| terraform_attribute
| str
| The attribute on the parent resource this class is referencing. |
-
----
-
-##### `terraform_resource`Required
-
-- *Type:* cdktf.IInterpolatingParent
-
-The parent resource.
-
----
-
-##### `terraform_attribute`Required
-
-- *Type:* str
-
-The attribute on the parent resource this class is referencing.
-
----
-
-#### Methods
-
-| **Name** | **Description** |
-| --- | --- |
-| compute_fqn
| *No description.* |
-| get_any_map_attribute
| *No description.* |
-| get_boolean_attribute
| *No description.* |
-| get_boolean_map_attribute
| *No description.* |
-| get_list_attribute
| *No description.* |
-| get_number_attribute
| *No description.* |
-| get_number_list_attribute
| *No description.* |
-| get_number_map_attribute
| *No description.* |
-| get_string_attribute
| *No description.* |
-| get_string_map_attribute
| *No description.* |
-| interpolation_for_attribute
| *No description.* |
-| resolve
| Produce the Token's value at resolution time. |
-| to_string
| Return a string representation of this resolvable object. |
-| reset_fingerprint
| *No description.* |
-| reset_id
| *No description.* |
-| reset_incremental_version
| *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_fingerprint`
-
-```python
-def reset_fingerprint() -> None
-```
-
-##### `reset_id`
-
-```python
-def reset_id() -> None
-```
-
-##### `reset_incremental_version`
-
-```python
-def reset_incremental_version() -> 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.* |
-| fingerprint_input
| str
| *No description.* |
-| id_input
| str
| *No description.* |
-| incremental_version_input
| typing.Union[int, float]
| *No description.* |
-| fingerprint
| str
| *No description.* |
-| id
| str
| *No description.* |
-| incremental_version
| typing.Union[int, float]
| *No description.* |
-| internal_value
| PackerChannelIteration
| *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
-
----
-
-##### `fingerprint_input`Optional
-
-```python
-fingerprint_input: str
-```
-
-- *Type:* str
-
----
-
-##### `id_input`Optional
-
-```python
-id_input: str
-```
-
-- *Type:* str
-
----
-
-##### `incremental_version_input`Optional
-
-```python
-incremental_version_input: typing.Union[int, float]
-```
-
-- *Type:* typing.Union[int, float]
-
----
-
-##### `fingerprint`Required
-
-```python
-fingerprint: str
-```
-
-- *Type:* str
-
----
-
-##### `id`Required
-
-```python
-id: str
-```
-
-- *Type:* str
-
----
-
-##### `incremental_version`Required
-
-```python
-incremental_version: typing.Union[int, float]
-```
-
-- *Type:* typing.Union[int, float]
-
----
-
-##### `internal_value`Optional
-
-```python
-internal_value: PackerChannelIteration
-```
-
-- *Type:* PackerChannelIteration
-
----
-
-
### PackerChannelTimeoutsOutputReference
#### Initializers
diff --git a/docs/packerChannel.typescript.md b/docs/packerChannel.typescript.md
index 30fa511cf..10f59091a 100644
--- a/docs/packerChannel.typescript.md
+++ b/docs/packerChannel.typescript.md
@@ -1,6 +1,6 @@
# `hcp_packer_channel`
-Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel).
+Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel).
# `packerChannel` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://regist
### PackerChannel
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel hcp_packer_channel}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel hcp_packer_channel}.
#### Initializers
@@ -70,11 +70,10 @@ Must be unique amongst siblings in the same scope
| getStringAttribute
| *No description.* |
| getStringMapAttribute
| *No description.* |
| interpolationForAttribute
| *No description.* |
-| putIteration
| *No description.* |
| putTimeouts
| *No description.* |
| resetId
| *No description.* |
-| resetIteration
| *No description.* |
| resetProjectId
| *No description.* |
+| resetRestricted
| *No description.* |
| resetTimeouts
| *No description.* |
---
@@ -263,18 +262,6 @@ public interpolationForAttribute(terraformAttribute: string): IResolvable
---
-##### `putIteration`
-
-```typescript
-public putIteration(value: PackerChannelIteration): void
-```
-
-###### `value`Required
-
-- *Type:* PackerChannelIteration
-
----
-
##### `putTimeouts`
```typescript
@@ -293,16 +280,16 @@ public putTimeouts(value: PackerChannelTimeouts): void
public resetId(): void
```
-##### `resetIteration`
+##### `resetProjectId`
```typescript
-public resetIteration(): void
+public resetProjectId(): void
```
-##### `resetProjectId`
+##### `resetRestricted`
```typescript
-public resetProjectId(): void
+public resetRestricted(): void
```
##### `resetTimeouts`
@@ -401,21 +388,21 @@ packerChannel.PackerChannel.isTerraformResource(x: any)
| provisioners
| cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[]
| *No description.* |
| authorId
| string
| *No description.* |
| createdAt
| string
| *No description.* |
-| iteration
| PackerChannelIterationOutputReference
| *No description.* |
+| managed
| cdktf.IResolvable
| *No description.* |
| organizationId
| string
| *No description.* |
-| restricted
| cdktf.IResolvable
| *No description.* |
| timeouts
| PackerChannelTimeoutsOutputReference
| *No description.* |
| updatedAt
| string
| *No description.* |
| bucketNameInput
| string
| *No description.* |
| idInput
| string
| *No description.* |
-| iterationInput
| PackerChannelIteration
| *No description.* |
| nameInput
| string
| *No description.* |
| projectIdInput
| string
| *No description.* |
+| restrictedInput
| boolean \| cdktf.IResolvable
| *No description.* |
| timeoutsInput
| cdktf.IResolvable \| PackerChannelTimeouts
| *No description.* |
| bucketName
| string
| *No description.* |
| id
| string
| *No description.* |
| name
| string
| *No description.* |
| projectId
| string
| *No description.* |
+| restricted
| boolean \| cdktf.IResolvable
| *No description.* |
---
@@ -581,13 +568,13 @@ public readonly createdAt: string;
---
-##### `iteration`Required
+##### `managed`Required
```typescript
-public readonly iteration: PackerChannelIterationOutputReference;
+public readonly managed: IResolvable;
```
-- *Type:* PackerChannelIterationOutputReference
+- *Type:* cdktf.IResolvable
---
@@ -601,16 +588,6 @@ public readonly organizationId: string;
---
-##### `restricted`Required
-
-```typescript
-public readonly restricted: IResolvable;
-```
-
-- *Type:* cdktf.IResolvable
-
----
-
##### `timeouts`Required
```typescript
@@ -651,33 +628,33 @@ public readonly idInput: string;
---
-##### `iterationInput`Optional
+##### `nameInput`Optional
```typescript
-public readonly iterationInput: PackerChannelIteration;
+public readonly nameInput: string;
```
-- *Type:* PackerChannelIteration
+- *Type:* string
---
-##### `nameInput`Optional
+##### `projectIdInput`Optional
```typescript
-public readonly nameInput: string;
+public readonly projectIdInput: string;
```
- *Type:* string
---
-##### `projectIdInput`Optional
+##### `restrictedInput`Optional
```typescript
-public readonly projectIdInput: string;
+public readonly restrictedInput: boolean | IResolvable;
```
-- *Type:* string
+- *Type:* boolean | cdktf.IResolvable
---
@@ -731,6 +708,16 @@ public readonly projectId: string;
---
+##### `restricted`Required
+
+```typescript
+public readonly restricted: boolean | IResolvable;
+```
+
+- *Type:* boolean | cdktf.IResolvable
+
+---
+
#### Constants
| **Name** | **Type** | **Description** |
@@ -774,9 +761,9 @@ 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.67.0/docs/resources/packer_channel#id PackerChannel#id}. |
-| iteration
| PackerChannelIteration
| iteration block. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
---
@@ -861,7 +848,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.67.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
---
@@ -875,7 +862,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.67.0/docs/resources/packer_channel#name PackerChannel#name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#name PackerChannel#name}
---
@@ -887,27 +874,13 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#id PackerChannel#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
---
-##### `iteration`Optional
-
-```typescript
-public readonly iteration: PackerChannelIteration;
-```
-
-- *Type:* PackerChannelIteration
-
-iteration block.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#iteration PackerChannel#iteration}
-
----
-
##### `projectId`Optional
```typescript
@@ -921,86 +894,37 @@ 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.67.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
-
----
-
-##### `timeouts`Optional
-
-```typescript
-public readonly timeouts: PackerChannelTimeouts;
-```
-
-- *Type:* PackerChannelTimeouts
-
-timeouts block.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
-
----
-
-### PackerChannelIteration
-
-#### Initializer
-
-```typescript
-import { packerChannel } from '@cdktf/provider-hcp'
-
-const packerChannelIteration: packerChannel.PackerChannelIteration = { ... }
-```
-
-#### Properties
-
-| **Name** | **Type** | **Description** |
-| --- | --- | --- |
-| fingerprint
| string
| The fingerprint of the iteration assigned to the channel. |
-| id
| string
| The ID of the iteration assigned to the channel. |
-| incrementalVersion
| number
| The incremental_version of the iteration assigned to the channel. |
-
----
-
-##### `fingerprint`Optional
-
-```typescript
-public readonly fingerprint: string;
-```
-
-- *Type:* string
-
-The fingerprint of the iteration assigned to the channel.
-
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#fingerprint PackerChannel#fingerprint}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
---
-##### `id`Optional
+##### `restricted`Optional
```typescript
-public readonly id: string;
+public readonly restricted: boolean | IResolvable;
```
-- *Type:* string
+- *Type:* boolean | cdktf.IResolvable
-The ID of the iteration assigned to the channel.
+If true, the channel is only visible to users with permission to create and manage it.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#id PackerChannel#id}
+If false, the channel is visible to every member of the organization.
-Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
-If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
---
-##### `incrementalVersion`Optional
+##### `timeouts`Optional
```typescript
-public readonly incrementalVersion: number;
+public readonly timeouts: PackerChannelTimeouts;
```
-- *Type:* number
+- *Type:* PackerChannelTimeouts
-The incremental_version of the iteration assigned to the channel.
+timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#incremental_version PackerChannel#incremental_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
---
@@ -1018,10 +942,10 @@ const packerChannelTimeouts: packerChannel.PackerChannelTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#create PackerChannel#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#default PackerChannel#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
-| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#update PackerChannel#update}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#create PackerChannel#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#default PackerChannel#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#delete PackerChannel#delete}. |
+| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#update PackerChannel#update}. |
---
@@ -1033,7 +957,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#create PackerChannel#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#create PackerChannel#create}.
---
@@ -1045,7 +969,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#default PackerChannel#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#default PackerChannel#default}.
---
@@ -1057,7 +981,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#delete PackerChannel#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#delete PackerChannel#delete}.
---
@@ -1069,348 +993,12 @@ public readonly update: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#update PackerChannel#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#update PackerChannel#update}.
---
## Classes
-### PackerChannelIterationOutputReference
-
-#### Initializers
-
-```typescript
-import { packerChannel } from '@cdktf/provider-hcp'
-
-new packerChannel.PackerChannelIterationOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
-```
-
-| **Name** | **Type** | **Description** |
-| --- | --- | --- |
-| terraformResource
| cdktf.IInterpolatingParent
| The parent resource. |
-| terraformAttribute
| string
| The attribute on the parent resource this class is referencing. |
-
----
-
-##### `terraformResource`Required
-
-- *Type:* cdktf.IInterpolatingParent
-
-The parent resource.
-
----
-
-##### `terraformAttribute`Required
-
-- *Type:* string
-
-The attribute on the parent resource this class is referencing.
-
----
-
-#### Methods
-
-| **Name** | **Description** |
-| --- | --- |
-| computeFqn
| *No description.* |
-| getAnyMapAttribute
| *No description.* |
-| getBooleanAttribute
| *No description.* |
-| getBooleanMapAttribute
| *No description.* |
-| getListAttribute
| *No description.* |
-| getNumberAttribute
| *No description.* |
-| getNumberListAttribute
| *No description.* |
-| getNumberMapAttribute
| *No description.* |
-| getStringAttribute
| *No description.* |
-| getStringMapAttribute
| *No description.* |
-| interpolationForAttribute
| *No description.* |
-| resolve
| Produce the Token's value at resolution time. |
-| toString
| Return a string representation of this resolvable object. |
-| resetFingerprint
| *No description.* |
-| resetId
| *No description.* |
-| resetIncrementalVersion
| *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.
-
-##### `resetFingerprint`
-
-```typescript
-public resetFingerprint(): void
-```
-
-##### `resetId`
-
-```typescript
-public resetId(): void
-```
-
-##### `resetIncrementalVersion`
-
-```typescript
-public resetIncrementalVersion(): 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.* |
-| fingerprintInput
| string
| *No description.* |
-| idInput
| string
| *No description.* |
-| incrementalVersionInput
| number
| *No description.* |
-| fingerprint
| string
| *No description.* |
-| id
| string
| *No description.* |
-| incrementalVersion
| number
| *No description.* |
-| internalValue
| PackerChannelIteration
| *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
-
----
-
-##### `fingerprintInput`Optional
-
-```typescript
-public readonly fingerprintInput: string;
-```
-
-- *Type:* string
-
----
-
-##### `idInput`Optional
-
-```typescript
-public readonly idInput: string;
-```
-
-- *Type:* string
-
----
-
-##### `incrementalVersionInput`Optional
-
-```typescript
-public readonly incrementalVersionInput: number;
-```
-
-- *Type:* number
-
----
-
-##### `fingerprint`Required
-
-```typescript
-public readonly fingerprint: string;
-```
-
-- *Type:* string
-
----
-
-##### `id`Required
-
-```typescript
-public readonly id: string;
-```
-
-- *Type:* string
-
----
-
-##### `incrementalVersion`Required
-
-```typescript
-public readonly incrementalVersion: number;
-```
-
-- *Type:* number
-
----
-
-##### `internalValue`Optional
-
-```typescript
-public readonly internalValue: PackerChannelIteration;
-```
-
-- *Type:* PackerChannelIteration
-
----
-
-
### PackerChannelTimeoutsOutputReference
#### Initializers
diff --git a/docs/packerChannelAssignment.csharp.md b/docs/packerChannelAssignment.csharp.md
index d9180b38d..5bb80595a 100644
--- a/docs/packerChannelAssignment.csharp.md
+++ b/docs/packerChannelAssignment.csharp.md
@@ -1,6 +1,6 @@
# `hcp_packer_channel_assignment`
-Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment).
+Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment).
# `packerChannelAssignment` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](htt
### PackerChannelAssignment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
#### Initializers
@@ -791,7 +791,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.67.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -880,7 +880,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.67.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
---
@@ -894,7 +894,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.67.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
---
@@ -906,7 +906,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -923,7 +923,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.67.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
---
@@ -937,7 +937,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.67.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
---
@@ -951,7 +951,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.67.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
---
@@ -968,7 +968,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.67.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
---
@@ -982,7 +982,7 @@ public PackerChannelAssignmentTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
---
@@ -1005,10 +1005,10 @@ new PackerChannelAssignmentTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
-| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
+| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
---
@@ -1020,7 +1020,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
---
@@ -1032,7 +1032,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
---
@@ -1044,7 +1044,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
---
@@ -1056,7 +1056,7 @@ public string Update { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
---
diff --git a/docs/packerChannelAssignment.go.md b/docs/packerChannelAssignment.go.md
index e70254e54..df43e7132 100644
--- a/docs/packerChannelAssignment.go.md
+++ b/docs/packerChannelAssignment.go.md
@@ -1,6 +1,6 @@
# `hcp_packer_channel_assignment`
-Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment).
+Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment).
# `packerChannelAssignment` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](htt
### PackerChannelAssignment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannelassignment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannelassignment"
packerchannelassignment.NewPackerChannelAssignment(scope Construct, id *string, config PackerChannelAssignmentConfig) PackerChannelAssignment
```
@@ -325,7 +325,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannelassignment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannelassignment"
packerchannelassignment.PackerChannelAssignment_IsConstruct(x interface{}) *bool
```
@@ -357,7 +357,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannelassignment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannelassignment"
packerchannelassignment.PackerChannelAssignment_IsTerraformElement(x interface{}) *bool
```
@@ -371,7 +371,7 @@ packerchannelassignment.PackerChannelAssignment_IsTerraformElement(x interface{}
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannelassignment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannelassignment"
packerchannelassignment.PackerChannelAssignment_IsTerraformResource(x interface{}) *bool
```
@@ -757,7 +757,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannelassignment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannelassignment"
&packerchannelassignment.PackerChannelAssignmentConfig {
Connection: interface{},
@@ -774,7 +774,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannelassignment"
IterationId: *string,
IterationVersion: *f64,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.packerChannelAssignment.PackerChannelAssignmentTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.packerChannelAssignment.PackerChannelAssignmentTimeouts,
}
```
@@ -791,7 +791,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -880,7 +880,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.67.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
---
@@ -894,7 +894,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.67.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
---
@@ -906,7 +906,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -923,7 +923,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.67.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
---
@@ -937,7 +937,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.67.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
---
@@ -951,7 +951,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.67.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
---
@@ -968,7 +968,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.67.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
---
@@ -982,7 +982,7 @@ Timeouts PackerChannelAssignmentTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
---
@@ -991,7 +991,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannelassignment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannelassignment"
&packerchannelassignment.PackerChannelAssignmentTimeouts {
Create: *string,
@@ -1005,10 +1005,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannelassignment"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
-| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
+| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
---
@@ -1020,7 +1020,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
---
@@ -1032,7 +1032,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
---
@@ -1044,7 +1044,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
---
@@ -1056,7 +1056,7 @@ Update *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
---
@@ -1067,7 +1067,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerchannelassignment"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannelassignment"
packerchannelassignment.NewPackerChannelAssignmentTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) PackerChannelAssignmentTimeoutsOutputReference
```
diff --git a/docs/packerChannelAssignment.java.md b/docs/packerChannelAssignment.java.md
index d57e608d3..d869da33e 100644
--- a/docs/packerChannelAssignment.java.md
+++ b/docs/packerChannelAssignment.java.md
@@ -1,6 +1,6 @@
# `hcp_packer_channel_assignment`
-Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment).
+Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment).
# `packerChannelAssignment` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](htt
### PackerChannelAssignment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
#### Initializers
@@ -51,7 +51,7 @@ PackerChannelAssignment.Builder.create(Construct scope, java.lang.String id)
| provisioners
| java.util.List
| *No description.* |
| bucketName
| java.lang.String
| The slug of the HCP Packer Registry bucket where the channel is located. |
| channelName
| java.lang.String
| The name of the HCP Packer channel being managed. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. |
| iterationFingerprint
| java.lang.String
| The fingerprint of the iteration assigned to the channel. |
| iterationId
| java.lang.String
| The ID of the iteration assigned to the channel. |
| iterationVersion
| java.lang.Number
| The incremental version of the iteration assigned to the channel. |
@@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope
The slug of the HCP Packer Registry bucket where the channel is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
---
@@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the HCP Packer channel being managed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
---
@@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t
The fingerprint of the iteration assigned to the channel.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
---
@@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the iteration assigned to the channel.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
---
@@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The incremental version of the iteration assigned to the channel.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
---
@@ -190,7 +190,7 @@ The ID of the HCP project where the channel is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
---
@@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
---
@@ -949,7 +949,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.67.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.69.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. |
@@ -1038,7 +1038,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.67.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
---
@@ -1052,7 +1052,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.67.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
---
@@ -1064,7 +1064,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1081,7 +1081,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.67.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
---
@@ -1095,7 +1095,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.67.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
---
@@ -1109,7 +1109,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.67.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
---
@@ -1126,7 +1126,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.67.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
---
@@ -1140,7 +1140,7 @@ public PackerChannelAssignmentTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
---
@@ -1163,10 +1163,10 @@ PackerChannelAssignmentTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.67.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.69.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.69.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.69.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.69.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
---
@@ -1178,7 +1178,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
---
@@ -1190,7 +1190,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
---
@@ -1202,7 +1202,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
---
@@ -1214,7 +1214,7 @@ public java.lang.String getUpdate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
---
diff --git a/docs/packerChannelAssignment.python.md b/docs/packerChannelAssignment.python.md
index cc760f025..f8d0463e9 100644
--- a/docs/packerChannelAssignment.python.md
+++ b/docs/packerChannelAssignment.python.md
@@ -1,6 +1,6 @@
# `hcp_packer_channel_assignment`
-Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment).
+Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment).
# `packerChannelAssignment` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](htt
### PackerChannelAssignment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
#### Initializers
@@ -49,7 +49,7 @@ packerChannelAssignment.PackerChannelAssignment(
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| bucket_name
| str
| The slug of the HCP Packer Registry bucket where the channel is located. |
| channel_name
| str
| The name of the HCP Packer channel being managed. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. |
| iteration_fingerprint
| str
| The fingerprint of the iteration assigned to the channel. |
| iteration_id
| str
| The ID of the iteration assigned to the channel. |
| iteration_version
| typing.Union[int, float]
| The incremental version of the iteration assigned to the channel. |
@@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope
The slug of the HCP Packer Registry bucket where the channel is located.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
---
@@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The name of the HCP Packer channel being managed.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
---
@@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -155,7 +155,7 @@ If you experience problems setting this value it might not be settable. Please t
The fingerprint of the iteration assigned to the channel.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
---
@@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the iteration assigned to the channel.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
---
@@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The incremental version of the iteration assigned to the channel.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
---
@@ -188,7 +188,7 @@ The ID of the HCP project where the channel is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
---
@@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
---
@@ -456,7 +456,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
---
@@ -464,7 +464,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.67.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
---
@@ -472,7 +472,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.67.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
---
@@ -480,7 +480,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.67.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
---
@@ -1005,7 +1005,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.67.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -1094,7 +1094,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.67.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
---
@@ -1108,7 +1108,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.67.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
---
@@ -1120,7 +1120,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1137,7 +1137,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.67.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
---
@@ -1151,7 +1151,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.67.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
---
@@ -1165,7 +1165,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.67.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
---
@@ -1182,7 +1182,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.67.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
---
@@ -1196,7 +1196,7 @@ timeouts: PackerChannelAssignmentTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
---
@@ -1219,10 +1219,10 @@ packerChannelAssignment.PackerChannelAssignmentTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
-| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
+| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
---
@@ -1234,7 +1234,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
---
@@ -1246,7 +1246,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
---
@@ -1258,7 +1258,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
---
@@ -1270,7 +1270,7 @@ update: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
---
diff --git a/docs/packerChannelAssignment.typescript.md b/docs/packerChannelAssignment.typescript.md
index cceed6ef7..0148a6877 100644
--- a/docs/packerChannelAssignment.typescript.md
+++ b/docs/packerChannelAssignment.typescript.md
@@ -1,6 +1,6 @@
# `hcp_packer_channel_assignment`
-Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment).
+Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment).
# `packerChannelAssignment` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](htt
### PackerChannelAssignment
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}.
#### Initializers
@@ -775,7 +775,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.67.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -864,7 +864,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.67.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
---
@@ -878,7 +878,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.67.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
---
@@ -890,7 +890,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -907,7 +907,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.67.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
---
@@ -921,7 +921,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.67.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
---
@@ -935,7 +935,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.67.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
---
@@ -952,7 +952,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.67.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
---
@@ -966,7 +966,7 @@ public readonly timeouts: PackerChannelAssignmentTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
---
@@ -984,10 +984,10 @@ const packerChannelAssignmentTimeouts: packerChannelAssignment.PackerChannelAssi
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
-| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}. |
+| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}. |
---
@@ -999,7 +999,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}.
---
@@ -1011,7 +1011,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}.
---
@@ -1023,7 +1023,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}.
---
@@ -1035,7 +1035,7 @@ public readonly update: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}.
---
diff --git a/docs/packerRunTask.csharp.md b/docs/packerRunTask.csharp.md
index e27a2ee7a..f3da5e559 100644
--- a/docs/packerRunTask.csharp.md
+++ b/docs/packerRunTask.csharp.md
@@ -1,6 +1,6 @@
# `hcp_packer_run_task`
-Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task).
+Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task).
# `packerRunTask` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://regis
### PackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -705,7 +705,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.67.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -790,7 +790,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#id PackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -810,7 +810,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.67.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
---
@@ -826,7 +826,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.67.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
---
@@ -840,7 +840,7 @@ public PackerRunTaskTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
---
@@ -863,10 +863,10 @@ new PackerRunTaskTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
-| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
+| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
---
@@ -878,7 +878,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#create PackerRunTask#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#create PackerRunTask#create}.
---
@@ -890,7 +890,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#default PackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#default PackerRunTask#default}.
---
@@ -902,7 +902,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
---
@@ -914,7 +914,7 @@ public string Update { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#update PackerRunTask#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#update PackerRunTask#update}.
---
diff --git a/docs/packerRunTask.go.md b/docs/packerRunTask.go.md
index 5f612aab9..81b81741a 100644
--- a/docs/packerRunTask.go.md
+++ b/docs/packerRunTask.go.md
@@ -1,6 +1,6 @@
# `hcp_packer_run_task`
-Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task).
+Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task).
# `packerRunTask` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://regis
### PackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task hcp_packer_run_task}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerruntask"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerruntask"
packerruntask.NewPackerRunTask(scope Construct, id *string, config PackerRunTaskConfig) PackerRunTask
```
@@ -311,7 +311,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerruntask"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerruntask"
packerruntask.PackerRunTask_IsConstruct(x interface{}) *bool
```
@@ -343,7 +343,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerruntask"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerruntask"
packerruntask.PackerRunTask_IsTerraformElement(x interface{}) *bool
```
@@ -357,7 +357,7 @@ packerruntask.PackerRunTask_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerruntask"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerruntask"
packerruntask.PackerRunTask_IsTerraformResource(x interface{}) *bool
```
@@ -677,7 +677,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerruntask"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerruntask"
&packerruntask.PackerRunTaskConfig {
Connection: interface{},
@@ -690,7 +690,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerruntask"
Id: *string,
ProjectId: *string,
RegenerateHmac: interface{},
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.packerRunTask.PackerRunTaskTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.packerRunTask.PackerRunTaskTimeouts,
}
```
@@ -705,7 +705,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -790,7 +790,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#id PackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -810,7 +810,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.67.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
---
@@ -826,7 +826,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.67.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
---
@@ -840,7 +840,7 @@ Timeouts PackerRunTaskTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
---
@@ -849,7 +849,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerruntask"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerruntask"
&packerruntask.PackerRunTaskTimeouts {
Create: *string,
@@ -863,10 +863,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerruntask"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
-| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
+| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
---
@@ -878,7 +878,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#create PackerRunTask#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#create PackerRunTask#create}.
---
@@ -890,7 +890,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#default PackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#default PackerRunTask#default}.
---
@@ -902,7 +902,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
---
@@ -914,7 +914,7 @@ Update *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#update PackerRunTask#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#update PackerRunTask#update}.
---
@@ -925,7 +925,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/packerruntask"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerruntask"
packerruntask.NewPackerRunTaskTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) PackerRunTaskTimeoutsOutputReference
```
diff --git a/docs/packerRunTask.java.md b/docs/packerRunTask.java.md
index c0c3be9b1..3f9758707 100644
--- a/docs/packerRunTask.java.md
+++ b/docs/packerRunTask.java.md
@@ -1,6 +1,6 @@
# `hcp_packer_run_task`
-Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task).
+Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task).
# `packerRunTask` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://regis
### PackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -46,7 +46,7 @@ PackerRunTask.Builder.create(Construct scope, java.lang.String id)
| lifecycle
| com.hashicorp.cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Packer Registry is located. |
| regenerateHmac
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. |
| timeouts
| PackerRunTaskTimeouts
| timeouts block. |
@@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#id PackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#id PackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -133,7 +133,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
---
@@ -145,7 +145,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`.
While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
---
@@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
---
@@ -819,7 +819,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.67.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.69.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. |
@@ -904,7 +904,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#id PackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -924,7 +924,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.67.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
---
@@ -940,7 +940,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.67.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
---
@@ -954,7 +954,7 @@ public PackerRunTaskTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
---
@@ -977,10 +977,10 @@ PackerRunTaskTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.67.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.69.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.69.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.69.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.69.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
---
@@ -992,7 +992,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#create PackerRunTask#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#create PackerRunTask#create}.
---
@@ -1004,7 +1004,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#default PackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#default PackerRunTask#default}.
---
@@ -1016,7 +1016,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
---
@@ -1028,7 +1028,7 @@ public java.lang.String getUpdate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#update PackerRunTask#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#update PackerRunTask#update}.
---
diff --git a/docs/packerRunTask.python.md b/docs/packerRunTask.python.md
index e2f0e032e..5cd18e209 100644
--- a/docs/packerRunTask.python.md
+++ b/docs/packerRunTask.python.md
@@ -1,6 +1,6 @@
# `hcp_packer_run_task`
-Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task).
+Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task).
# `packerRunTask` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://regis
### PackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -43,7 +43,7 @@ packerRunTask.PackerRunTask(
| lifecycle
| cdktf.TerraformResourceLifecycle
| *No description.* |
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Packer Registry is located. |
| regenerate_hmac
| typing.Union[bool, cdktf.IResolvable]
| If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`. |
| timeouts
| PackerRunTaskTimeouts
| timeouts block. |
@@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#id PackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#id PackerRunTask#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -130,7 +130,7 @@ The ID of the HCP project where the HCP Packer Registry is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
---
@@ -142,7 +142,7 @@ If true, the HMAC Key (`hmac_key`) will be regenerated during `terraform apply`.
While set to true, the key will be regenerated on every `terraform apply` until `regenerate_hmac` is set to false or removed from the config.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
---
@@ -408,7 +408,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#create PackerRunTask#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#create PackerRunTask#create}.
---
@@ -416,7 +416,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.67.0/docs/resources/packer_run_task#default PackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#default PackerRunTask#default}.
---
@@ -424,7 +424,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.67.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
---
@@ -432,7 +432,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.67.0/docs/resources/packer_run_task#update PackerRunTask#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#update PackerRunTask#update}.
---
@@ -873,7 +873,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.67.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -958,7 +958,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#id PackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -978,7 +978,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.67.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
---
@@ -994,7 +994,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.67.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
---
@@ -1008,7 +1008,7 @@ timeouts: PackerRunTaskTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
---
@@ -1031,10 +1031,10 @@ packerRunTask.PackerRunTaskTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
-| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
+| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
---
@@ -1046,7 +1046,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#create PackerRunTask#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#create PackerRunTask#create}.
---
@@ -1058,7 +1058,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#default PackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#default PackerRunTask#default}.
---
@@ -1070,7 +1070,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
---
@@ -1082,7 +1082,7 @@ update: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#update PackerRunTask#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#update PackerRunTask#update}.
---
diff --git a/docs/packerRunTask.typescript.md b/docs/packerRunTask.typescript.md
index 7b71477a5..9e1fe2517 100644
--- a/docs/packerRunTask.typescript.md
+++ b/docs/packerRunTask.typescript.md
@@ -1,6 +1,6 @@
# `hcp_packer_run_task`
-Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task).
+Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task).
# `packerRunTask` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://regis
### PackerRunTask
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task hcp_packer_run_task}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task hcp_packer_run_task}.
#### Initializers
@@ -693,7 +693,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.67.0/docs/resources/packer_run_task#id PackerRunTask#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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. |
@@ -778,7 +778,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#id PackerRunTask#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -798,7 +798,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.67.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
---
@@ -814,7 +814,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.67.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
---
@@ -828,7 +828,7 @@ public readonly timeouts: PackerRunTaskTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
---
@@ -846,10 +846,10 @@ const packerRunTaskTimeouts: packerRunTask.PackerRunTaskTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
-| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#create PackerRunTask#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#default PackerRunTask#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#delete PackerRunTask#delete}. |
+| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#update PackerRunTask#update}. |
---
@@ -861,7 +861,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#create PackerRunTask#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#create PackerRunTask#create}.
---
@@ -873,7 +873,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#default PackerRunTask#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#default PackerRunTask#default}.
---
@@ -885,7 +885,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#delete PackerRunTask#delete}.
---
@@ -897,7 +897,7 @@ public readonly update: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task#update PackerRunTask#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#update PackerRunTask#update}.
---
diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md
index 50034cc59..4020086b0 100644
--- a/docs/provider.csharp.md
+++ b/docs/provider.csharp.md
@@ -1,6 +1,6 @@
# `provider`
-Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs).
+Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs).
# `provider` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io
### HcpProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs hcp}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs hcp}.
#### Initializers
@@ -466,7 +466,7 @@ public string Alias { get; set; }
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#alias HcpProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#alias HcpProvider#alias}
---
@@ -480,7 +480,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.67.0/docs#client_id HcpProvider#client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#client_id HcpProvider#client_id}
---
@@ -494,7 +494,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.67.0/docs#client_secret HcpProvider#client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#client_secret HcpProvider#client_secret}
---
@@ -508,7 +508,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.67.0/docs#project_id HcpProvider#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#project_id HcpProvider#project_id}
---
diff --git a/docs/provider.go.md b/docs/provider.go.md
index 73d841808..41ec6ba50 100644
--- a/docs/provider.go.md
+++ b/docs/provider.go.md
@@ -1,6 +1,6 @@
# `provider`
-Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs).
+Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs).
# `provider` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io
### HcpProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs hcp}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs hcp}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/provider"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/provider"
provider.NewHcpProvider(scope Construct, id *string, config HcpProviderConfig) HcpProvider
```
@@ -168,7 +168,7 @@ func ResetProjectId()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/provider"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/provider"
provider.HcpProvider_IsConstruct(x interface{}) *bool
```
@@ -200,7 +200,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/provider"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/provider"
provider.HcpProvider_IsTerraformElement(x interface{}) *bool
```
@@ -214,7 +214,7 @@ provider.HcpProvider_IsTerraformElement(x interface{}) *bool
##### `IsTerraformProvider`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/provider"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/provider"
provider.HcpProvider_IsTerraformProvider(x interface{}) *bool
```
@@ -435,7 +435,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/provider"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/provider"
&provider.HcpProviderConfig {
Alias: *string,
@@ -466,7 +466,7 @@ Alias *string
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#alias HcpProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#alias HcpProvider#alias}
---
@@ -480,7 +480,7 @@ ClientId *string
The OAuth2 Client ID for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#client_id HcpProvider#client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#client_id HcpProvider#client_id}
---
@@ -494,7 +494,7 @@ ClientSecret *string
The OAuth2 Client Secret for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#client_secret HcpProvider#client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#client_secret HcpProvider#client_secret}
---
@@ -508,7 +508,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.67.0/docs#project_id HcpProvider#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#project_id HcpProvider#project_id}
---
diff --git a/docs/provider.java.md b/docs/provider.java.md
index ae126afa3..f3029d337 100644
--- a/docs/provider.java.md
+++ b/docs/provider.java.md
@@ -1,6 +1,6 @@
# `provider`
-Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs).
+Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs).
# `provider` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io
### HcpProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs hcp}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs hcp}.
#### Initializers
@@ -58,7 +58,7 @@ Must be unique amongst siblings in the same scope
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#alias HcpProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#alias HcpProvider#alias}
---
@@ -68,7 +68,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The OAuth2 Client ID for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#client_id HcpProvider#client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#client_id HcpProvider#client_id}
---
@@ -78,7 +78,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The OAuth2 Client Secret for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#client_secret HcpProvider#client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#client_secret HcpProvider#client_secret}
---
@@ -88,7 +88,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The default project in which resources should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#project_id HcpProvider#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#project_id HcpProvider#project_id}
---
@@ -508,7 +508,7 @@ public java.lang.String getAlias();
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#alias HcpProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#alias HcpProvider#alias}
---
@@ -522,7 +522,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.67.0/docs#client_id HcpProvider#client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#client_id HcpProvider#client_id}
---
@@ -536,7 +536,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.67.0/docs#client_secret HcpProvider#client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#client_secret HcpProvider#client_secret}
---
@@ -550,7 +550,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.67.0/docs#project_id HcpProvider#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#project_id HcpProvider#project_id}
---
diff --git a/docs/provider.python.md b/docs/provider.python.md
index 6a3b1d0ca..3665f3a43 100644
--- a/docs/provider.python.md
+++ b/docs/provider.python.md
@@ -1,6 +1,6 @@
# `provider`
-Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs).
+Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs).
# `provider` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io
### HcpProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs hcp}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs#alias HcpProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs#client_id HcpProvider#client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs#client_secret HcpProvider#client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#client_secret HcpProvider#client_secret}
---
@@ -90,7 +90,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The default project in which resources should be created.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#project_id HcpProvider#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#project_id HcpProvider#project_id}
---
@@ -521,7 +521,7 @@ alias: str
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#alias HcpProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#alias HcpProvider#alias}
---
@@ -535,7 +535,7 @@ client_id: str
The OAuth2 Client ID for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#client_id HcpProvider#client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#client_id HcpProvider#client_id}
---
@@ -549,7 +549,7 @@ client_secret: str
The OAuth2 Client Secret for API operations.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#client_secret HcpProvider#client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#client_secret HcpProvider#client_secret}
---
@@ -563,7 +563,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.67.0/docs#project_id HcpProvider#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#project_id HcpProvider#project_id}
---
diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md
index e9d0d17c1..6536eca99 100644
--- a/docs/provider.typescript.md
+++ b/docs/provider.typescript.md
@@ -1,6 +1,6 @@
# `provider`
-Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs).
+Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs).
# `provider` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io
### HcpProvider
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs hcp}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs hcp}.
#### Initializers
@@ -461,7 +461,7 @@ public readonly alias: string;
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#alias HcpProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#alias HcpProvider#alias}
---
@@ -475,7 +475,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.67.0/docs#client_id HcpProvider#client_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#client_id HcpProvider#client_id}
---
@@ -489,7 +489,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.67.0/docs#client_secret HcpProvider#client_secret}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#client_secret HcpProvider#client_secret}
---
@@ -503,7 +503,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.67.0/docs#project_id HcpProvider#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#project_id HcpProvider#project_id}
---
diff --git a/docs/vaultCluster.csharp.md b/docs/vaultCluster.csharp.md
index 6c9a218ca..f19c460e1 100644
--- a/docs/vaultCluster.csharp.md
+++ b/docs/vaultCluster.csharp.md
@@ -1,6 +1,6 @@
# `hcp_vault_cluster`
-Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster).
+Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster).
# `vaultCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registr
### VaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -82,6 +82,7 @@ Must be unique amongst siblings in the same scope
| ResetPathsFilter
| *No description.* |
| ResetPrimaryLink
| *No description.* |
| ResetProjectId
| *No description.* |
+| ResetProxyEndpoint
| *No description.* |
| ResetPublicEndpoint
| *No description.* |
| ResetTier
| *No description.* |
| ResetTimeouts
| *No description.* |
@@ -368,6 +369,12 @@ private void ResetPrimaryLink()
private void ResetProjectId()
```
+##### `ResetProxyEndpoint`
+
+```csharp
+private void ResetProxyEndpoint()
+```
+
##### `ResetPublicEndpoint`
```csharp
@@ -486,6 +493,7 @@ VaultCluster.IsTerraformResource(object X);
| State
| string
| *No description.* |
| Timeouts
| VaultClusterTimeoutsOutputReference
| *No description.* |
| VaultPrivateEndpointUrl
| string
| *No description.* |
+| VaultProxyEndpointUrl
| string
| *No description.* |
| VaultPublicEndpointUrl
| string
| *No description.* |
| VaultVersion
| string
| *No description.* |
| AuditLogConfigInput
| VaultClusterAuditLogConfig
| *No description.* |
@@ -498,6 +506,7 @@ VaultCluster.IsTerraformResource(object X);
| PathsFilterInput
| string[]
| *No description.* |
| PrimaryLinkInput
| string
| *No description.* |
| ProjectIdInput
| string
| *No description.* |
+| ProxyEndpointInput
| string
| *No description.* |
| PublicEndpointInput
| object
| *No description.* |
| TierInput
| string
| *No description.* |
| TimeoutsInput
| object
| *No description.* |
@@ -508,6 +517,7 @@ VaultCluster.IsTerraformResource(object X);
| PathsFilter
| string[]
| *No description.* |
| PrimaryLink
| string
| *No description.* |
| ProjectId
| string
| *No description.* |
+| ProxyEndpoint
| string
| *No description.* |
| PublicEndpoint
| object
| *No description.* |
| Tier
| string
| *No description.* |
@@ -775,6 +785,16 @@ public string VaultPrivateEndpointUrl { get; }
---
+##### `VaultProxyEndpointUrl`Required
+
+```csharp
+public string VaultProxyEndpointUrl { get; }
+```
+
+- *Type:* string
+
+---
+
##### `VaultPublicEndpointUrl`Required
```csharp
@@ -895,6 +915,16 @@ public string ProjectIdInput { get; }
---
+##### `ProxyEndpointInput`Optional
+
+```csharp
+public string ProxyEndpointInput { get; }
+```
+
+- *Type:* string
+
+---
+
##### `PublicEndpointInput`Optional
```csharp
@@ -995,6 +1025,16 @@ public string ProjectId { get; }
---
+##### `ProxyEndpoint`Required
+
+```csharp
+public string ProxyEndpoint { get; }
+```
+
+- *Type:* string
+
+---
+
##### `PublicEndpoint`Required
```csharp
@@ -1077,7 +1117,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.67.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.69.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -1091,7 +1131,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.67.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -1105,7 +1145,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.67.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -1119,7 +1159,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.67.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -1133,7 +1173,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.67.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -1147,7 +1187,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.67.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -1161,7 +1201,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.67.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -1190,6 +1230,7 @@ new VaultClusterConfig {
string[] PathsFilter = null,
string PrimaryLink = null,
string ProjectId = null,
+ string ProxyEndpoint = null,
object PublicEndpoint = null,
string Tier = null,
VaultClusterTimeouts Timeouts = null
@@ -1210,13 +1251,14 @@ 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.67.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| Id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#id VaultCluster#id}. |
| MajorVersionUpgradeConfig
| VaultClusterMajorVersionUpgradeConfig
| major_version_upgrade_config block. |
| MetricsConfig
| VaultClusterMetricsConfig
| metrics_config block. |
| MinVaultVersion
| string
| The minimum Vault version to use when creating the cluster. |
| 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. |
| PrimaryLink
| 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. |
| ProjectId
| string
| The ID of the HCP project where the Vault cluster is located. |
+| ProxyEndpoint
| string
| Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. |
| PublicEndpoint
| object
| Denotes that the cluster has a public endpoint. Defaults to false. |
| Tier
| string
| Tier of the HCP Vault cluster. |
| Timeouts
| VaultClusterTimeouts
| timeouts block. |
@@ -1303,7 +1345,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.67.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
---
@@ -1317,7 +1359,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.67.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
---
@@ -1331,7 +1373,7 @@ public VaultClusterAuditLogConfig AuditLogConfig { get; set; }
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
---
@@ -1343,7 +1385,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#id VaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1360,7 +1402,7 @@ public VaultClusterMajorVersionUpgradeConfig MajorVersionUpgradeConfig { get; se
major_version_upgrade_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config}
---
@@ -1374,7 +1416,7 @@ public VaultClusterMetricsConfig MetricsConfig { get; set; }
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
---
@@ -1390,7 +1432,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.67.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.69.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version}
---
@@ -1404,7 +1446,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.67.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
---
@@ -1420,7 +1462,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.67.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
---
@@ -1437,7 +1479,21 @@ 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.67.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+
+---
+
+##### `ProxyEndpoint`Optional
+
+```csharp
+public string ProxyEndpoint { get; set; }
+```
+
+- *Type:* 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.69.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
---
@@ -1451,7 +1507,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.67.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
---
@@ -1467,7 +1523,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.67.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#tier VaultCluster#tier}
---
@@ -1481,7 +1537,7 @@ public VaultClusterTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
---
@@ -1519,7 +1575,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.67.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
---
@@ -1535,7 +1591,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.67.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.69.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day}
---
@@ -1549,7 +1605,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.67.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.69.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time}
---
@@ -1595,7 +1651,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.67.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.69.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -1609,7 +1665,7 @@ public string DatadogRegion { get; set; }
Datadog region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -1623,7 +1679,7 @@ public string GrafanaEndpoint { get; set; }
Grafana endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -1637,7 +1693,7 @@ public string GrafanaPassword { get; set; }
Grafana password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -1651,7 +1707,7 @@ public string GrafanaUser { get; set; }
Grafana user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -1665,7 +1721,7 @@ public string SplunkHecendpoint { get; set; }
Splunk endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -1679,7 +1735,7 @@ public string SplunkToken { get; set; }
Splunk token for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -1702,10 +1758,10 @@ new VaultClusterTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#create VaultCluster#create}. |
-| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#default VaultCluster#default}. |
-| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
-| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#update VaultCluster#update}. |
+| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#create VaultCluster#create}. |
+| Default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#default VaultCluster#default}. |
+| Delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
+| Update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#update VaultCluster#update}. |
---
@@ -1717,7 +1773,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#create VaultCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#create VaultCluster#create}.
---
@@ -1729,7 +1785,7 @@ public string Default { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#default VaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#default VaultCluster#default}.
---
@@ -1741,7 +1797,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
---
@@ -1753,7 +1809,7 @@ public string Update { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#update VaultCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#update VaultCluster#update}.
---
diff --git a/docs/vaultCluster.go.md b/docs/vaultCluster.go.md
index 2eb374032..5d89cf3ca 100644
--- a/docs/vaultCluster.go.md
+++ b/docs/vaultCluster.go.md
@@ -1,6 +1,6 @@
# `hcp_vault_cluster`
-Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster).
+Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster).
# `vaultCluster` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registr
### VaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster hcp_vault_cluster}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster"
vaultcluster.NewVaultCluster(scope Construct, id *string, config VaultClusterConfig) VaultCluster
```
@@ -82,6 +82,7 @@ Must be unique amongst siblings in the same scope
| ResetPathsFilter
| *No description.* |
| ResetPrimaryLink
| *No description.* |
| ResetProjectId
| *No description.* |
+| ResetProxyEndpoint
| *No description.* |
| ResetPublicEndpoint
| *No description.* |
| ResetTier
| *No description.* |
| ResetTimeouts
| *No description.* |
@@ -368,6 +369,12 @@ func ResetPrimaryLink()
func ResetProjectId()
```
+##### `ResetProxyEndpoint`
+
+```go
+func ResetProxyEndpoint()
+```
+
##### `ResetPublicEndpoint`
```go
@@ -399,7 +406,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster"
vaultcluster.VaultCluster_IsConstruct(x interface{}) *bool
```
@@ -431,7 +438,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster"
vaultcluster.VaultCluster_IsTerraformElement(x interface{}) *bool
```
@@ -445,7 +452,7 @@ vaultcluster.VaultCluster_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster"
vaultcluster.VaultCluster_IsTerraformResource(x interface{}) *bool
```
@@ -486,6 +493,7 @@ vaultcluster.VaultCluster_IsTerraformResource(x interface{}) *bool
| State
| *string
| *No description.* |
| Timeouts
| VaultClusterTimeoutsOutputReference
| *No description.* |
| VaultPrivateEndpointUrl
| *string
| *No description.* |
+| VaultProxyEndpointUrl
| *string
| *No description.* |
| VaultPublicEndpointUrl
| *string
| *No description.* |
| VaultVersion
| *string
| *No description.* |
| AuditLogConfigInput
| VaultClusterAuditLogConfig
| *No description.* |
@@ -498,6 +506,7 @@ vaultcluster.VaultCluster_IsTerraformResource(x interface{}) *bool
| PathsFilterInput
| *[]*string
| *No description.* |
| PrimaryLinkInput
| *string
| *No description.* |
| ProjectIdInput
| *string
| *No description.* |
+| ProxyEndpointInput
| *string
| *No description.* |
| PublicEndpointInput
| interface{}
| *No description.* |
| TierInput
| *string
| *No description.* |
| TimeoutsInput
| interface{}
| *No description.* |
@@ -508,6 +517,7 @@ vaultcluster.VaultCluster_IsTerraformResource(x interface{}) *bool
| PathsFilter
| *[]*string
| *No description.* |
| PrimaryLink
| *string
| *No description.* |
| ProjectId
| *string
| *No description.* |
+| ProxyEndpoint
| *string
| *No description.* |
| PublicEndpoint
| interface{}
| *No description.* |
| Tier
| *string
| *No description.* |
@@ -775,6 +785,16 @@ func VaultPrivateEndpointUrl() *string
---
+##### `VaultProxyEndpointUrl`Required
+
+```go
+func VaultProxyEndpointUrl() *string
+```
+
+- *Type:* *string
+
+---
+
##### `VaultPublicEndpointUrl`Required
```go
@@ -895,6 +915,16 @@ func ProjectIdInput() *string
---
+##### `ProxyEndpointInput`Optional
+
+```go
+func ProxyEndpointInput() *string
+```
+
+- *Type:* *string
+
+---
+
##### `PublicEndpointInput`Optional
```go
@@ -995,6 +1025,16 @@ func ProjectId() *string
---
+##### `ProxyEndpoint`Required
+
+```go
+func ProxyEndpoint() *string
+```
+
+- *Type:* *string
+
+---
+
##### `PublicEndpoint`Required
```go
@@ -1040,7 +1080,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster"
&vaultcluster.VaultClusterAuditLogConfig {
DatadogApiKey: *string,
@@ -1077,7 +1117,7 @@ DatadogApiKey *string
Datadog api key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -1091,7 +1131,7 @@ DatadogRegion *string
Datadog region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -1105,7 +1145,7 @@ GrafanaEndpoint *string
Grafana endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -1119,7 +1159,7 @@ GrafanaPassword *string
Grafana password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -1133,7 +1173,7 @@ GrafanaUser *string
Grafana user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -1147,7 +1187,7 @@ SplunkHecendpoint *string
Splunk endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -1161,7 +1201,7 @@ SplunkToken *string
Splunk token for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -1170,7 +1210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster"
&vaultcluster.VaultClusterConfig {
Connection: interface{},
@@ -1182,17 +1222,18 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
Provisioners: *[]interface{},
ClusterId: *string,
HvnId: *string,
- AuditLogConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.vaultCluster.VaultClusterAuditLogConfig,
+ AuditLogConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.vaultCluster.VaultClusterAuditLogConfig,
Id: *string,
- MajorVersionUpgradeConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.vaultCluster.VaultClusterMajorVersionUpgradeConfig,
- MetricsConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.vaultCluster.VaultClusterMetricsConfig,
+ MajorVersionUpgradeConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.vaultCluster.VaultClusterMajorVersionUpgradeConfig,
+ MetricsConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.vaultCluster.VaultClusterMetricsConfig,
MinVaultVersion: *string,
PathsFilter: *[]*string,
PrimaryLink: *string,
ProjectId: *string,
+ ProxyEndpoint: *string,
PublicEndpoint: interface{},
Tier: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.vaultCluster.VaultClusterTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.vaultCluster.VaultClusterTimeouts,
}
```
@@ -1210,13 +1251,14 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| Id
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#id VaultCluster#id}. |
| MajorVersionUpgradeConfig
| VaultClusterMajorVersionUpgradeConfig
| major_version_upgrade_config block. |
| MetricsConfig
| VaultClusterMetricsConfig
| metrics_config block. |
| MinVaultVersion
| *string
| The minimum Vault version to use when creating the cluster. |
| 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. |
| PrimaryLink
| *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. |
| ProjectId
| *string
| The ID of the HCP project where the Vault cluster is located. |
+| ProxyEndpoint
| *string
| Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. |
| PublicEndpoint
| interface{}
| Denotes that the cluster has a public endpoint. Defaults to false. |
| Tier
| *string
| Tier of the HCP Vault cluster. |
| Timeouts
| VaultClusterTimeouts
| timeouts block. |
@@ -1303,7 +1345,7 @@ ClusterId *string
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
---
@@ -1317,7 +1359,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.67.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
---
@@ -1331,7 +1373,7 @@ AuditLogConfig VaultClusterAuditLogConfig
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
---
@@ -1343,7 +1385,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#id VaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1360,7 +1402,7 @@ MajorVersionUpgradeConfig VaultClusterMajorVersionUpgradeConfig
major_version_upgrade_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config}
---
@@ -1374,7 +1416,7 @@ MetricsConfig VaultClusterMetricsConfig
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
---
@@ -1390,7 +1432,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.67.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.69.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version}
---
@@ -1404,7 +1446,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.67.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
---
@@ -1420,7 +1462,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.67.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
---
@@ -1437,7 +1479,21 @@ 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.67.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+
+---
+
+##### `ProxyEndpoint`Optional
+
+```go
+ProxyEndpoint *string
+```
+
+- *Type:* *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.69.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
---
@@ -1451,7 +1507,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.67.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
---
@@ -1467,7 +1523,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.67.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#tier VaultCluster#tier}
---
@@ -1481,7 +1537,7 @@ Timeouts VaultClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
---
@@ -1490,7 +1546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster"
&vaultcluster.VaultClusterMajorVersionUpgradeConfig {
UpgradeType: *string,
@@ -1519,7 +1575,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.67.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
---
@@ -1535,7 +1591,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.67.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.69.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day}
---
@@ -1549,7 +1605,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.67.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.69.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time}
---
@@ -1558,7 +1614,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster"
&vaultcluster.VaultClusterMetricsConfig {
DatadogApiKey: *string,
@@ -1595,7 +1651,7 @@ DatadogApiKey *string
Datadog api key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -1609,7 +1665,7 @@ DatadogRegion *string
Datadog region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -1623,7 +1679,7 @@ GrafanaEndpoint *string
Grafana endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -1637,7 +1693,7 @@ GrafanaPassword *string
Grafana password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -1651,7 +1707,7 @@ GrafanaUser *string
Grafana user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -1665,7 +1721,7 @@ SplunkHecendpoint *string
Splunk endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -1679,7 +1735,7 @@ SplunkToken *string
Splunk token for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -1688,7 +1744,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster"
&vaultcluster.VaultClusterTimeouts {
Create: *string,
@@ -1702,10 +1758,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#create VaultCluster#create}. |
-| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#default VaultCluster#default}. |
-| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
-| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#update VaultCluster#update}. |
+| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#create VaultCluster#create}. |
+| Default
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#default VaultCluster#default}. |
+| Delete
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
+| Update
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#update VaultCluster#update}. |
---
@@ -1717,7 +1773,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#create VaultCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#create VaultCluster#create}.
---
@@ -1729,7 +1785,7 @@ Default *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#default VaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#default VaultCluster#default}.
---
@@ -1741,7 +1797,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
---
@@ -1753,7 +1809,7 @@ Update *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#update VaultCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#update VaultCluster#update}.
---
@@ -1764,7 +1820,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster"
vaultcluster.NewVaultClusterAuditLogConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterAuditLogConfigOutputReference
```
@@ -2216,7 +2272,7 @@ func InternalValue() VaultClusterAuditLogConfig
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster"
vaultcluster.NewVaultClusterMajorVersionUpgradeConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterMajorVersionUpgradeConfigOutputReference
```
@@ -2545,7 +2601,7 @@ func InternalValue() VaultClusterMajorVersionUpgradeConfig
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster"
vaultcluster.NewVaultClusterMetricsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterMetricsConfigOutputReference
```
@@ -2997,7 +3053,7 @@ func InternalValue() VaultClusterMetricsConfig
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultcluster"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster"
vaultcluster.NewVaultClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterTimeoutsOutputReference
```
diff --git a/docs/vaultCluster.java.md b/docs/vaultCluster.java.md
index e7e12787b..d08083bcb 100644
--- a/docs/vaultCluster.java.md
+++ b/docs/vaultCluster.java.md
@@ -1,6 +1,6 @@
# `hcp_vault_cluster`
-Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster).
+Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster).
# `vaultCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registr
### VaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -37,6 +37,7 @@ VaultCluster.Builder.create(Construct scope, java.lang.String id)
// .pathsFilter(java.util.List)
// .primaryLink(java.lang.String)
// .projectId(java.lang.String)
+// .proxyEndpoint(java.lang.String)
// .publicEndpoint(java.lang.Boolean)
// .publicEndpoint(IResolvable)
// .tier(java.lang.String)
@@ -58,13 +59,14 @@ 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.67.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.69.0/docs/resources/vault_cluster#id VaultCluster#id}. |
| majorVersionUpgradeConfig
| VaultClusterMajorVersionUpgradeConfig
| major_version_upgrade_config block. |
| metricsConfig
| VaultClusterMetricsConfig
| metrics_config block. |
| minVaultVersion
| java.lang.String
| The minimum Vault version to use when creating the cluster. |
| pathsFilter
| java.util.List
| 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. |
| primaryLink
| java.lang.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. |
| projectId
| java.lang.String
| The ID of the HCP project where the Vault cluster is located. |
+| proxyEndpoint
| java.lang.String
| Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. |
| publicEndpoint
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Denotes that the cluster has a public endpoint. Defaults to false. |
| tier
| java.lang.String
| Tier of the HCP Vault cluster. |
| timeouts
| VaultClusterTimeouts
| timeouts block. |
@@ -137,7 +139,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
---
@@ -147,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HVN this HCP Vault cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
---
@@ -157,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
---
@@ -165,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#id VaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -178,7 +180,7 @@ If you experience problems setting this value it might not be settable. Please t
major_version_upgrade_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config}
---
@@ -188,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
---
@@ -200,7 +202,7 @@ The minimum Vault version to use when creating the cluster.
If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version}
---
@@ -210,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
---
@@ -222,7 +224,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p
If not specified, it is a standalone Plus tier HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
---
@@ -235,7 +237,17 @@ 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.67.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+
+---
+
+##### `proxyEndpoint`Optional
+
+- *Type:* java.lang.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.69.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
---
@@ -245,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes that the cluster has a public endpoint. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
---
@@ -257,7 +269,7 @@ Tier of the HCP Vault cluster.
Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#tier VaultCluster#tier}
---
@@ -267,7 +279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
---
@@ -303,6 +315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
| resetPathsFilter
| *No description.* |
| resetPrimaryLink
| *No description.* |
| resetProjectId
| *No description.* |
+| resetProxyEndpoint
| *No description.* |
| resetPublicEndpoint
| *No description.* |
| resetTier
| *No description.* |
| resetTimeouts
| *No description.* |
@@ -589,6 +602,12 @@ public void resetPrimaryLink()
public void resetProjectId()
```
+##### `resetProxyEndpoint`
+
+```java
+public void resetProxyEndpoint()
+```
+
##### `resetPublicEndpoint`
```java
@@ -707,6 +726,7 @@ VaultCluster.isTerraformResource(java.lang.Object x)
| state
| java.lang.String
| *No description.* |
| timeouts
| VaultClusterTimeoutsOutputReference
| *No description.* |
| vaultPrivateEndpointUrl
| java.lang.String
| *No description.* |
+| vaultProxyEndpointUrl
| java.lang.String
| *No description.* |
| vaultPublicEndpointUrl
| java.lang.String
| *No description.* |
| vaultVersion
| java.lang.String
| *No description.* |
| auditLogConfigInput
| VaultClusterAuditLogConfig
| *No description.* |
@@ -719,6 +739,7 @@ VaultCluster.isTerraformResource(java.lang.Object x)
| pathsFilterInput
| java.util.List
| *No description.* |
| primaryLinkInput
| java.lang.String
| *No description.* |
| projectIdInput
| java.lang.String
| *No description.* |
+| proxyEndpointInput
| java.lang.String
| *No description.* |
| publicEndpointInput
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
| tierInput
| java.lang.String
| *No description.* |
| timeoutsInput
| com.hashicorp.cdktf.IResolvable OR VaultClusterTimeouts
| *No description.* |
@@ -729,6 +750,7 @@ VaultCluster.isTerraformResource(java.lang.Object x)
| pathsFilter
| java.util.List
| *No description.* |
| primaryLink
| java.lang.String
| *No description.* |
| projectId
| java.lang.String
| *No description.* |
+| proxyEndpoint
| java.lang.String
| *No description.* |
| publicEndpoint
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| *No description.* |
| tier
| java.lang.String
| *No description.* |
@@ -996,6 +1018,16 @@ public java.lang.String getVaultPrivateEndpointUrl();
---
+##### `vaultProxyEndpointUrl`Required
+
+```java
+public java.lang.String getVaultProxyEndpointUrl();
+```
+
+- *Type:* java.lang.String
+
+---
+
##### `vaultPublicEndpointUrl`Required
```java
@@ -1116,6 +1148,16 @@ public java.lang.String getProjectIdInput();
---
+##### `proxyEndpointInput`Optional
+
+```java
+public java.lang.String getProxyEndpointInput();
+```
+
+- *Type:* java.lang.String
+
+---
+
##### `publicEndpointInput`Optional
```java
@@ -1216,6 +1258,16 @@ public java.lang.String getProjectId();
---
+##### `proxyEndpoint`Required
+
+```java
+public java.lang.String getProxyEndpoint();
+```
+
+- *Type:* java.lang.String
+
+---
+
##### `publicEndpoint`Required
```java
@@ -1298,7 +1350,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.67.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.69.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -1312,7 +1364,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.67.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -1326,7 +1378,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.67.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -1340,7 +1392,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.67.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -1354,7 +1406,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.67.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -1368,7 +1420,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.67.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -1382,7 +1434,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.67.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -1415,6 +1467,7 @@ VaultClusterConfig.builder()
// .pathsFilter(java.util.List)
// .primaryLink(java.lang.String)
// .projectId(java.lang.String)
+// .proxyEndpoint(java.lang.String)
// .publicEndpoint(java.lang.Boolean)
// .publicEndpoint(IResolvable)
// .tier(java.lang.String)
@@ -1436,13 +1489,14 @@ 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.67.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.69.0/docs/resources/vault_cluster#id VaultCluster#id}. |
| majorVersionUpgradeConfig
| VaultClusterMajorVersionUpgradeConfig
| major_version_upgrade_config block. |
| metricsConfig
| VaultClusterMetricsConfig
| metrics_config block. |
| minVaultVersion
| java.lang.String
| The minimum Vault version to use when creating the cluster. |
| pathsFilter
| java.util.List
| 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. |
| primaryLink
| java.lang.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. |
| projectId
| java.lang.String
| The ID of the HCP project where the Vault cluster is located. |
+| proxyEndpoint
| java.lang.String
| Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. |
| publicEndpoint
| java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
| Denotes that the cluster has a public endpoint. Defaults to false. |
| tier
| java.lang.String
| Tier of the HCP Vault cluster. |
| timeouts
| VaultClusterTimeouts
| timeouts block. |
@@ -1529,7 +1583,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.67.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
---
@@ -1543,7 +1597,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.67.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
---
@@ -1557,7 +1611,7 @@ public VaultClusterAuditLogConfig getAuditLogConfig();
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
---
@@ -1569,7 +1623,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#id VaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1586,7 +1640,7 @@ public VaultClusterMajorVersionUpgradeConfig getMajorVersionUpgradeConfig();
major_version_upgrade_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config}
---
@@ -1600,7 +1654,7 @@ public VaultClusterMetricsConfig getMetricsConfig();
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
---
@@ -1616,7 +1670,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.67.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.69.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version}
---
@@ -1630,7 +1684,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.67.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
---
@@ -1646,7 +1700,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.67.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
---
@@ -1663,7 +1717,21 @@ 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.67.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+
+---
+
+##### `proxyEndpoint`Optional
+
+```java
+public java.lang.String getProxyEndpoint();
+```
+
+- *Type:* java.lang.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.69.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
---
@@ -1677,7 +1745,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.67.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
---
@@ -1693,7 +1761,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.67.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#tier VaultCluster#tier}
---
@@ -1707,7 +1775,7 @@ public VaultClusterTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
---
@@ -1745,7 +1813,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.67.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
---
@@ -1761,7 +1829,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.67.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.69.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day}
---
@@ -1775,7 +1843,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.67.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.69.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time}
---
@@ -1821,7 +1889,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.67.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.69.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -1835,7 +1903,7 @@ public java.lang.String getDatadogRegion();
Datadog region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -1849,7 +1917,7 @@ public java.lang.String getGrafanaEndpoint();
Grafana endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -1863,7 +1931,7 @@ public java.lang.String getGrafanaPassword();
Grafana password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -1877,7 +1945,7 @@ public java.lang.String getGrafanaUser();
Grafana user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -1891,7 +1959,7 @@ public java.lang.String getSplunkHecendpoint();
Splunk endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -1905,7 +1973,7 @@ public java.lang.String getSplunkToken();
Splunk token for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -1928,10 +1996,10 @@ VaultClusterTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.67.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.69.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.69.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.69.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.69.0/docs/resources/vault_cluster#update VaultCluster#update}. |
---
@@ -1943,7 +2011,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#create VaultCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#create VaultCluster#create}.
---
@@ -1955,7 +2023,7 @@ public java.lang.String getDefault();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#default VaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#default VaultCluster#default}.
---
@@ -1967,7 +2035,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
---
@@ -1979,7 +2047,7 @@ public java.lang.String getUpdate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#update VaultCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#update VaultCluster#update}.
---
diff --git a/docs/vaultCluster.python.md b/docs/vaultCluster.python.md
index 36cb33250..3ece9cf19 100644
--- a/docs/vaultCluster.python.md
+++ b/docs/vaultCluster.python.md
@@ -1,6 +1,6 @@
# `hcp_vault_cluster`
-Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster).
+Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster).
# `vaultCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registr
### VaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -35,6 +35,7 @@ vaultCluster.VaultCluster(
paths_filter: typing.List[str] = None,
primary_link: str = None,
project_id: str = None,
+ proxy_endpoint: str = None,
public_endpoint: typing.Union[bool, IResolvable] = None,
tier: str = None,
timeouts: VaultClusterTimeouts = None
@@ -55,13 +56,14 @@ 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.67.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#id VaultCluster#id}. |
| major_version_upgrade_config
| VaultClusterMajorVersionUpgradeConfig
| major_version_upgrade_config block. |
| metrics_config
| VaultClusterMetricsConfig
| metrics_config block. |
| min_vault_version
| str
| The minimum Vault version to use when creating the cluster. |
| 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. |
| primary_link
| str
| 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. |
| project_id
| str
| The ID of the HCP project where the Vault cluster is located. |
+| proxy_endpoint
| str
| Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. |
| public_endpoint
| typing.Union[bool, cdktf.IResolvable]
| Denotes that the cluster has a public endpoint. Defaults to false. |
| tier
| str
| Tier of the HCP Vault cluster. |
| timeouts
| VaultClusterTimeouts
| timeouts block. |
@@ -134,7 +136,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
---
@@ -144,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The ID of the HVN this HCP Vault cluster is associated to.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
---
@@ -154,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
---
@@ -162,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#id VaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#id VaultCluster#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -175,7 +177,7 @@ If you experience problems setting this value it might not be settable. Please t
major_version_upgrade_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config}
---
@@ -185,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
---
@@ -197,7 +199,7 @@ The minimum Vault version to use when creating the cluster.
If not specified, it is defaulted to the version that is currently recommended by HCP.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version}
---
@@ -207,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
The performance replication [paths filter](https://developer.hashicorp.com/vault/tutorials/cloud-ops/vault-replication-terraform). Applies to performance replication secondaries only and operates in "deny" mode only.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
---
@@ -219,7 +221,7 @@ The `self_link` of the HCP Vault Plus tier cluster which is the primary in the p
If not specified, it is a standalone Plus tier HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
---
@@ -232,7 +234,17 @@ 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.67.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+
+---
+
+##### `proxy_endpoint`Optional
+
+- *Type:* 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.69.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
---
@@ -242,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Denotes that the cluster has a public endpoint. Defaults to false.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
---
@@ -254,7 +266,7 @@ Tier of the HCP Vault cluster.
Valid options for tiers - `dev`, `starter_small`, `standard_small`, `standard_medium`, `standard_large`, `plus_small`, `plus_medium`, `plus_large`. See [pricing information](https://www.hashicorp.com/products/vault/pricing). Changing a cluster's size or tier is only available to admins. See [Scale a cluster](https://registry.terraform.io/providers/hashicorp/hcp/latest/docs/guides/vault-scaling).
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#tier VaultCluster#tier}
---
@@ -264,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.67.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
---
@@ -300,6 +312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
| reset_paths_filter
| *No description.* |
| reset_primary_link
| *No description.* |
| reset_project_id
| *No description.* |
+| reset_proxy_endpoint
| *No description.* |
| reset_public_endpoint
| *No description.* |
| reset_tier
| *No description.* |
| reset_timeouts
| *No description.* |
@@ -535,7 +548,7 @@ def put_audit_log_config(
Datadog api key for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -545,7 +558,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.67.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -555,7 +568,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.67.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -565,7 +578,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.67.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -575,7 +588,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.67.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -585,7 +598,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.67.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -595,7 +608,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
Splunk token for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -615,7 +628,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.67.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
---
@@ -627,7 +640,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.67.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.69.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day}
---
@@ -637,7 +650,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.67.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.69.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time}
---
@@ -661,7 +674,7 @@ def put_metrics_config(
Datadog api key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -671,7 +684,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.67.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -681,7 +694,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.67.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -691,7 +704,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.67.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -701,7 +714,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.67.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -711,7 +724,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.67.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -721,7 +734,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.67.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -740,7 +753,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#create VaultCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#create VaultCluster#create}.
---
@@ -748,7 +761,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.67.0/docs/resources/vault_cluster#default VaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#default VaultCluster#default}.
---
@@ -756,7 +769,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.67.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
---
@@ -764,7 +777,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.67.0/docs/resources/vault_cluster#update VaultCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#update VaultCluster#update}.
---
@@ -816,6 +829,12 @@ def reset_primary_link() -> None
def reset_project_id() -> None
```
+##### `reset_proxy_endpoint`
+
+```python
+def reset_proxy_endpoint() -> None
+```
+
##### `reset_public_endpoint`
```python
@@ -940,6 +959,7 @@ vaultCluster.VaultCluster.is_terraform_resource(
| state
| str
| *No description.* |
| timeouts
| VaultClusterTimeoutsOutputReference
| *No description.* |
| vault_private_endpoint_url
| str
| *No description.* |
+| vault_proxy_endpoint_url
| str
| *No description.* |
| vault_public_endpoint_url
| str
| *No description.* |
| vault_version
| str
| *No description.* |
| audit_log_config_input
| VaultClusterAuditLogConfig
| *No description.* |
@@ -952,6 +972,7 @@ vaultCluster.VaultCluster.is_terraform_resource(
| paths_filter_input
| typing.List[str]
| *No description.* |
| primary_link_input
| str
| *No description.* |
| project_id_input
| str
| *No description.* |
+| proxy_endpoint_input
| str
| *No description.* |
| public_endpoint_input
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
| tier_input
| str
| *No description.* |
| timeouts_input
| typing.Union[cdktf.IResolvable, VaultClusterTimeouts]
| *No description.* |
@@ -962,6 +983,7 @@ vaultCluster.VaultCluster.is_terraform_resource(
| paths_filter
| typing.List[str]
| *No description.* |
| primary_link
| str
| *No description.* |
| project_id
| str
| *No description.* |
+| proxy_endpoint
| str
| *No description.* |
| public_endpoint
| typing.Union[bool, cdktf.IResolvable]
| *No description.* |
| tier
| str
| *No description.* |
@@ -1229,6 +1251,16 @@ vault_private_endpoint_url: str
---
+##### `vault_proxy_endpoint_url`Required
+
+```python
+vault_proxy_endpoint_url: str
+```
+
+- *Type:* str
+
+---
+
##### `vault_public_endpoint_url`Required
```python
@@ -1349,6 +1381,16 @@ project_id_input: str
---
+##### `proxy_endpoint_input`Optional
+
+```python
+proxy_endpoint_input: str
+```
+
+- *Type:* str
+
+---
+
##### `public_endpoint_input`Optional
```python
@@ -1449,6 +1491,16 @@ project_id: str
---
+##### `proxy_endpoint`Required
+
+```python
+proxy_endpoint: str
+```
+
+- *Type:* str
+
+---
+
##### `public_endpoint`Required
```python
@@ -1531,7 +1583,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.67.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.69.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -1545,7 +1597,7 @@ datadog_region: str
Datadog region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -1559,7 +1611,7 @@ grafana_endpoint: str
Grafana endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -1573,7 +1625,7 @@ grafana_password: str
Grafana password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -1587,7 +1639,7 @@ grafana_user: str
Grafana user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -1601,7 +1653,7 @@ splunk_hecendpoint: str
Splunk endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -1615,7 +1667,7 @@ splunk_token: str
Splunk token for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -1644,6 +1696,7 @@ vaultCluster.VaultClusterConfig(
paths_filter: typing.List[str] = None,
primary_link: str = None,
project_id: str = None,
+ proxy_endpoint: str = None,
public_endpoint: typing.Union[bool, IResolvable] = None,
tier: str = None,
timeouts: VaultClusterTimeouts = None
@@ -1664,13 +1717,14 @@ 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.67.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#id VaultCluster#id}. |
| major_version_upgrade_config
| VaultClusterMajorVersionUpgradeConfig
| major_version_upgrade_config block. |
| metrics_config
| VaultClusterMetricsConfig
| metrics_config block. |
| min_vault_version
| str
| The minimum Vault version to use when creating the cluster. |
| 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. |
| primary_link
| str
| 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. |
| project_id
| str
| The ID of the HCP project where the Vault cluster is located. |
+| proxy_endpoint
| str
| Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. |
| public_endpoint
| typing.Union[bool, cdktf.IResolvable]
| Denotes that the cluster has a public endpoint. Defaults to false. |
| tier
| str
| Tier of the HCP Vault cluster. |
| timeouts
| VaultClusterTimeouts
| timeouts block. |
@@ -1757,7 +1811,7 @@ cluster_id: str
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
---
@@ -1771,7 +1825,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.67.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
---
@@ -1785,7 +1839,7 @@ audit_log_config: VaultClusterAuditLogConfig
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
---
@@ -1797,7 +1851,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#id VaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1814,7 +1868,7 @@ major_version_upgrade_config: VaultClusterMajorVersionUpgradeConfig
major_version_upgrade_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config}
---
@@ -1828,7 +1882,7 @@ metrics_config: VaultClusterMetricsConfig
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
---
@@ -1844,7 +1898,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.67.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.69.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version}
---
@@ -1858,7 +1912,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.67.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
---
@@ -1874,7 +1928,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.67.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
---
@@ -1891,7 +1945,21 @@ 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.67.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+
+---
+
+##### `proxy_endpoint`Optional
+
+```python
+proxy_endpoint: str
+```
+
+- *Type:* 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.69.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
---
@@ -1905,7 +1973,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.67.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
---
@@ -1921,7 +1989,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.67.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#tier VaultCluster#tier}
---
@@ -1935,7 +2003,7 @@ timeouts: VaultClusterTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
---
@@ -1973,7 +2041,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.67.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
---
@@ -1989,7 +2057,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.67.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.69.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day}
---
@@ -2003,7 +2071,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.67.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.69.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time}
---
@@ -2049,7 +2117,7 @@ datadog_api_key: str
Datadog api key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -2063,7 +2131,7 @@ datadog_region: str
Datadog region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -2077,7 +2145,7 @@ grafana_endpoint: str
Grafana endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -2091,7 +2159,7 @@ grafana_password: str
Grafana password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -2105,7 +2173,7 @@ grafana_user: str
Grafana user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -2119,7 +2187,7 @@ splunk_hecendpoint: str
Splunk endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -2133,7 +2201,7 @@ splunk_token: str
Splunk token for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -2156,10 +2224,10 @@ vaultCluster.VaultClusterTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#create VaultCluster#create}. |
-| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#default VaultCluster#default}. |
-| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
-| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#update VaultCluster#update}. |
+| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#create VaultCluster#create}. |
+| default
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#default VaultCluster#default}. |
+| delete
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
+| update
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#update VaultCluster#update}. |
---
@@ -2171,7 +2239,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#create VaultCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#create VaultCluster#create}.
---
@@ -2183,7 +2251,7 @@ default: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#default VaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#default VaultCluster#default}.
---
@@ -2195,7 +2263,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
---
@@ -2207,7 +2275,7 @@ update: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#update VaultCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#update VaultCluster#update}.
---
diff --git a/docs/vaultCluster.typescript.md b/docs/vaultCluster.typescript.md
index ff94580cf..b42d6099c 100644
--- a/docs/vaultCluster.typescript.md
+++ b/docs/vaultCluster.typescript.md
@@ -1,6 +1,6 @@
# `hcp_vault_cluster`
-Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster).
+Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster).
# `vaultCluster` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registr
### VaultCluster
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster hcp_vault_cluster}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster hcp_vault_cluster}.
#### Initializers
@@ -82,6 +82,7 @@ Must be unique amongst siblings in the same scope
| resetPathsFilter
| *No description.* |
| resetPrimaryLink
| *No description.* |
| resetProjectId
| *No description.* |
+| resetProxyEndpoint
| *No description.* |
| resetPublicEndpoint
| *No description.* |
| resetTier
| *No description.* |
| resetTimeouts
| *No description.* |
@@ -368,6 +369,12 @@ public resetPrimaryLink(): void
public resetProjectId(): void
```
+##### `resetProxyEndpoint`
+
+```typescript
+public resetProxyEndpoint(): void
+```
+
##### `resetPublicEndpoint`
```typescript
@@ -486,6 +493,7 @@ vaultCluster.VaultCluster.isTerraformResource(x: any)
| state
| string
| *No description.* |
| timeouts
| VaultClusterTimeoutsOutputReference
| *No description.* |
| vaultPrivateEndpointUrl
| string
| *No description.* |
+| vaultProxyEndpointUrl
| string
| *No description.* |
| vaultPublicEndpointUrl
| string
| *No description.* |
| vaultVersion
| string
| *No description.* |
| auditLogConfigInput
| VaultClusterAuditLogConfig
| *No description.* |
@@ -498,6 +506,7 @@ vaultCluster.VaultCluster.isTerraformResource(x: any)
| pathsFilterInput
| string[]
| *No description.* |
| primaryLinkInput
| string
| *No description.* |
| projectIdInput
| string
| *No description.* |
+| proxyEndpointInput
| string
| *No description.* |
| publicEndpointInput
| boolean \| cdktf.IResolvable
| *No description.* |
| tierInput
| string
| *No description.* |
| timeoutsInput
| cdktf.IResolvable \| VaultClusterTimeouts
| *No description.* |
@@ -508,6 +517,7 @@ vaultCluster.VaultCluster.isTerraformResource(x: any)
| pathsFilter
| string[]
| *No description.* |
| primaryLink
| string
| *No description.* |
| projectId
| string
| *No description.* |
+| proxyEndpoint
| string
| *No description.* |
| publicEndpoint
| boolean \| cdktf.IResolvable
| *No description.* |
| tier
| string
| *No description.* |
@@ -775,6 +785,16 @@ public readonly vaultPrivateEndpointUrl: string;
---
+##### `vaultProxyEndpointUrl`Required
+
+```typescript
+public readonly vaultProxyEndpointUrl: string;
+```
+
+- *Type:* string
+
+---
+
##### `vaultPublicEndpointUrl`Required
```typescript
@@ -895,6 +915,16 @@ public readonly projectIdInput: string;
---
+##### `proxyEndpointInput`Optional
+
+```typescript
+public readonly proxyEndpointInput: string;
+```
+
+- *Type:* string
+
+---
+
##### `publicEndpointInput`Optional
```typescript
@@ -995,6 +1025,16 @@ public readonly projectId: string;
---
+##### `proxyEndpoint`Required
+
+```typescript
+public readonly proxyEndpoint: string;
+```
+
+- *Type:* string
+
+---
+
##### `publicEndpoint`Required
```typescript
@@ -1069,7 +1109,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.67.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.69.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -1083,7 +1123,7 @@ public readonly datadogRegion: string;
Datadog region for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -1097,7 +1137,7 @@ public readonly grafanaEndpoint: string;
Grafana endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -1111,7 +1151,7 @@ public readonly grafanaPassword: string;
Grafana password for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -1125,7 +1165,7 @@ public readonly grafanaUser: string;
Grafana user for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -1139,7 +1179,7 @@ public readonly splunkHecendpoint: string;
Splunk endpoint for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -1153,7 +1193,7 @@ public readonly splunkToken: string;
Splunk token for streaming audit logs.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -1181,13 +1221,14 @@ 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.67.0/docs/resources/vault_cluster#id VaultCluster#id}. |
+| id
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#id VaultCluster#id}. |
| majorVersionUpgradeConfig
| VaultClusterMajorVersionUpgradeConfig
| major_version_upgrade_config block. |
| metricsConfig
| VaultClusterMetricsConfig
| metrics_config block. |
| minVaultVersion
| string
| The minimum Vault version to use when creating the cluster. |
| 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. |
| primaryLink
| 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. |
| projectId
| string
| The ID of the HCP project where the Vault cluster is located. |
+| proxyEndpoint
| string
| Denotes that the cluster has a proxy endpoint. Valid options are `ENABLED`, `DISABLED`. Defaults to `DISABLED`. |
| publicEndpoint
| boolean \| cdktf.IResolvable
| Denotes that the cluster has a public endpoint. Defaults to false. |
| tier
| string
| Tier of the HCP Vault cluster. |
| timeouts
| VaultClusterTimeouts
| timeouts block. |
@@ -1274,7 +1315,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.67.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
---
@@ -1288,7 +1329,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.67.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
---
@@ -1302,7 +1343,7 @@ public readonly auditLogConfig: VaultClusterAuditLogConfig;
audit_log_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
---
@@ -1314,7 +1355,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#id VaultCluster#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -1331,7 +1372,7 @@ public readonly majorVersionUpgradeConfig: VaultClusterMajorVersionUpgradeConfig
major_version_upgrade_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#major_version_upgrade_config VaultCluster#major_version_upgrade_config}
---
@@ -1345,7 +1386,7 @@ public readonly metricsConfig: VaultClusterMetricsConfig;
metrics_config block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
---
@@ -1361,7 +1402,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.67.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.69.0/docs/resources/vault_cluster#min_vault_version VaultCluster#min_vault_version}
---
@@ -1375,7 +1416,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.67.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
---
@@ -1391,7 +1432,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.67.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
---
@@ -1408,7 +1449,21 @@ 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.67.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+
+---
+
+##### `proxyEndpoint`Optional
+
+```typescript
+public readonly proxyEndpoint: string;
+```
+
+- *Type:* 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.69.0/docs/resources/vault_cluster#proxy_endpoint VaultCluster#proxy_endpoint}
---
@@ -1422,7 +1477,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.67.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
---
@@ -1438,7 +1493,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.67.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#tier VaultCluster#tier}
---
@@ -1452,7 +1507,7 @@ public readonly timeouts: VaultClusterTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
---
@@ -1486,7 +1541,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.67.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
---
@@ -1502,7 +1557,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.67.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.69.0/docs/resources/vault_cluster#maintenance_window_day VaultCluster#maintenance_window_day}
---
@@ -1516,7 +1571,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.67.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.69.0/docs/resources/vault_cluster#maintenance_window_time VaultCluster#maintenance_window_time}
---
@@ -1554,7 +1609,7 @@ public readonly datadogApiKey: string;
Datadog api key for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster#datadog_api_key VaultCluster#datadog_api_key}
---
@@ -1568,7 +1623,7 @@ public readonly datadogRegion: string;
Datadog region for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
---
@@ -1582,7 +1637,7 @@ public readonly grafanaEndpoint: string;
Grafana endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
---
@@ -1596,7 +1651,7 @@ public readonly grafanaPassword: string;
Grafana password for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
---
@@ -1610,7 +1665,7 @@ public readonly grafanaUser: string;
Grafana user for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
---
@@ -1624,7 +1679,7 @@ public readonly splunkHecendpoint: string;
Splunk endpoint for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
---
@@ -1638,7 +1693,7 @@ public readonly splunkToken: string;
Splunk token for streaming metrics.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
---
@@ -1656,10 +1711,10 @@ const vaultClusterTimeouts: vaultCluster.VaultClusterTimeouts = { ... }
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#create VaultCluster#create}. |
-| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#default VaultCluster#default}. |
-| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
-| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#update VaultCluster#update}. |
+| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#create VaultCluster#create}. |
+| default
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#default VaultCluster#default}. |
+| delete
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#delete VaultCluster#delete}. |
+| update
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#update VaultCluster#update}. |
---
@@ -1671,7 +1726,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#create VaultCluster#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#create VaultCluster#create}.
---
@@ -1683,7 +1738,7 @@ public readonly default: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#default VaultCluster#default}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#default VaultCluster#default}.
---
@@ -1695,7 +1750,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#delete VaultCluster#delete}.
---
@@ -1707,7 +1762,7 @@ public readonly update: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#update VaultCluster#update}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#update VaultCluster#update}.
---
diff --git a/docs/vaultClusterAdminToken.csharp.md b/docs/vaultClusterAdminToken.csharp.md
index 3b5400c11..a2c3e5f39 100644
--- a/docs/vaultClusterAdminToken.csharp.md
+++ b/docs/vaultClusterAdminToken.csharp.md
@@ -1,6 +1,6 @@
# `hcp_vault_cluster_admin_token`
-Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token).
+Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token).
# `vaultClusterAdminToken` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](htt
### VaultClusterAdminToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
#### Initializers
@@ -688,7 +688,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.67.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.69.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. |
@@ -774,7 +774,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.67.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.69.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id}
---
@@ -786,7 +786,7 @@ public string Id { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -806,7 +806,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.67.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.69.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id}
---
@@ -820,7 +820,7 @@ public VaultClusterAdminTokenTimeouts Timeouts { get; set; }
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
---
@@ -842,9 +842,9 @@ new VaultClusterAdminTokenTimeouts {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. |
---
@@ -856,7 +856,7 @@ public string Create { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
---
@@ -868,7 +868,7 @@ public string Delete { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
---
@@ -880,7 +880,7 @@ public string Read { get; set; }
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
---
diff --git a/docs/vaultClusterAdminToken.go.md b/docs/vaultClusterAdminToken.go.md
index 03e2cfbf8..3ee79b04a 100644
--- a/docs/vaultClusterAdminToken.go.md
+++ b/docs/vaultClusterAdminToken.go.md
@@ -1,6 +1,6 @@
# `hcp_vault_cluster_admin_token`
-Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token).
+Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token).
# `vaultClusterAdminToken` Submodule
@@ -8,12 +8,12 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](htt
### VaultClusterAdminToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultclusteradmintoken"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultclusteradmintoken"
vaultclusteradmintoken.NewVaultClusterAdminToken(scope Construct, id *string, config VaultClusterAdminTokenConfig) VaultClusterAdminToken
```
@@ -304,7 +304,7 @@ func ResetTimeouts()
##### `IsConstruct`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultclusteradmintoken"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultclusteradmintoken"
vaultclusteradmintoken.VaultClusterAdminToken_IsConstruct(x interface{}) *bool
```
@@ -336,7 +336,7 @@ Any object.
##### `IsTerraformElement`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultclusteradmintoken"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultclusteradmintoken"
vaultclusteradmintoken.VaultClusterAdminToken_IsTerraformElement(x interface{}) *bool
```
@@ -350,7 +350,7 @@ vaultclusteradmintoken.VaultClusterAdminToken_IsTerraformElement(x interface{})
##### `IsTerraformResource`
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultclusteradmintoken"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultclusteradmintoken"
vaultclusteradmintoken.VaultClusterAdminToken_IsTerraformResource(x interface{}) *bool
```
@@ -659,7 +659,7 @@ func TfResourceType() *string
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultclusteradmintoken"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultclusteradmintoken"
&vaultclusteradmintoken.VaultClusterAdminTokenConfig {
Connection: interface{},
@@ -672,7 +672,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultclusteradmintoken"
ClusterId: *string,
Id: *string,
ProjectId: *string,
- Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v6.vaultClusterAdminToken.VaultClusterAdminTokenTimeouts,
+ Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.vaultClusterAdminToken.VaultClusterAdminTokenTimeouts,
}
```
@@ -688,7 +688,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/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.67.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.69.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. |
@@ -774,7 +774,7 @@ ClusterId *string
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id}
---
@@ -786,7 +786,7 @@ Id *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -806,7 +806,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.67.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.69.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id}
---
@@ -820,7 +820,7 @@ Timeouts VaultClusterAdminTokenTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
---
@@ -829,7 +829,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultclusteradmintoken"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultclusteradmintoken"
&vaultclusteradmintoken.VaultClusterAdminTokenTimeouts {
Create: *string,
@@ -842,9 +842,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultclusteradmintoken"
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| Create
| *string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. |
---
@@ -856,7 +856,7 @@ Create *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
---
@@ -868,7 +868,7 @@ Delete *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
---
@@ -880,7 +880,7 @@ Read *string
- *Type:* *string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
---
@@ -891,7 +891,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers
```go
-import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v6/vaultclusteradmintoken"
+import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultclusteradmintoken"
vaultclusteradmintoken.NewVaultClusterAdminTokenTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterAdminTokenTimeoutsOutputReference
```
diff --git a/docs/vaultClusterAdminToken.java.md b/docs/vaultClusterAdminToken.java.md
index e68617b18..c08fffee3 100644
--- a/docs/vaultClusterAdminToken.java.md
+++ b/docs/vaultClusterAdminToken.java.md
@@ -1,6 +1,6 @@
# `hcp_vault_cluster_admin_token`
-Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token).
+Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token).
# `vaultClusterAdminToken` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](htt
### VaultClusterAdminToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
#### Initializers
@@ -46,7 +46,7 @@ VaultClusterAdminToken.Builder.create(Construct scope, java.lang.String id)
| provider
| com.hashicorp.cdktf.TerraformProvider
| *No description.* |
| provisioners
| java.util.List
| *No description.* |
| clusterId
| java.lang.String
| The ID of the HCP Vault cluster. |
-| id
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. |
| projectId
| java.lang.String
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| VaultClusterAdminTokenTimeouts
| timeouts block. |
@@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id}
---
@@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -142,7 +142,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id}
---
@@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
---
@@ -798,7 +798,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.67.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.69.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. |
@@ -884,7 +884,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.67.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.69.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id}
---
@@ -896,7 +896,7 @@ public java.lang.String getId();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -916,7 +916,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.67.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.69.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id}
---
@@ -930,7 +930,7 @@ public VaultClusterAdminTokenTimeouts getTimeouts();
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
---
@@ -952,9 +952,9 @@ VaultClusterAdminTokenTimeouts.builder()
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| java.lang.String
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. |
---
@@ -966,7 +966,7 @@ public java.lang.String getCreate();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
---
@@ -978,7 +978,7 @@ public java.lang.String getDelete();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
---
@@ -990,7 +990,7 @@ public java.lang.String getRead();
- *Type:* java.lang.String
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
---
diff --git a/docs/vaultClusterAdminToken.python.md b/docs/vaultClusterAdminToken.python.md
index 520b040c9..7362cc368 100644
--- a/docs/vaultClusterAdminToken.python.md
+++ b/docs/vaultClusterAdminToken.python.md
@@ -1,6 +1,6 @@
# `hcp_vault_cluster_admin_token`
-Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token).
+Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token).
# `vaultClusterAdminToken` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](htt
### VaultClusterAdminToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
#### Initializers
@@ -44,7 +44,7 @@ vaultClusterAdminToken.VaultClusterAdminToken(
| provider
| cdktf.TerraformProvider
| *No description.* |
| provisioners
| typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]]
| *No description.* |
| cluster_id
| str
| The ID of the HCP Vault cluster. |
-| id
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}. |
| project_id
| str
| The ID of the HCP project where the HCP Vault cluster is located. |
| timeouts
| VaultClusterAdminTokenTimeouts
| timeouts block. |
@@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id}
---
@@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -140,7 +140,7 @@ The ID of the HCP project where the HCP Vault cluster is located.
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id}
---
@@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
---
@@ -404,7 +404,7 @@ def put_timeouts(
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
---
@@ -412,7 +412,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.67.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
---
@@ -420,7 +420,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.67.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
---
@@ -845,7 +845,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.67.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.69.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. |
@@ -931,7 +931,7 @@ cluster_id: str
The ID of the HCP Vault cluster.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id}
---
@@ -943,7 +943,7 @@ id: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -963,7 +963,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.67.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.69.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id}
---
@@ -977,7 +977,7 @@ timeouts: VaultClusterAdminTokenTimeouts
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
---
@@ -999,9 +999,9 @@ vaultClusterAdminToken.VaultClusterAdminTokenTimeouts(
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| str
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. |
---
@@ -1013,7 +1013,7 @@ create: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
---
@@ -1025,7 +1025,7 @@ delete: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
---
@@ -1037,7 +1037,7 @@ read: str
- *Type:* str
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
---
diff --git a/docs/vaultClusterAdminToken.typescript.md b/docs/vaultClusterAdminToken.typescript.md
index dc1a6b72f..ebc99fd07 100644
--- a/docs/vaultClusterAdminToken.typescript.md
+++ b/docs/vaultClusterAdminToken.typescript.md
@@ -1,6 +1,6 @@
# `hcp_vault_cluster_admin_token`
-Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token).
+Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token).
# `vaultClusterAdminToken` Submodule
@@ -8,7 +8,7 @@ Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](htt
### VaultClusterAdminToken
-Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}.
#### Initializers
@@ -676,7 +676,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.67.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.69.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. |
@@ -762,7 +762,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.67.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.69.0/docs/resources/vault_cluster_admin_token#cluster_id VaultClusterAdminToken#cluster_id}
---
@@ -774,7 +774,7 @@ public readonly id: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.
@@ -794,7 +794,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.67.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.69.0/docs/resources/vault_cluster_admin_token#project_id VaultClusterAdminToken#project_id}
---
@@ -808,7 +808,7 @@ public readonly timeouts: VaultClusterAdminTokenTimeouts;
timeouts block.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
---
@@ -826,9 +826,9 @@ const vaultClusterAdminTokenTimeouts: vaultClusterAdminToken.VaultClusterAdminTo
| **Name** | **Type** | **Description** |
| --- | --- | --- |
-| create
| string
| Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.67.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.67.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.69.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.69.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.69.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}. |
---
@@ -840,7 +840,7 @@ public readonly create: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}.
---
@@ -852,7 +852,7 @@ public readonly delete: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}.
---
@@ -864,7 +864,7 @@ public readonly read: string;
- *Type:* string
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}.
---
diff --git a/package.json b/package.json
index 20ca8aac5..964f55227 100644
--- a/package.json
+++ b/package.json
@@ -47,8 +47,8 @@
"@actions/core": "^1.1.0",
"@cdktf/provider-project": "^0.2.95",
"@types/node": "^16",
- "cdktf": "^0.17.0",
- "cdktf-cli": "^0.17.0",
+ "cdktf": "^0.18.0",
+ "cdktf-cli": "^0.18.0",
"constructs": "^10.0.0",
"dot-prop": "^5.2.0",
"jsii": "^5.0.1",
@@ -58,12 +58,12 @@
"jsii-rosetta": "~5.1.2",
"node-fetch": "cjs",
"npm-check-updates": "^16",
- "projen": "^0.72.22",
+ "projen": "^0.72.23",
"standard-version": "^9",
"typescript": "^4.9.5"
},
"peerDependencies": {
- "cdktf": "^0.17.0",
+ "cdktf": "^0.18.0",
"constructs": "^10.0.0"
},
"resolutions": {
@@ -154,7 +154,7 @@
"cdktf": {
"provider": {
"name": "registry.terraform.io/hashicorp/hcp",
- "version": "0.67.0"
+ "version": "0.69.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 d043d8348..fa6920cff 100644
--- a/src/aws-network-peering/README.md
+++ b/src/aws-network-peering/README.md
@@ -1,3 +1,3 @@
# `hcp_aws_network_peering`
-Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering).
+Refer to the Terraform Registory for docs: [`hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering).
diff --git a/src/aws-network-peering/index.ts b/src/aws-network-peering/index.ts
index 1028f9476..1516e3b4a 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.67.0/docs/resources/aws_network_peering
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/aws_network_peering#hvn_id AwsNetworkPeering#hvn_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/aws_network_peering#id AwsNetworkPeering#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.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.69.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.67.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.69.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.67.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#peering_id AwsNetworkPeering#peering_id}
*/
readonly peeringId: string;
/**
@@ -55,27 +55,27 @@ The ID of the HCP project where the network peering is located. Always matches t
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering#project_id AwsNetworkPeering#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/aws_network_peering#timeouts AwsNetworkPeering#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/aws_network_peering#create AwsNetworkPeering#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/aws_network_peering#default AwsNetworkPeering#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering#delete AwsNetworkPeering#delete}
*/
readonly delete?: string;
}
@@ -196,7 +196,7 @@ export class AwsNetworkPeeringTimeoutsOutputReference extends cdktf.ComplexObjec
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering hcp_aws_network_peering}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_network_peering hcp_aws_network_peering}
*/
export class AwsNetworkPeering extends cdktf.TerraformResource {
@@ -210,7 +210,7 @@ export class AwsNetworkPeering extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_network_peering hcp_aws_network_peering} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -221,7 +221,7 @@ export class AwsNetworkPeering extends cdktf.TerraformResource {
terraformResourceType: 'hcp_aws_network_peering',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 83e45f1eb..942c0b6f3 100644
--- a/src/aws-transit-gateway-attachment/README.md
+++ b/src/aws-transit-gateway-attachment/README.md
@@ -1,3 +1,3 @@
# `hcp_aws_transit_gateway_attachment`
-Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment).
+Refer to the Terraform Registory for docs: [`hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 a7d8d891b..71593c994 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.67.0/docs/resources/aws_transit_gateway_attachment
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/resources/aws_transit_gateway_attachment#id AwsTransitGatewayAttachment#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 @@ 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.67.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.69.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.67.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.69.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.67.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.69.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.67.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.69.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.67.0/docs/resources/aws_transit_gateway_attachment#timeouts AwsTransitGatewayAttachment#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/aws_transit_gateway_attachment#create AwsTransitGatewayAttachment#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/aws_transit_gateway_attachment#default AwsTransitGatewayAttachment#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment#delete AwsTransitGatewayAttachment#delete}
*/
readonly delete?: string;
}
@@ -190,7 +190,7 @@ export class AwsTransitGatewayAttachmentTimeoutsOutputReference extends cdktf.Co
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}
*/
export class AwsTransitGatewayAttachment extends cdktf.TerraformResource {
@@ -204,7 +204,7 @@ export class AwsTransitGatewayAttachment extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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
@@ -215,7 +215,7 @@ export class AwsTransitGatewayAttachment extends cdktf.TerraformResource {
terraformResourceType: 'hcp_aws_transit_gateway_attachment',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/azure-peering-connection/README.md b/src/azure-peering-connection/README.md
index d6df77ac0..ec5af4927 100644
--- a/src/azure-peering-connection/README.md
+++ b/src/azure-peering-connection/README.md
@@ -1,3 +1,3 @@
# `hcp_azure_peering_connection`
-Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection).
+Refer to the Terraform Registory for docs: [`hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection).
diff --git a/src/azure-peering-connection/index.ts b/src/azure-peering-connection/index.ts
index 2d14ec5e7..20d9e04cd 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.67.0/docs/resources/azure_peering_connection
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ export interface AzurePeeringConnectionConfig extends cdktf.TerraformMetaArgumen
/**
* The `self_link` of the HashiCorp Virtual Network (HVN).
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#hvn_link AzurePeeringConnection#hvn_link}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#id AzurePeeringConnection#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -28,57 +28,57 @@ export interface AzurePeeringConnectionConfig extends cdktf.TerraformMetaArgumen
/**
* The resource group name of the peer VNet in Azure.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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.67.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.69.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.67.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.69.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.67.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.69.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.67.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.69.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.67.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#peering_id AzurePeeringConnection#peering_id}
*/
readonly peeringId: string;
/**
* timeouts block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection#timeouts AzurePeeringConnection#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/azure_peering_connection#create AzurePeeringConnection#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/azure_peering_connection#default AzurePeeringConnection#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection#delete AzurePeeringConnection#delete}
*/
readonly delete?: string;
}
@@ -199,7 +199,7 @@ export class AzurePeeringConnectionTimeoutsOutputReference extends cdktf.Complex
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/azure_peering_connection hcp_azure_peering_connection}
*/
export class AzurePeeringConnection extends cdktf.TerraformResource {
@@ -213,7 +213,7 @@ export class AzurePeeringConnection extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/azure_peering_connection hcp_azure_peering_connection} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -224,7 +224,7 @@ export class AzurePeeringConnection extends cdktf.TerraformResource {
terraformResourceType: 'hcp_azure_peering_connection',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/boundary-cluster/README.md b/src/boundary-cluster/README.md
index 97cff9539..72bac425a 100644
--- a/src/boundary-cluster/README.md
+++ b/src/boundary-cluster/README.md
@@ -1,3 +1,3 @@
# `hcp_boundary_cluster`
-Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster).
+Refer to the Terraform Registory for docs: [`hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster).
diff --git a/src/boundary-cluster/index.ts b/src/boundary-cluster/index.ts
index 213090491..dc1b516a8 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.67.0/docs/resources/boundary_cluster
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/boundary_cluster#cluster_id BoundaryCluster#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/boundary_cluster#id BoundaryCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#password BoundaryCluster#password}
*/
readonly password: string;
/**
@@ -37,31 +37,31 @@ 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.67.0/docs/resources/boundary_cluster#project_id BoundaryCluster#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/boundary_cluster#tier BoundaryCluster#tier}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/boundary_cluster#username BoundaryCluster#username}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/resources/boundary_cluster#timeouts BoundaryCluster#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/boundary_cluster#day BoundaryCluster#day}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/boundary_cluster#end BoundaryCluster#end}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/boundary_cluster#start BoundaryCluster#start}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#upgrade_type BoundaryCluster#upgrade_type}
*/
readonly upgradeType?: string;
}
@@ -221,15 +221,15 @@ export class BoundaryClusterMaintenanceWindowConfigOutputReference extends cdktf
}
export interface BoundaryClusterTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#create BoundaryCluster#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#create BoundaryCluster#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#default BoundaryCluster#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#default BoundaryCluster#default}
*/
readonly default?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster#delete BoundaryCluster#delete}
*/
readonly delete?: string;
}
@@ -350,7 +350,7 @@ export class BoundaryClusterTimeoutsOutputReference extends cdktf.ComplexObject
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster hcp_boundary_cluster}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/boundary_cluster hcp_boundary_cluster}
*/
export class BoundaryCluster extends cdktf.TerraformResource {
@@ -364,7 +364,7 @@ export class BoundaryCluster extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/boundary_cluster hcp_boundary_cluster} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -375,7 +375,7 @@ export class BoundaryCluster extends cdktf.TerraformResource {
terraformResourceType: 'hcp_boundary_cluster',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 52f4397e7..0bd8e5cb0 100644
--- a/src/consul-cluster-root-token/README.md
+++ b/src/consul-cluster-root-token/README.md
@@ -1,3 +1,3 @@
# `hcp_consul_cluster_root_token`
-Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token).
+Refer to the Terraform Registory for docs: [`hcp_consul_cluster_root_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 8218ebb74..933a1b0b0 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.67.0/docs/resources/consul_cluster_root_token
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/resources/consul_cluster_root_token#id ConsulClusterRootToken#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 @@ 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.67.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.69.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.67.0/docs/resources/consul_cluster_root_token#timeouts ConsulClusterRootToken#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token#default ConsulClusterRootToken#default}
*/
readonly default?: string;
}
@@ -118,7 +118,7 @@ export class ConsulClusterRootTokenTimeoutsOutputReference extends cdktf.Complex
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster_root_token hcp_consul_cluster_root_token}
*/
export class ConsulClusterRootToken extends cdktf.TerraformResource {
@@ -132,7 +132,7 @@ export class ConsulClusterRootToken extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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
@@ -143,7 +143,7 @@ export class ConsulClusterRootToken extends cdktf.TerraformResource {
terraformResourceType: 'hcp_consul_cluster_root_token',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/consul-cluster/README.md b/src/consul-cluster/README.md
index d4359d8a1..81773730c 100644
--- a/src/consul-cluster/README.md
+++ b/src/consul-cluster/README.md
@@ -1,3 +1,3 @@
# `hcp_consul_cluster`
-Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster).
+Refer to the Terraform Registory for docs: [`hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster).
diff --git a/src/consul-cluster/index.ts b/src/consul-cluster/index.ts
index 2692fb80a..4e8c20419 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.67.0/docs/resources/consul_cluster
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/resources/consul_cluster#cluster_id ConsulCluster#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_cluster#connect_enabled ConsulCluster#connect_enabled}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_cluster#datacenter ConsulCluster#datacenter}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_cluster#hvn_id ConsulCluster#hvn_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_cluster#id ConsulCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#primary_link ConsulCluster#primary_link}
*/
readonly primaryLink?: string;
/**
@@ -67,37 +67,37 @@ 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.67.0/docs/resources/consul_cluster#project_id ConsulCluster#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_cluster#public_endpoint ConsulCluster#public_endpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_cluster#size ConsulCluster#size}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_cluster#tier ConsulCluster#tier}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_cluster#ip_allowlist ConsulCluster#ip_allowlist}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_cluster#timeouts ConsulCluster#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_cluster#address ConsulCluster#address}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_cluster#description ConsulCluster#description}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#description ConsulCluster#description}
*/
readonly description?: string;
}
@@ -228,19 +228,19 @@ export class ConsulClusterIpAllowlistStructList extends cdktf.ComplexList {
}
export interface ConsulClusterTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#create ConsulCluster#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#create ConsulCluster#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#default ConsulCluster#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#default ConsulCluster#default}
*/
readonly default?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#delete ConsulCluster#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#delete ConsulCluster#delete}
*/
readonly delete?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster#update ConsulCluster#update}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster#update ConsulCluster#update}
*/
readonly update?: string;
}
@@ -384,7 +384,7 @@ export class ConsulClusterTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster hcp_consul_cluster}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_cluster hcp_consul_cluster}
*/
export class ConsulCluster extends cdktf.TerraformResource {
@@ -398,7 +398,7 @@ export class ConsulCluster extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_cluster hcp_consul_cluster} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -409,7 +409,7 @@ export class ConsulCluster extends cdktf.TerraformResource {
terraformResourceType: 'hcp_consul_cluster',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/consul-snapshot/README.md b/src/consul-snapshot/README.md
index f549da547..23dc5fddd 100644
--- a/src/consul-snapshot/README.md
+++ b/src/consul-snapshot/README.md
@@ -1,3 +1,3 @@
# `hcp_consul_snapshot`
-Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot).
+Refer to the Terraform Registory for docs: [`hcp_consul_snapshot`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot).
diff --git a/src/consul-snapshot/index.ts b/src/consul-snapshot/index.ts
index 283009006..8d09f9298 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.67.0/docs/resources/consul_snapshot
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_snapshot#cluster_id ConsulSnapshot#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_snapshot#id ConsulSnapshot#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 @@ 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.67.0/docs/resources/consul_snapshot#project_id ConsulSnapshot#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_snapshot#snapshot_name ConsulSnapshot#snapshot_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_snapshot#timeouts ConsulSnapshot#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#create ConsulSnapshot#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#default ConsulSnapshot#default}
*/
readonly default?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#delete ConsulSnapshot#delete}
*/
readonly delete?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot#update ConsulSnapshot#update}
*/
readonly update?: string;
}
@@ -205,7 +205,7 @@ export class ConsulSnapshotTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot hcp_consul_snapshot}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/consul_snapshot hcp_consul_snapshot}
*/
export class ConsulSnapshot extends cdktf.TerraformResource {
@@ -219,7 +219,7 @@ export class ConsulSnapshot extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/consul_snapshot hcp_consul_snapshot} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -230,7 +230,7 @@ export class ConsulSnapshot extends cdktf.TerraformResource {
terraformResourceType: 'hcp_consul_snapshot',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 bc011585f..c9f99f3e7 100644
--- a/src/data-hcp-aws-network-peering/README.md
+++ b/src/data-hcp-aws-network-peering/README.md
@@ -1,3 +1,3 @@
# `data_hcp_aws_network_peering`
-Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering).
+Refer to the Terraform Registory for docs: [`data_hcp_aws_network_peering`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 4a028d6e2..a56db6ff8 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.67.0/docs/data-sources/aws_network_peering
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/data-sources/aws_network_peering#id DataHcpAwsNetworkPeering#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.0/docs/data-sources/aws_network_peering#peering_id DataHcpAwsNetworkPeering#peering_id}
*/
readonly peeringId: string;
/**
@@ -37,25 +37,25 @@ The ID of the HCP project where the network peering is located. Always matches t
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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.67.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.69.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.67.0/docs/data-sources/aws_network_peering#timeouts DataHcpAwsNetworkPeering#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering#read DataHcpAwsNetworkPeering#read}
*/
readonly read?: string;
}
@@ -130,7 +130,7 @@ export class DataHcpAwsNetworkPeeringTimeoutsOutputReference extends cdktf.Compl
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_network_peering hcp_aws_network_peering}
*/
export class DataHcpAwsNetworkPeering extends cdktf.TerraformDataSource {
@@ -144,7 +144,7 @@ export class DataHcpAwsNetworkPeering extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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
@@ -155,7 +155,7 @@ export class DataHcpAwsNetworkPeering extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_aws_network_peering',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 b938a37ec..a7ab90569 100644
--- a/src/data-hcp-aws-transit-gateway-attachment/README.md
+++ b/src/data-hcp-aws-transit-gateway-attachment/README.md
@@ -1,3 +1,3 @@
# `data_hcp_aws_transit_gateway_attachment`
-Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment).
+Refer to the Terraform Registory for docs: [`data_hcp_aws_transit_gateway_attachment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 749133cf7..37b258066 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.67.0/docs/data-sources/aws_transit_gateway_attachment
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/data-sources/aws_transit_gateway_attachment#id DataHcpAwsTransitGatewayAttachment#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 @@ 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.67.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.69.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.67.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.69.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.67.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.69.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.67.0/docs/data-sources/aws_transit_gateway_attachment#timeouts DataHcpAwsTransitGatewayAttachment#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment#default DataHcpAwsTransitGatewayAttachment#default}
*/
readonly default?: string;
}
@@ -130,7 +130,7 @@ export class DataHcpAwsTransitGatewayAttachmentTimeoutsOutputReference extends c
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/aws_transit_gateway_attachment hcp_aws_transit_gateway_attachment}
*/
export class DataHcpAwsTransitGatewayAttachment extends cdktf.TerraformDataSource {
@@ -144,7 +144,7 @@ export class DataHcpAwsTransitGatewayAttachment extends cdktf.TerraformDataSourc
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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
@@ -155,7 +155,7 @@ export class DataHcpAwsTransitGatewayAttachment extends cdktf.TerraformDataSourc
terraformResourceType: 'hcp_aws_transit_gateway_attachment',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 fb94ab968..a1a27384c 100644
--- a/src/data-hcp-azure-peering-connection/README.md
+++ b/src/data-hcp-azure-peering-connection/README.md
@@ -1,3 +1,3 @@
# `data_hcp_azure_peering_connection`
-Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection).
+Refer to the Terraform Registory for docs: [`data_hcp_azure_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 53cc02bcd..ab5c5572b 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.67.0/docs/data-sources/azure_peering_connection
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/data-sources/azure_peering_connection#id DataHcpAzurePeeringConnection#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.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.69.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.67.0/docs/data-sources/azure_peering_connection#timeouts DataHcpAzurePeeringConnection#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection#read DataHcpAzurePeeringConnection#read}
*/
readonly read?: string;
}
@@ -121,7 +121,7 @@ export class DataHcpAzurePeeringConnectionTimeoutsOutputReference extends cdktf.
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/azure_peering_connection hcp_azure_peering_connection}
*/
export class DataHcpAzurePeeringConnection extends cdktf.TerraformDataSource {
@@ -135,7 +135,7 @@ export class DataHcpAzurePeeringConnection extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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
@@ -146,7 +146,7 @@ export class DataHcpAzurePeeringConnection extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_azure_peering_connection',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 089871594..a9463eaee 100644
--- a/src/data-hcp-boundary-cluster/README.md
+++ b/src/data-hcp-boundary-cluster/README.md
@@ -1,3 +1,3 @@
# `data_hcp_boundary_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_boundary_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 583e6b95a..f6e3b49d6 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.67.0/docs/data-sources/boundary_cluster
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/boundary_cluster#cluster_id DataHcpBoundaryCluster#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/boundary_cluster#id DataHcpBoundaryCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 @@ The ID of the HCP project where the Boundary cluster is located. If not specifie
If not specified, the project specified in the HCP Provider config block will be used, if configured.
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#project_id DataHcpBoundaryCluster#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#timeouts DataHcpBoundaryCluster#timeouts}
*/
readonly timeouts?: DataHcpBoundaryClusterTimeouts;
}
@@ -122,7 +122,7 @@ export class DataHcpBoundaryClusterMaintenanceWindowConfigList extends cdktf.Com
}
export interface DataHcpBoundaryClusterTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster#default DataHcpBoundaryCluster#default}
*/
readonly default?: string;
}
@@ -197,7 +197,7 @@ export class DataHcpBoundaryClusterTimeoutsOutputReference extends cdktf.Complex
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/boundary_cluster hcp_boundary_cluster}
*/
export class DataHcpBoundaryCluster extends cdktf.TerraformDataSource {
@@ -211,7 +211,7 @@ export class DataHcpBoundaryCluster extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/boundary_cluster hcp_boundary_cluster} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -222,7 +222,7 @@ export class DataHcpBoundaryCluster extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_boundary_cluster',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 c657e3d56..c8425a194 100644
--- a/src/data-hcp-consul-agent-helm-config/README.md
+++ b/src/data-hcp-consul-agent-helm-config/README.md
@@ -1,3 +1,3 @@
# `data_hcp_consul_agent_helm_config`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_helm_config`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 dbfdf342b..8df1507dd 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.67.0/docs/data-sources/consul_agent_helm_config
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.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.69.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.67.0/docs/data-sources/consul_agent_helm_config#id DataHcpConsulAgentHelmConfig#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.0/docs/data-sources/consul_agent_helm_config#kubernetes_endpoint DataHcpConsulAgentHelmConfig#kubernetes_endpoint}
*/
readonly kubernetesEndpoint: string;
/**
@@ -43,19 +43,19 @@ 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.67.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.69.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.67.0/docs/data-sources/consul_agent_helm_config#timeouts DataHcpConsulAgentHelmConfig#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config#default DataHcpConsulAgentHelmConfig#default}
*/
readonly default?: string;
}
@@ -130,7 +130,7 @@ export class DataHcpConsulAgentHelmConfigTimeoutsOutputReference extends cdktf.C
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_helm_config hcp_consul_agent_helm_config}
*/
export class DataHcpConsulAgentHelmConfig extends cdktf.TerraformDataSource {
@@ -144,7 +144,7 @@ export class DataHcpConsulAgentHelmConfig extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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
@@ -155,7 +155,7 @@ export class DataHcpConsulAgentHelmConfig extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_consul_agent_helm_config',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 e461626bf..2fe8e03d2 100644
--- a/src/data-hcp-consul-agent-kubernetes-secret/README.md
+++ b/src/data-hcp-consul-agent-kubernetes-secret/README.md
@@ -1,3 +1,3 @@
# `data_hcp_consul_agent_kubernetes_secret`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_agent_kubernetes_secret`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 5eea37f41..4b46fae5d 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.67.0/docs/data-sources/consul_agent_kubernetes_secret
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/data-sources/consul_agent_kubernetes_secret#id DataHcpConsulAgentKubernetesSecret#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 @@ 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.67.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.69.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.67.0/docs/data-sources/consul_agent_kubernetes_secret#timeouts DataHcpConsulAgentKubernetesSecret#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret#default DataHcpConsulAgentKubernetesSecret#default}
*/
readonly default?: string;
}
@@ -118,7 +118,7 @@ export class DataHcpConsulAgentKubernetesSecretTimeoutsOutputReference extends c
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_agent_kubernetes_secret hcp_consul_agent_kubernetes_secret}
*/
export class DataHcpConsulAgentKubernetesSecret extends cdktf.TerraformDataSource {
@@ -132,7 +132,7 @@ export class DataHcpConsulAgentKubernetesSecret extends cdktf.TerraformDataSourc
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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
@@ -143,7 +143,7 @@ export class DataHcpConsulAgentKubernetesSecret extends cdktf.TerraformDataSourc
terraformResourceType: 'hcp_consul_agent_kubernetes_secret',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 e6ada6bfc..124dba520 100644
--- a/src/data-hcp-consul-cluster/README.md
+++ b/src/data-hcp-consul-cluster/README.md
@@ -1,3 +1,3 @@
# `data_hcp_consul_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 3f0672a1b..69273d009 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.67.0/docs/data-sources/consul_cluster
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/consul_cluster#cluster_id DataHcpConsulCluster#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/consul_cluster#id DataHcpConsulCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 @@ 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.67.0/docs/data-sources/consul_cluster#project_id DataHcpConsulCluster#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#timeouts DataHcpConsulCluster#timeouts}
*/
readonly timeouts?: DataHcpConsulClusterTimeouts;
}
@@ -112,7 +112,7 @@ export class DataHcpConsulClusterIpAllowlistStructList extends cdktf.ComplexList
}
export interface DataHcpConsulClusterTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster#default DataHcpConsulCluster#default}
*/
readonly default?: string;
}
@@ -187,7 +187,7 @@ export class DataHcpConsulClusterTimeoutsOutputReference extends cdktf.ComplexOb
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster hcp_consul_cluster}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_cluster hcp_consul_cluster}
*/
export class DataHcpConsulCluster extends cdktf.TerraformDataSource {
@@ -201,7 +201,7 @@ export class DataHcpConsulCluster extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_cluster hcp_consul_cluster} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -212,7 +212,7 @@ export class DataHcpConsulCluster extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_consul_cluster',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 80c76e1db..92c0fedbb 100644
--- a/src/data-hcp-consul-versions/README.md
+++ b/src/data-hcp-consul-versions/README.md
@@ -1,3 +1,3 @@
# `data_hcp_consul_versions`
-Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions).
+Refer to the Terraform Registory for docs: [`data_hcp_consul_versions`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 c96e2bd04..b0e7363dc 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.67.0/docs/data-sources/consul_versions
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/consul_versions#id DataHcpConsulVersions#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/consul_versions#timeouts DataHcpConsulVersions#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions#default DataHcpConsulVersions#default}
*/
readonly default?: string;
}
@@ -103,7 +103,7 @@ export class DataHcpConsulVersionsTimeoutsOutputReference extends cdktf.ComplexO
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions hcp_consul_versions}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/consul_versions hcp_consul_versions}
*/
export class DataHcpConsulVersions extends cdktf.TerraformDataSource {
@@ -117,7 +117,7 @@ export class DataHcpConsulVersions extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/consul_versions hcp_consul_versions} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -128,7 +128,7 @@ export class DataHcpConsulVersions extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_consul_versions',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 6db52fefb..eca207f10 100644
--- a/src/data-hcp-hvn-peering-connection/README.md
+++ b/src/data-hcp-hvn-peering-connection/README.md
@@ -1,3 +1,3 @@
# `data_hcp_hvn_peering_connection`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 497c4a6d6..ca759f93b 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.67.0/docs/data-sources/hvn_peering_connection
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.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.69.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.67.0/docs/data-sources/hvn_peering_connection#id DataHcpHvnPeeringConnection#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.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.69.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.67.0/docs/data-sources/hvn_peering_connection#timeouts DataHcpHvnPeeringConnection#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection#default DataHcpHvnPeeringConnection#default}
*/
readonly default?: string;
}
@@ -127,7 +127,7 @@ export class DataHcpHvnPeeringConnectionTimeoutsOutputReference extends cdktf.Co
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_peering_connection hcp_hvn_peering_connection}
*/
export class DataHcpHvnPeeringConnection extends cdktf.TerraformDataSource {
@@ -141,7 +141,7 @@ export class DataHcpHvnPeeringConnection extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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
@@ -152,7 +152,7 @@ export class DataHcpHvnPeeringConnection extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_hvn_peering_connection',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 c61344c8b..295d200d5 100644
--- a/src/data-hcp-hvn-route/README.md
+++ b/src/data-hcp-hvn-route/README.md
@@ -1,3 +1,3 @@
# `data_hcp_hvn_route`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 3ed4827f4..3397e4e8f 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.67.0/docs/data-sources/hvn_route
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/hvn_route#hvn_link DataHcpHvnRoute#hvn_link}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#id DataHcpHvnRoute#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -34,19 +34,19 @@ export interface DataHcpHvnRouteConfig extends cdktf.TerraformMetaArguments {
/**
* The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#project_id DataHcpHvnRoute#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#timeouts DataHcpHvnRoute#timeouts}
*/
readonly timeouts?: DataHcpHvnRouteTimeouts;
}
export interface DataHcpHvnRouteTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route#default DataHcpHvnRoute#default}
*/
readonly default?: string;
}
@@ -121,7 +121,7 @@ export class DataHcpHvnRouteTimeoutsOutputReference extends cdktf.ComplexObject
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route hcp_hvn_route}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn_route hcp_hvn_route}
*/
export class DataHcpHvnRoute extends cdktf.TerraformDataSource {
@@ -135,7 +135,7 @@ export class DataHcpHvnRoute extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn_route hcp_hvn_route} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -146,7 +146,7 @@ export class DataHcpHvnRoute extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_hvn_route',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/data-hcp-hvn/README.md b/src/data-hcp-hvn/README.md
index 6c4fcf388..9e5fe47b8 100644
--- a/src/data-hcp-hvn/README.md
+++ b/src/data-hcp-hvn/README.md
@@ -1,3 +1,3 @@
# `data_hcp_hvn`
-Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn).
+Refer to the Terraform Registory for docs: [`data_hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn).
diff --git a/src/data-hcp-hvn/index.ts b/src/data-hcp-hvn/index.ts
index 27760c038..58bd0252f 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.67.0/docs/data-sources/hvn
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/hvn#hvn_id DataHcpHvn#hvn_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/hvn#id DataHcpHvn#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 @@ 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.67.0/docs/data-sources/hvn#project_id DataHcpHvn#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/hvn#timeouts DataHcpHvn#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/hvn#default DataHcpHvn#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn#default DataHcpHvn#default}
*/
readonly default?: string;
}
@@ -118,7 +118,7 @@ export class DataHcpHvnTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn hcp_hvn}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/hvn hcp_hvn}
*/
export class DataHcpHvn extends cdktf.TerraformDataSource {
@@ -132,7 +132,7 @@ export class DataHcpHvn extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/hvn hcp_hvn} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -143,7 +143,7 @@ export class DataHcpHvn extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_hvn',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 e51508567..4b94f2590 100644
--- a/src/data-hcp-packer-bucket-names/README.md
+++ b/src/data-hcp-packer-bucket-names/README.md
@@ -1,3 +1,3 @@
# `data_hcp_packer_bucket_names`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_bucket_names`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 33e5f7776..6c13a50af 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.67.0/docs/data-sources/packer_bucket_names
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_bucket_names#id DataHcpPackerBucketNames#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/data-sources/packer_bucket_names#timeouts DataHcpPackerBucketNames#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names#default DataHcpPackerBucketNames#default}
*/
readonly default?: string;
}
@@ -109,7 +109,7 @@ export class DataHcpPackerBucketNamesTimeoutsOutputReference extends cdktf.Compl
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_bucket_names hcp_packer_bucket_names}
*/
export class DataHcpPackerBucketNames extends cdktf.TerraformDataSource {
@@ -123,7 +123,7 @@ export class DataHcpPackerBucketNames extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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
@@ -134,7 +134,7 @@ export class DataHcpPackerBucketNames extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_packer_bucket_names',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/data-hcp-packer-image-iteration/README.md b/src/data-hcp-packer-image-iteration/README.md
index 188296a18..597eae3dc 100644
--- a/src/data-hcp-packer-image-iteration/README.md
+++ b/src/data-hcp-packer-image-iteration/README.md
@@ -1,3 +1,3 @@
# `data_hcp_packer_image_iteration`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_image_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration).
diff --git a/src/data-hcp-packer-image-iteration/index.ts b/src/data-hcp-packer-image-iteration/index.ts
index f9fb23e22..3d067e21e 100644
--- a/src/data-hcp-packer-image-iteration/index.ts
+++ b/src/data-hcp-packer-image-iteration/index.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/
-// https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,17 +15,17 @@ export interface DataHcpPackerImageIterationConfig extends cdktf.TerraformMetaAr
/**
* The slug of the HCP Packer Registry bucket to pull from.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#bucket_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#bucket_name DataHcpPackerImageIteration#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.67.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#channel DataHcpPackerImageIteration#channel}
*/
readonly channel: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#id DataHcpPackerImageIteration#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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,13 +37,13 @@ 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.67.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#project_id DataHcpPackerImageIteration#project_id}
*/
readonly projectId?: string;
/**
* timeouts block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#timeouts DataHcpPackerImageIteration#timeouts}
*/
readonly timeouts?: DataHcpPackerImageIterationTimeouts;
}
@@ -234,7 +234,7 @@ export class DataHcpPackerImageIterationBuildsList extends cdktf.ComplexList {
}
export interface DataHcpPackerImageIterationTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration#default DataHcpPackerImageIteration#default}
*/
readonly default?: string;
}
@@ -309,7 +309,7 @@ export class DataHcpPackerImageIterationTimeoutsOutputReference extends cdktf.Co
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration hcp_packer_image_iteration}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration hcp_packer_image_iteration}
*/
export class DataHcpPackerImageIteration extends cdktf.TerraformDataSource {
@@ -323,7 +323,7 @@ export class DataHcpPackerImageIteration extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image_iteration hcp_packer_image_iteration} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image_iteration hcp_packer_image_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
@@ -334,7 +334,7 @@ export class DataHcpPackerImageIteration extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_packer_image_iteration',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 fcffa1a04..ca7558e45 100644
--- a/src/data-hcp-packer-image/README.md
+++ b/src/data-hcp-packer-image/README.md
@@ -1,3 +1,3 @@
# `data_hcp_packer_image`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_image`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 ea27db0a2..8a4d40ad8 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.67.0/docs/data-sources/packer_image
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -13,31 +13,31 @@ import * as cdktf from 'cdktf';
export interface DataHcpPackerImageConfig extends cdktf.TerraformMetaArguments {
/**
- * The slug of the HCP Packer Registry bucket to pull from.
+ * 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.67.0/docs/data-sources/packer_image#bucket_name DataHcpPackerImage#bucket_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#channel DataHcpPackerImage#channel}
*/
readonly channel?: string;
/**
- * Name of the cloud provider this image is stored-in.
+ * Name of the cloud provider where this image is stored.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#cloud_provider DataHcpPackerImage#cloud_provider}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_image#component_type DataHcpPackerImage#component_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_image#id DataHcpPackerImage#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#iteration_id DataHcpPackerImage#iteration_id}
*/
readonly iterationId?: string;
/**
@@ -55,25 +55,25 @@ 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.67.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#project_id DataHcpPackerImage#project_id}
*/
readonly projectId?: string;
/**
- * Region this image is stored in, if any.
+ * The Region where this image is stored, if any.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image#region DataHcpPackerImage#region}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_image#timeouts DataHcpPackerImage#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image#default DataHcpPackerImage#default}
*/
readonly default?: string;
}
@@ -148,7 +148,7 @@ export class DataHcpPackerImageTimeoutsOutputReference extends cdktf.ComplexObje
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image hcp_packer_image}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_image hcp_packer_image}
*/
export class DataHcpPackerImage extends cdktf.TerraformDataSource {
@@ -162,7 +162,7 @@ export class DataHcpPackerImage extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_image hcp_packer_image} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -173,7 +173,7 @@ export class DataHcpPackerImage extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_packer_image',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 fa1d7ff8e..2416eec05 100644
--- a/src/data-hcp-packer-iteration/README.md
+++ b/src/data-hcp-packer-iteration/README.md
@@ -1,3 +1,3 @@
# `data_hcp_packer_iteration`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_iteration`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 d3d37ad89..cc2c9d07b 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.67.0/docs/data-sources/packer_iteration
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_iteration#bucket_name DataHcpPackerIteration#bucket_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_iteration#channel DataHcpPackerIteration#channel}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_iteration#id DataHcpPackerIteration#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 @@ 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.67.0/docs/data-sources/packer_iteration#project_id DataHcpPackerIteration#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_iteration#timeouts DataHcpPackerIteration#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration#default DataHcpPackerIteration#default}
*/
readonly default?: string;
}
@@ -124,7 +124,7 @@ export class DataHcpPackerIterationTimeoutsOutputReference extends cdktf.Complex
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration hcp_packer_iteration}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_iteration hcp_packer_iteration}
*/
export class DataHcpPackerIteration extends cdktf.TerraformDataSource {
@@ -138,7 +138,7 @@ export class DataHcpPackerIteration extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_iteration hcp_packer_iteration} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -149,7 +149,7 @@ export class DataHcpPackerIteration extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_packer_iteration',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 c3876c15e..9ef3a3b68 100644
--- a/src/data-hcp-packer-run-task/README.md
+++ b/src/data-hcp-packer-run-task/README.md
@@ -1,3 +1,3 @@
# `data_hcp_packer_run_task`
-Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task).
+Refer to the Terraform Registory for docs: [`data_hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 51c253f30..3ab5ff849 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.67.0/docs/data-sources/packer_run_task
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_run_task#id DataHcpPackerRunTask#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 @@ 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.67.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.69.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.67.0/docs/data-sources/packer_run_task#timeouts DataHcpPackerRunTask#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task#default DataHcpPackerRunTask#default}
*/
readonly default?: string;
}
@@ -112,7 +112,7 @@ export class DataHcpPackerRunTaskTimeoutsOutputReference extends cdktf.ComplexOb
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/packer_run_task hcp_packer_run_task}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/packer_run_task hcp_packer_run_task}
*/
export class DataHcpPackerRunTask extends cdktf.TerraformDataSource {
@@ -126,7 +126,7 @@ export class DataHcpPackerRunTask extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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
@@ -137,7 +137,7 @@ export class DataHcpPackerRunTask extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_packer_run_task',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.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 fe09f5115..efe2ee0f1 100644
--- a/src/data-hcp-vault-cluster/README.md
+++ b/src/data-hcp-vault-cluster/README.md
@@ -1,3 +1,3 @@
# `data_hcp_vault_cluster`
-Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster).
+Refer to the Terraform Registory for docs: [`data_hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 8e2fc8560..0ad3ad060 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.67.0/docs/data-sources/vault_cluster
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/vault_cluster#cluster_id DataHcpVaultCluster#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#id DataHcpVaultCluster#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -31,25 +31,25 @@ 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.67.0/docs/data-sources/vault_cluster#project_id DataHcpVaultCluster#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/data-sources/vault_cluster#metrics_config DataHcpVaultCluster#metrics_config}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#timeouts DataHcpVaultCluster#timeouts}
*/
readonly timeouts?: DataHcpVaultClusterTimeouts;
}
@@ -309,7 +309,7 @@ export class DataHcpVaultClusterMetricsConfigList extends cdktf.ComplexList {
}
export interface DataHcpVaultClusterTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster#default DataHcpVaultCluster#default}
*/
readonly default?: string;
}
@@ -384,7 +384,7 @@ export class DataHcpVaultClusterTimeoutsOutputReference extends cdktf.ComplexObj
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster hcp_vault_cluster}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_cluster hcp_vault_cluster}
*/
export class DataHcpVaultCluster extends cdktf.TerraformDataSource {
@@ -398,7 +398,7 @@ export class DataHcpVaultCluster extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_cluster hcp_vault_cluster} Data Source
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -409,7 +409,7 @@ export class DataHcpVaultCluster extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_vault_cluster',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
@@ -523,6 +523,11 @@ export class DataHcpVaultCluster extends cdktf.TerraformDataSource {
return this._projectId;
}
+ // proxy_endpoint - computed: true, optional: false, required: false
+ public get proxyEndpoint() {
+ return this.getStringAttribute('proxy_endpoint');
+ }
+
// public_endpoint - computed: true, optional: false, required: false
public get publicEndpoint() {
return this.getBooleanAttribute('public_endpoint');
@@ -553,6 +558,11 @@ export class DataHcpVaultCluster extends cdktf.TerraformDataSource {
return this.getStringAttribute('vault_private_endpoint_url');
}
+ // vault_proxy_endpoint_url - computed: true, optional: false, required: false
+ public get vaultProxyEndpointUrl() {
+ return this.getStringAttribute('vault_proxy_endpoint_url');
+ }
+
// vault_public_endpoint_url - computed: true, optional: false, required: false
public get vaultPublicEndpointUrl() {
return this.getStringAttribute('vault_public_endpoint_url');
diff --git a/src/data-hcp-vault-secrets-app/README.md b/src/data-hcp-vault-secrets-app/README.md
index 6f9fd006a..8ac092618 100644
--- a/src/data-hcp-vault-secrets-app/README.md
+++ b/src/data-hcp-vault-secrets-app/README.md
@@ -1,3 +1,3 @@
# `data_hcp_vault_secrets_app`
-Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app).
+Refer to the Terraform Registory for docs: [`data_hcp_vault_secrets_app`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 936d19865..59f2b9f89 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.67.0/docs/data-sources/vault_secrets_app
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,11 +15,11 @@ 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.67.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.69.0/docs/data-sources/vault_secrets_app#app_name DataHcpVaultSecretsApp#app_name}
*/
readonly appName: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app#id DataHcpVaultSecretsApp#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you 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 DataHcpVaultSecretsAppConfig extends cdktf.TerraformMetaArgumen
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/data-sources/vault_secrets_app hcp_vault_secrets_app}
*/
export class DataHcpVaultSecretsApp extends cdktf.TerraformDataSource {
@@ -42,7 +42,7 @@ export class DataHcpVaultSecretsApp extends cdktf.TerraformDataSource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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
@@ -53,7 +53,7 @@ export class DataHcpVaultSecretsApp extends cdktf.TerraformDataSource {
terraformResourceType: 'hcp_vault_secrets_app',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/hvn-peering-connection/README.md b/src/hvn-peering-connection/README.md
index 8db12f5ce..097b110b5 100644
--- a/src/hvn-peering-connection/README.md
+++ b/src/hvn-peering-connection/README.md
@@ -1,3 +1,3 @@
# `hcp_hvn_peering_connection`
-Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection).
+Refer to the Terraform Registory for docs: [`hcp_hvn_peering_connection`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection).
diff --git a/src/hvn-peering-connection/index.ts b/src/hvn-peering-connection/index.ts
index e4bb6ebcf..91c0a28cd 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.67.0/docs/resources/hvn_peering_connection
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn_peering_connection#hvn_1 HvnPeeringConnection#hvn_1}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn_peering_connection#hvn_2 HvnPeeringConnection#hvn_2}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn_peering_connection#id HvnPeeringConnection#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn_peering_connection#project_id HvnPeeringConnection#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn_peering_connection#timeouts HvnPeeringConnection#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn_peering_connection#create HvnPeeringConnection#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn_peering_connection#default HvnPeeringConnection#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection#delete HvnPeeringConnection#delete}
*/
readonly delete?: string;
}
@@ -175,7 +175,7 @@ export class HvnPeeringConnectionTimeoutsOutputReference extends cdktf.ComplexOb
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection}
*/
export class HvnPeeringConnection extends cdktf.TerraformResource {
@@ -189,7 +189,7 @@ export class HvnPeeringConnection extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_peering_connection hcp_hvn_peering_connection} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -200,7 +200,7 @@ export class HvnPeeringConnection extends cdktf.TerraformResource {
terraformResourceType: 'hcp_hvn_peering_connection',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/hvn-route/README.md b/src/hvn-route/README.md
index f79451767..89867cacc 100644
--- a/src/hvn-route/README.md
+++ b/src/hvn-route/README.md
@@ -1,3 +1,3 @@
# `hcp_hvn_route`
-Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route).
+Refer to the Terraform Registory for docs: [`hcp_hvn_route`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route).
diff --git a/src/hvn-route/index.ts b/src/hvn-route/index.ts
index 22b06c485..02a6d4c88 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.67.0/docs/resources/hvn_route
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn_route#destination_cidr HvnRoute#destination_cidr}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn_route#hvn_link HvnRoute#hvn_link}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/resources/hvn_route#id HvnRoute#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#id HvnRoute#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -40,33 +40,33 @@ export interface HvnRouteConfig extends cdktf.TerraformMetaArguments {
/**
* The ID of the HCP project where the HVN route is located. Always matches the project ID in `hvn_link`. Setting this attribute is deprecated, but it will remain usable in read-only form.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#project_id HvnRoute#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#target_link HvnRoute#target_link}
*/
readonly targetLink: string;
/**
* timeouts block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#timeouts HvnRoute#timeouts}
*/
readonly timeouts?: HvnRouteTimeouts;
}
export interface HvnRouteTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#create HvnRoute#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#create HvnRoute#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#default HvnRoute#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#default HvnRoute#default}
*/
readonly default?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route#delete HvnRoute#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route#delete HvnRoute#delete}
*/
readonly delete?: string;
}
@@ -187,7 +187,7 @@ export class HvnRouteTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route hcp_hvn_route}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn_route hcp_hvn_route}
*/
export class HvnRoute extends cdktf.TerraformResource {
@@ -201,7 +201,7 @@ export class HvnRoute extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn_route hcp_hvn_route} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -212,7 +212,7 @@ export class HvnRoute extends cdktf.TerraformResource {
terraformResourceType: 'hcp_hvn_route',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/hvn/README.md b/src/hvn/README.md
index fa6e72aa4..e2182f68e 100644
--- a/src/hvn/README.md
+++ b/src/hvn/README.md
@@ -1,3 +1,3 @@
# `hcp_hvn`
-Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn).
+Refer to the Terraform Registory for docs: [`hcp_hvn`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn).
diff --git a/src/hvn/index.ts b/src/hvn/index.ts
index af2e89c80..b053caea7 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.67.0/docs/resources/hvn
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn#cidr_block Hvn#cidr_block}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn#cloud_provider Hvn#cloud_provider}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn#hvn_id Hvn#hvn_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn#id Hvn#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 @@ 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.67.0/docs/resources/hvn#project_id Hvn#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn#region Hvn#region}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn#timeouts Hvn#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/hvn#create Hvn#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#create Hvn#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#default Hvn#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#default Hvn#default}
*/
readonly default?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn#delete Hvn#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn#delete Hvn#delete}
*/
readonly delete?: string;
}
@@ -190,7 +190,7 @@ export class HvnTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn hcp_hvn}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/hvn hcp_hvn}
*/
export class Hvn extends cdktf.TerraformResource {
@@ -204,7 +204,7 @@ export class Hvn extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/hvn hcp_hvn} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -215,7 +215,7 @@ export class Hvn extends cdktf.TerraformResource {
terraformResourceType: 'hcp_hvn',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/lazy-index.ts b/src/lazy-index.ts
new file mode 100644
index 000000000..e7102ded7
--- /dev/null
+++ b/src/lazy-index.ts
@@ -0,0 +1,41 @@
+/**
+ * Copyright (c) HashiCorp, Inc.
+ * SPDX-License-Identifier: MPL-2.0
+ */
+
+// generated by cdktf get
+Object.defineProperty(exports, 'awsNetworkPeering', { get: function () { return require('./aws-network-peering'); } });
+Object.defineProperty(exports, 'awsTransitGatewayAttachment', { get: function () { return require('./aws-transit-gateway-attachment'); } });
+Object.defineProperty(exports, 'azurePeeringConnection', { get: function () { return require('./azure-peering-connection'); } });
+Object.defineProperty(exports, 'boundaryCluster', { get: function () { return require('./boundary-cluster'); } });
+Object.defineProperty(exports, 'consulCluster', { get: function () { return require('./consul-cluster'); } });
+Object.defineProperty(exports, 'consulClusterRootToken', { get: function () { return require('./consul-cluster-root-token'); } });
+Object.defineProperty(exports, 'consulSnapshot', { get: function () { return require('./consul-snapshot'); } });
+Object.defineProperty(exports, 'hvn', { get: function () { return require('./hvn'); } });
+Object.defineProperty(exports, 'hvnPeeringConnection', { get: function () { return require('./hvn-peering-connection'); } });
+Object.defineProperty(exports, 'hvnRoute', { get: function () { return require('./hvn-route'); } });
+Object.defineProperty(exports, 'packerChannel', { get: function () { return require('./packer-channel'); } });
+Object.defineProperty(exports, 'packerChannelAssignment', { get: function () { return require('./packer-channel-assignment'); } });
+Object.defineProperty(exports, 'packerRunTask', { get: function () { return require('./packer-run-task'); } });
+Object.defineProperty(exports, 'vaultCluster', { get: function () { return require('./vault-cluster'); } });
+Object.defineProperty(exports, 'vaultClusterAdminToken', { get: function () { return require('./vault-cluster-admin-token'); } });
+Object.defineProperty(exports, 'dataHcpAwsNetworkPeering', { get: function () { return require('./data-hcp-aws-network-peering'); } });
+Object.defineProperty(exports, 'dataHcpAwsTransitGatewayAttachment', { get: function () { return require('./data-hcp-aws-transit-gateway-attachment'); } });
+Object.defineProperty(exports, 'dataHcpAzurePeeringConnection', { get: function () { return require('./data-hcp-azure-peering-connection'); } });
+Object.defineProperty(exports, 'dataHcpBoundaryCluster', { get: function () { return require('./data-hcp-boundary-cluster'); } });
+Object.defineProperty(exports, 'dataHcpConsulAgentHelmConfig', { get: function () { return require('./data-hcp-consul-agent-helm-config'); } });
+Object.defineProperty(exports, 'dataHcpConsulAgentKubernetesSecret', { get: function () { return require('./data-hcp-consul-agent-kubernetes-secret'); } });
+Object.defineProperty(exports, 'dataHcpConsulCluster', { get: function () { return require('./data-hcp-consul-cluster'); } });
+Object.defineProperty(exports, 'dataHcpConsulVersions', { get: function () { return require('./data-hcp-consul-versions'); } });
+Object.defineProperty(exports, 'dataHcpHvn', { get: function () { return require('./data-hcp-hvn'); } });
+Object.defineProperty(exports, 'dataHcpHvnPeeringConnection', { get: function () { return require('./data-hcp-hvn-peering-connection'); } });
+Object.defineProperty(exports, 'dataHcpHvnRoute', { get: function () { return require('./data-hcp-hvn-route'); } });
+Object.defineProperty(exports, 'dataHcpPackerBucketNames', { get: function () { return require('./data-hcp-packer-bucket-names'); } });
+Object.defineProperty(exports, 'dataHcpPackerImage', { get: function () { return require('./data-hcp-packer-image'); } });
+Object.defineProperty(exports, 'dataHcpPackerImageIteration', { get: function () { return require('./data-hcp-packer-image-iteration'); } });
+Object.defineProperty(exports, 'dataHcpPackerIteration', { get: function () { return require('./data-hcp-packer-iteration'); } });
+Object.defineProperty(exports, 'dataHcpPackerRunTask', { get: function () { return require('./data-hcp-packer-run-task'); } });
+Object.defineProperty(exports, 'dataHcpVaultCluster', { get: function () { return require('./data-hcp-vault-cluster'); } });
+Object.defineProperty(exports, 'dataHcpVaultSecretsApp', { get: function () { return require('./data-hcp-vault-secrets-app'); } });
+Object.defineProperty(exports, 'provider', { get: function () { return require('./provider'); } });
+
diff --git a/src/packer-channel-assignment/README.md b/src/packer-channel-assignment/README.md
index a56df6b05..0ffa95159 100644
--- a/src/packer-channel-assignment/README.md
+++ b/src/packer-channel-assignment/README.md
@@ -1,3 +1,3 @@
# `hcp_packer_channel_assignment`
-Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment).
+Refer to the Terraform Registory for docs: [`hcp_packer_channel_assignment`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment).
diff --git a/src/packer-channel-assignment/index.ts b/src/packer-channel-assignment/index.ts
index 8d1b713fb..53ee466ca 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.67.0/docs/resources/packer_channel_assignment
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_channel_assignment#bucket_name PackerChannelAssignment#bucket_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_channel_assignment#channel_name PackerChannelAssignment#channel_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_channel_assignment#id PackerChannelAssignment#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_channel_assignment#iteration_fingerprint PackerChannelAssignment#iteration_fingerprint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_channel_assignment#iteration_id PackerChannelAssignment#iteration_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#iteration_version PackerChannelAssignment#iteration_version}
*/
readonly iterationVersion?: number;
/**
@@ -55,31 +55,31 @@ 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.67.0/docs/resources/packer_channel_assignment#project_id PackerChannelAssignment#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_channel_assignment#timeouts PackerChannelAssignment#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_channel_assignment#create PackerChannelAssignment#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_channel_assignment#default PackerChannelAssignment#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_channel_assignment#delete PackerChannelAssignment#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment#update PackerChannelAssignment#update}
*/
readonly update?: string;
}
@@ -223,7 +223,7 @@ export class PackerChannelAssignmentTimeoutsOutputReference extends cdktf.Comple
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment}
*/
export class PackerChannelAssignment extends cdktf.TerraformResource {
@@ -237,7 +237,7 @@ export class PackerChannelAssignment extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel_assignment hcp_packer_channel_assignment} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -248,7 +248,7 @@ export class PackerChannelAssignment extends cdktf.TerraformResource {
terraformResourceType: 'hcp_packer_channel_assignment',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/packer-channel/README.md b/src/packer-channel/README.md
index 4f679b116..f7b1c4268 100644
--- a/src/packer-channel/README.md
+++ b/src/packer-channel/README.md
@@ -1,3 +1,3 @@
# `hcp_packer_channel`
-Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel).
+Refer to the Terraform Registory for docs: [`hcp_packer_channel`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel).
diff --git a/src/packer-channel/index.ts b/src/packer-channel/index.ts
index 27f697bfa..cbf86d37a 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.67.0/docs/resources/packer_channel
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_channel#bucket_name PackerChannel#bucket_name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_channel#id PackerChannel#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_channel#name PackerChannel#name}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#name PackerChannel#name}
*/
readonly name: string;
/**
@@ -37,165 +37,37 @@ 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.67.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#project_id PackerChannel#project_id}
*/
readonly projectId?: string;
/**
- * iteration block
+ * 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.67.0/docs/resources/packer_channel#iteration PackerChannel#iteration}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#restricted PackerChannel#restricted}
*/
- readonly iteration?: PackerChannelIteration;
+ readonly restricted?: boolean | cdktf.IResolvable;
/**
* timeouts block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#timeouts PackerChannel#timeouts}
*/
readonly timeouts?: PackerChannelTimeouts;
}
-export interface PackerChannelIteration {
- /**
- * The fingerprint of the iteration assigned to the channel.
- *
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#fingerprint PackerChannel#fingerprint}
- */
- readonly fingerprint?: string;
- /**
- * The ID of the iteration assigned to the channel.
- *
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.
- */
- readonly id?: string;
- /**
- * The incremental_version of the iteration assigned to the channel.
- *
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#incremental_version PackerChannel#incremental_version}
- */
- readonly incrementalVersion?: number;
-}
-
-export function packerChannelIterationToTerraform(struct?: PackerChannelIterationOutputReference | PackerChannelIteration): 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 {
- fingerprint: cdktf.stringToTerraform(struct!.fingerprint),
- id: cdktf.stringToTerraform(struct!.id),
- incremental_version: cdktf.numberToTerraform(struct!.incrementalVersion),
- }
-}
-
-export class PackerChannelIterationOutputReference extends cdktf.ComplexObject {
- private isEmptyObject = false;
-
- /**
- * @param terraformResource The parent resource
- * @param terraformAttribute The attribute on the parent resource this class is referencing
- */
- public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string) {
- super(terraformResource, terraformAttribute, false, 0);
- }
-
- public get internalValue(): PackerChannelIteration | undefined {
- let hasAnyValues = this.isEmptyObject;
- const internalValueResult: any = {};
- if (this._fingerprint !== undefined) {
- hasAnyValues = true;
- internalValueResult.fingerprint = this._fingerprint;
- }
- if (this._id !== undefined) {
- hasAnyValues = true;
- internalValueResult.id = this._id;
- }
- if (this._incrementalVersion !== undefined) {
- hasAnyValues = true;
- internalValueResult.incrementalVersion = this._incrementalVersion;
- }
- return hasAnyValues ? internalValueResult : undefined;
- }
-
- public set internalValue(value: PackerChannelIteration | undefined) {
- if (value === undefined) {
- this.isEmptyObject = false;
- this._fingerprint = undefined;
- this._id = undefined;
- this._incrementalVersion = undefined;
- }
- else {
- this.isEmptyObject = Object.keys(value).length === 0;
- this._fingerprint = value.fingerprint;
- this._id = value.id;
- this._incrementalVersion = value.incrementalVersion;
- }
- }
-
- // fingerprint - computed: true, optional: true, required: false
- private _fingerprint?: string;
- public get fingerprint() {
- return this.getStringAttribute('fingerprint');
- }
- public set fingerprint(value: string) {
- this._fingerprint = value;
- }
- public resetFingerprint() {
- this._fingerprint = undefined;
- }
- // Temporarily expose input value. Use with caution.
- public get fingerprintInput() {
- return this._fingerprint;
- }
-
- // id - computed: true, optional: true, required: false
- private _id?: string;
- public get id() {
- return this.getStringAttribute('id');
- }
- public set id(value: string) {
- this._id = value;
- }
- public resetId() {
- this._id = undefined;
- }
- // Temporarily expose input value. Use with caution.
- public get idInput() {
- return this._id;
- }
-
- // incremental_version - computed: true, optional: true, required: false
- private _incrementalVersion?: number;
- public get incrementalVersion() {
- return this.getNumberAttribute('incremental_version');
- }
- public set incrementalVersion(value: number) {
- this._incrementalVersion = value;
- }
- public resetIncrementalVersion() {
- this._incrementalVersion = undefined;
- }
- // Temporarily expose input value. Use with caution.
- public get incrementalVersionInput() {
- return this._incrementalVersion;
- }
-}
export interface PackerChannelTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#create PackerChannel#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#create PackerChannel#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#default PackerChannel#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#default PackerChannel#default}
*/
readonly default?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#delete PackerChannel#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#delete PackerChannel#delete}
*/
readonly delete?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel#update PackerChannel#update}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel#update PackerChannel#update}
*/
readonly update?: string;
}
@@ -339,7 +211,7 @@ export class PackerChannelTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel hcp_packer_channel}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_channel hcp_packer_channel}
*/
export class PackerChannel extends cdktf.TerraformResource {
@@ -353,7 +225,7 @@ export class PackerChannel extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_channel hcp_packer_channel} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -364,7 +236,7 @@ export class PackerChannel extends cdktf.TerraformResource {
terraformResourceType: 'hcp_packer_channel',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
@@ -379,7 +251,7 @@ export class PackerChannel extends cdktf.TerraformResource {
this._id = config.id;
this._name = config.name;
this._projectId = config.projectId;
- this._iteration.internalValue = config.iteration;
+ this._restricted = config.restricted;
this._timeouts.internalValue = config.timeouts;
}
@@ -426,6 +298,11 @@ export class PackerChannel extends cdktf.TerraformResource {
return this._id;
}
+ // managed - computed: true, optional: false, required: false
+ public get managed() {
+ return this.getBooleanAttribute('managed');
+ }
+
// name - computed: false, optional: false, required: true
private _name?: string;
public get name() {
@@ -460,32 +337,27 @@ export class PackerChannel extends cdktf.TerraformResource {
return this._projectId;
}
- // restricted - computed: true, optional: false, required: false
+ // restricted - computed: true, optional: true, required: false
+ private _restricted?: boolean | cdktf.IResolvable;
public get restricted() {
return this.getBooleanAttribute('restricted');
}
+ public set restricted(value: boolean | cdktf.IResolvable) {
+ this._restricted = value;
+ }
+ public resetRestricted() {
+ this._restricted = undefined;
+ }
+ // Temporarily expose input value. Use with caution.
+ public get restrictedInput() {
+ return this._restricted;
+ }
// updated_at - computed: true, optional: false, required: false
public get updatedAt() {
return this.getStringAttribute('updated_at');
}
- // iteration - computed: false, optional: true, required: false
- private _iteration = new PackerChannelIterationOutputReference(this, "iteration");
- public get iteration() {
- return this._iteration;
- }
- public putIteration(value: PackerChannelIteration) {
- this._iteration.internalValue = value;
- }
- public resetIteration() {
- this._iteration.internalValue = undefined;
- }
- // Temporarily expose input value. Use with caution.
- public get iterationInput() {
- return this._iteration.internalValue;
- }
-
// timeouts - computed: false, optional: true, required: false
private _timeouts = new PackerChannelTimeoutsOutputReference(this, "timeouts");
public get timeouts() {
@@ -512,7 +384,7 @@ export class PackerChannel extends cdktf.TerraformResource {
id: cdktf.stringToTerraform(this._id),
name: cdktf.stringToTerraform(this._name),
project_id: cdktf.stringToTerraform(this._projectId),
- iteration: packerChannelIterationToTerraform(this._iteration.internalValue),
+ restricted: cdktf.booleanToTerraform(this._restricted),
timeouts: packerChannelTimeoutsToTerraform(this._timeouts.internalValue),
};
}
diff --git a/src/packer-run-task/README.md b/src/packer-run-task/README.md
index cdce98b28..4020e80ff 100644
--- a/src/packer-run-task/README.md
+++ b/src/packer-run-task/README.md
@@ -1,3 +1,3 @@
# `hcp_packer_run_task`
-Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task).
+Refer to the Terraform Registory for docs: [`hcp_packer_run_task`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task).
diff --git a/src/packer-run-task/index.ts b/src/packer-run-task/index.ts
index 5f8b5c7f6..759407935 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.67.0/docs/resources/packer_run_task
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_run_task#id PackerRunTask#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 @@ 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.67.0/docs/resources/packer_run_task#project_id PackerRunTask#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_run_task#regenerate_hmac PackerRunTask#regenerate_hmac}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_run_task#timeouts PackerRunTask#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_run_task#create PackerRunTask#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_run_task#default PackerRunTask#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_run_task#delete PackerRunTask#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/packer_run_task#update PackerRunTask#update}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task#update PackerRunTask#update}
*/
readonly update?: string;
}
@@ -199,7 +199,7 @@ export class PackerRunTaskTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task hcp_packer_run_task}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/packer_run_task hcp_packer_run_task}
*/
export class PackerRunTask extends cdktf.TerraformResource {
@@ -213,7 +213,7 @@ export class PackerRunTask extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/packer_run_task hcp_packer_run_task} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -224,7 +224,7 @@ export class PackerRunTask extends cdktf.TerraformResource {
terraformResourceType: 'hcp_packer_run_task',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/provider/README.md b/src/provider/README.md
index e080cfabf..ddb1c271e 100644
--- a/src/provider/README.md
+++ b/src/provider/README.md
@@ -1,3 +1,3 @@
# `provider`
-Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs).
+Refer to the Terraform Registory for docs: [`hcp`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs).
diff --git a/src/provider/index.ts b/src/provider/index.ts
index 0504db26f..005dbe732 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.67.0/docs
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs
// generated from terraform resource schema
import { Construct } from 'constructs';
@@ -15,31 +15,31 @@ export interface HcpProviderConfig {
/**
* The OAuth2 Client ID for API operations.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#client_id HcpProvider#client_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs#client_secret HcpProvider#client_secret}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#client_secret HcpProvider#client_secret}
*/
readonly clientSecret?: string;
/**
* The default project in which resources should be created.
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs#project_id HcpProvider#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs#alias HcpProvider#alias}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs#alias HcpProvider#alias}
*/
readonly alias?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs hcp}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs hcp}
*/
export class HcpProvider extends cdktf.TerraformProvider {
@@ -53,7 +53,7 @@ export class HcpProvider extends cdktf.TerraformProvider {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs hcp} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -64,7 +64,7 @@ export class HcpProvider extends cdktf.TerraformProvider {
terraformResourceType: 'hcp',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
terraformProviderSource: 'hcp'
diff --git a/src/vault-cluster-admin-token/README.md b/src/vault-cluster-admin-token/README.md
index df7c355e5..04d51501d 100644
--- a/src/vault-cluster-admin-token/README.md
+++ b/src/vault-cluster-admin-token/README.md
@@ -1,3 +1,3 @@
# `hcp_vault_cluster_admin_token`
-Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token).
+Refer to the Terraform Registory for docs: [`hcp_vault_cluster_admin_token`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 7a3d42ed1..c77d2e5b1 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.67.0/docs/resources/vault_cluster_admin_token
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/resources/vault_cluster_admin_token#id VaultClusterAdminToken#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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 @@ 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.67.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.69.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.67.0/docs/resources/vault_cluster_admin_token#timeouts VaultClusterAdminToken#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster_admin_token#create VaultClusterAdminToken#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster_admin_token#delete VaultClusterAdminToken#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token#read VaultClusterAdminToken#read}
*/
readonly read?: string;
}
@@ -172,7 +172,7 @@ export class VaultClusterAdminTokenTimeoutsOutputReference extends cdktf.Complex
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster_admin_token hcp_vault_cluster_admin_token}
*/
export class VaultClusterAdminToken extends cdktf.TerraformResource {
@@ -186,7 +186,7 @@ export class VaultClusterAdminToken extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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
@@ -197,7 +197,7 @@ export class VaultClusterAdminToken extends cdktf.TerraformResource {
terraformResourceType: 'hcp_vault_cluster_admin_token',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
diff --git a/src/vault-cluster/README.md b/src/vault-cluster/README.md
index a1d6f6d11..51d45a5d1 100644
--- a/src/vault-cluster/README.md
+++ b/src/vault-cluster/README.md
@@ -1,3 +1,3 @@
# `hcp_vault_cluster`
-Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster).
+Refer to the Terraform Registory for docs: [`hcp_vault_cluster`](https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster).
diff --git a/src/vault-cluster/index.ts b/src/vault-cluster/index.ts
index 04b3b5e68..117774c34 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.67.0/docs/resources/vault_cluster
+// https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster#cluster_id VaultCluster#cluster_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster#hvn_id VaultCluster#hvn_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster#id VaultCluster#id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.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.67.0/docs/resources/vault_cluster#paths_filter VaultCluster#paths_filter}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#primary_link VaultCluster#primary_link}
*/
readonly primaryLink?: string;
/**
@@ -55,43 +55,49 @@ 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.67.0/docs/resources/vault_cluster#project_id VaultCluster#project_id}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.69.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.67.0/docs/resources/vault_cluster#public_endpoint VaultCluster#public_endpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster#tier VaultCluster#tier}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.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.69.0/docs/resources/vault_cluster#audit_log_config VaultCluster#audit_log_config}
*/
readonly auditLogConfig?: VaultClusterAuditLogConfig;
/**
* major_version_upgrade_config block
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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.67.0/docs/resources/vault_cluster#metrics_config VaultCluster#metrics_config}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#timeouts VaultCluster#timeouts}
*/
readonly timeouts?: VaultClusterTimeouts;
}
@@ -99,43 +105,43 @@ export interface VaultClusterAuditLogConfig {
/**
* Datadog api key for streaming audit logs
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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.67.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
*/
readonly datadogRegion?: string;
/**
* Grafana endpoint for streaming audit logs
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
*/
readonly grafanaUser?: string;
/**
* Splunk endpoint for streaming audit logs
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
*/
readonly splunkToken?: string;
}
@@ -340,19 +346,19 @@ export interface VaultClusterMajorVersionUpgradeConfig {
/**
* The maintenance day of the week for scheduled upgrades. Valid options for maintenance window day - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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.67.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.69.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.67.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#upgrade_type VaultCluster#upgrade_type}
*/
readonly upgradeType: string;
}
@@ -462,43 +468,43 @@ export interface VaultClusterMetricsConfig {
/**
* Datadog api key for streaming metrics
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.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.69.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.67.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#datadog_region VaultCluster#datadog_region}
*/
readonly datadogRegion?: string;
/**
* Grafana endpoint for streaming metrics
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#grafana_endpoint VaultCluster#grafana_endpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster#grafana_password VaultCluster#grafana_password}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#grafana_user VaultCluster#grafana_user}
*/
readonly grafanaUser?: string;
/**
* Splunk endpoint for streaming metrics
*
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#splunk_hecendpoint VaultCluster#splunk_hecendpoint}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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.67.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#splunk_token VaultCluster#splunk_token}
*/
readonly splunkToken?: string;
}
@@ -701,19 +707,19 @@ export class VaultClusterMetricsConfigOutputReference extends cdktf.ComplexObjec
}
export interface VaultClusterTimeouts {
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#create VaultCluster#create}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#create VaultCluster#create}
*/
readonly create?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#default VaultCluster#default}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#default VaultCluster#default}
*/
readonly default?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#delete VaultCluster#delete}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#delete VaultCluster#delete}
*/
readonly delete?: string;
/**
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster#update VaultCluster#update}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster#update VaultCluster#update}
*/
readonly update?: string;
}
@@ -857,7 +863,7 @@ export class VaultClusterTimeoutsOutputReference extends cdktf.ComplexObject {
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster hcp_vault_cluster}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.0/docs/resources/vault_cluster hcp_vault_cluster}
*/
export class VaultCluster extends cdktf.TerraformResource {
@@ -871,7 +877,7 @@ export class VaultCluster extends cdktf.TerraformResource {
// ===========
/**
- * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.67.0/docs/resources/vault_cluster hcp_vault_cluster} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/hcp/0.69.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
@@ -882,7 +888,7 @@ export class VaultCluster extends cdktf.TerraformResource {
terraformResourceType: 'hcp_vault_cluster',
terraformGeneratorMetadata: {
providerName: 'hcp',
- providerVersion: '0.67.0',
+ providerVersion: '0.69.0',
providerVersionConstraint: '~> 0.45'
},
provider: config.provider,
@@ -900,6 +906,7 @@ export class VaultCluster extends cdktf.TerraformResource {
this._pathsFilter = config.pathsFilter;
this._primaryLink = config.primaryLink;
this._projectId = config.projectId;
+ this._proxyEndpoint = config.proxyEndpoint;
this._publicEndpoint = config.publicEndpoint;
this._tier = config.tier;
this._auditLogConfig.internalValue = config.auditLogConfig;
@@ -1038,6 +1045,22 @@ export class VaultCluster extends cdktf.TerraformResource {
return this._projectId;
}
+ // proxy_endpoint - computed: false, optional: true, required: false
+ private _proxyEndpoint?: string;
+ public get proxyEndpoint() {
+ return this.getStringAttribute('proxy_endpoint');
+ }
+ public set proxyEndpoint(value: string) {
+ this._proxyEndpoint = value;
+ }
+ public resetProxyEndpoint() {
+ this._proxyEndpoint = undefined;
+ }
+ // Temporarily expose input value. Use with caution.
+ public get proxyEndpointInput() {
+ return this._proxyEndpoint;
+ }
+
// public_endpoint - computed: false, optional: true, required: false
private _publicEndpoint?: boolean | cdktf.IResolvable;
public get publicEndpoint() {
@@ -1090,6 +1113,11 @@ export class VaultCluster extends cdktf.TerraformResource {
return this.getStringAttribute('vault_private_endpoint_url');
}
+ // vault_proxy_endpoint_url - computed: true, optional: false, required: false
+ public get vaultProxyEndpointUrl() {
+ return this.getStringAttribute('vault_proxy_endpoint_url');
+ }
+
// vault_public_endpoint_url - computed: true, optional: false, required: false
public get vaultPublicEndpointUrl() {
return this.getStringAttribute('vault_public_endpoint_url');
@@ -1177,6 +1205,7 @@ export class VaultCluster extends cdktf.TerraformResource {
paths_filter: cdktf.listMapper(cdktf.stringToTerraform, false)(this._pathsFilter),
primary_link: cdktf.stringToTerraform(this._primaryLink),
project_id: cdktf.stringToTerraform(this._projectId),
+ proxy_endpoint: cdktf.stringToTerraform(this._proxyEndpoint),
public_endpoint: cdktf.booleanToTerraform(this._publicEndpoint),
tier: cdktf.stringToTerraform(this._tier),
audit_log_config: vaultClusterAuditLogConfigToTerraform(this._auditLogConfig.internalValue),
diff --git a/src/version.json b/src/version.json
index e74d64ddd..10bed5690 100644
--- a/src/version.json
+++ b/src/version.json
@@ -1,3 +1,3 @@
{
- "registry.terraform.io/hashicorp/hcp": "0.67.0"
+ "registry.terraform.io/hashicorp/hcp": "0.69.0"
}
diff --git a/yarn.lock b/yarn.lock
index e1a2f5cee..e5f8a6d51 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -77,22 +77,22 @@
"@babel/helper-validator-identifier" "^7.22.5"
to-fast-properties "^2.0.0"
-"@cdktf/cli-core@0.17.3":
- version "0.17.3"
- resolved "https://registry.yarnpkg.com/@cdktf/cli-core/-/cli-core-0.17.3.tgz#2169fbadba350089f488a74644de28e5e38ead8d"
- integrity sha512-KgsibdYAB5MuC0wM2143kiKj/jUsAuCOTRzHfIakIUVd6xsLIOxMdWCTOPbPhmcUPr0SHatFnjKD/d7y1A5Bow==
- dependencies:
- "@cdktf/commons" "0.17.3"
- "@cdktf/hcl2cdk" "0.17.3"
- "@cdktf/hcl2json" "0.17.3"
+"@cdktf/cli-core@0.18.0":
+ version "0.18.0"
+ resolved "https://registry.yarnpkg.com/@cdktf/cli-core/-/cli-core-0.18.0.tgz#e746441a95ada9f4788ffac33f3bcdc7668dacd1"
+ integrity sha512-LmT9XZ5T3ywlcLGTknNXqXfE2x7lJqTSdS4FuYdtv+Axrc8FxkIMmEQhefr10plto+P8vxdSGw5yHwMdnDv8tA==
+ dependencies:
+ "@cdktf/commons" "0.18.0"
+ "@cdktf/hcl2cdk" "0.18.0"
+ "@cdktf/hcl2json" "0.18.0"
"@cdktf/node-pty-prebuilt-multiarch" "0.10.1-pre.10"
"@sentry/node" "^6.19.7"
archiver "^5.3.1"
- cdktf "0.17.3"
+ cdktf "0.18.0"
chalk "^4.1.2"
chokidar "^3.5.3"
cli-spinners "2.7.0"
- codemaker "^1.79.0"
+ codemaker "^1.86.1"
constructs "^10.0.25"
cross-fetch "^3.1.5"
cross-spawn "^7.0.3"
@@ -108,9 +108,9 @@
ink-spinner "^4.0.3"
ink-testing-library "^2.1.0"
ink-use-stdout-dimensions "^1.0.5"
- jsii "^5.0.1"
- jsii-pacmak "^1.79.0"
- jsii-srcmak "^0.1.867"
+ jsii "^5.1.10"
+ jsii-pacmak "^1.87.0"
+ jsii-srcmak "^0.1.951"
lodash.isequal "^4.5.0"
log4js "^6.7.0"
minimatch "^5.1.0"
@@ -130,15 +130,15 @@
yoga-layout-prebuilt "^1.10.0"
zod "^1.11.17"
-"@cdktf/commons@0.17.3":
- version "0.17.3"
- resolved "https://registry.yarnpkg.com/@cdktf/commons/-/commons-0.17.3.tgz#c73ced3207fd13e1c237bfa835d6bfed1178d13f"
- integrity sha512-5TZpuxjfYvmf1iXoel5HWz06Sf+5VYmZF/HeBmf03uHIAgDYJZZoyFp4wwH4lzT6pjr1uYBbyX49HTkLlmDbxQ==
+"@cdktf/commons@0.18.0":
+ version "0.18.0"
+ resolved "https://registry.yarnpkg.com/@cdktf/commons/-/commons-0.18.0.tgz#88dfa33777693ee4d65707c44d5a68ede1d2566e"
+ integrity sha512-Ndw+yiAQV0K2gOtpyOHrtlw3GByvrBJKb78qraKD5GmGn9Dw40NAtnnQH+E31U7Hi1iwtSoHY/S3qCK1OozH8w==
dependencies:
"@npmcli/ci-detect" "^1.4.0"
"@sentry/node" "^6.19.7"
- cdktf "0.17.3"
- codemaker "^1.76.0"
+ cdktf "0.18.0"
+ codemaker "^1.87.0"
constructs "^10.0.25"
cross-spawn "^7.0.3"
follow-redirects "^1.15.2"
@@ -147,31 +147,31 @@
log4js "^6.7.0"
uuid "^8.3.2"
-"@cdktf/hcl2cdk@0.17.3":
- version "0.17.3"
- resolved "https://registry.yarnpkg.com/@cdktf/hcl2cdk/-/hcl2cdk-0.17.3.tgz#de365c25e13471f213cb07a96571b0ee375d8791"
- integrity sha512-T49ptQ2L5c80hO8XSLESjHq5ILfXQsceK7oK6LFheOidvCFyQPH4EsKUGUazqiqB0/Loab4+tsp/ou2L2BMc6Q==
+"@cdktf/hcl2cdk@0.18.0":
+ version "0.18.0"
+ resolved "https://registry.yarnpkg.com/@cdktf/hcl2cdk/-/hcl2cdk-0.18.0.tgz#ca2befbcb0f05a4a9fb8193aa662bdde6003bfbd"
+ integrity sha512-yL2Og55Ga0QT8yR8t6Dbp2CqzAj3TGspMbptcS468BSFq3OxWtOn4d7EzqvNnKBIVJn1fFUSzv8ooZ4feUhH5w==
dependencies:
"@babel/generator" "^7.21.4"
"@babel/template" "^7.20.7"
"@babel/types" "^7.21.4"
- "@cdktf/commons" "0.17.3"
- "@cdktf/hcl2json" "0.17.3"
- "@cdktf/provider-generator" "0.17.3"
+ "@cdktf/commons" "0.18.0"
+ "@cdktf/hcl2json" "0.18.0"
+ "@cdktf/provider-generator" "0.18.0"
camelcase "^6.3.0"
deep-equal "^2.2.0"
- glob "^10.2.7"
+ glob "^10.3.3"
graphology "^0.25.1"
graphology-types "^0.24.7"
- jsii-rosetta "^5.0.1"
+ jsii-rosetta "^5.1.9"
prettier "^2.8.6"
reserved-words "^0.1.2"
zod "^3.21.4"
-"@cdktf/hcl2json@0.17.3":
- version "0.17.3"
- resolved "https://registry.yarnpkg.com/@cdktf/hcl2json/-/hcl2json-0.17.3.tgz#a20593c7f2b1c7ff9363e0abc78fd42cc19ce611"
- integrity sha512-lczep0P2adwv08bf3mF1ScKyAD/Y502QVxGrYm8+E+3cl11qtFVblFJXRcAS288Opnqz1X0ekN4YCmkPawETbg==
+"@cdktf/hcl2json@0.18.0":
+ version "0.18.0"
+ resolved "https://registry.yarnpkg.com/@cdktf/hcl2json/-/hcl2json-0.18.0.tgz#ad8a296d3b86b4aa0f4e12e27fe1625a46180fa9"
+ integrity sha512-wnnGTdXExmG+HCLsAsce3fOTDBpj8MpadMzKU7hxj+/xdGvACnU0JB7wcK0FRIKlbJFmxgwYzFmVrgd7z3Be/g==
dependencies:
fs-extra "^11.1.1"
@@ -183,18 +183,18 @@
nan "^2.14.2"
prebuild-install "^7.1.1"
-"@cdktf/provider-generator@0.17.3":
- version "0.17.3"
- resolved "https://registry.yarnpkg.com/@cdktf/provider-generator/-/provider-generator-0.17.3.tgz#b4e05dec46c93c33e581a7365ff063d5423a4755"
- integrity sha512-HXzLVmn2Y+1OuoRkhIhUy8A3EikgnZUcuNHgyt0Z7+uUQ6qf0082iF5v7qrRbs+sZ7UvKyLIgy+bch+ZkskVpg==
+"@cdktf/provider-generator@0.18.0":
+ version "0.18.0"
+ resolved "https://registry.yarnpkg.com/@cdktf/provider-generator/-/provider-generator-0.18.0.tgz#250f24ae488b5f620224e12f3e3e027cdc0cdb32"
+ integrity sha512-w3MqL9OY41HlC6hAtVQ9AQQFZRekzRhOEXmw7VLBQBf0HHvdNB/sgeyvK1Pbs/SpkzgKWTMP7RWbu0sFtC7KTQ==
dependencies:
- "@cdktf/commons" "0.17.3"
- "@cdktf/hcl2json" "0.17.3"
+ "@cdktf/commons" "0.18.0"
+ "@cdktf/hcl2json" "0.18.0"
"@types/node" "16.18.23"
- codemaker "^1.76.0"
+ codemaker "^1.87.0"
deepmerge "^4.2.2"
fs-extra "^8.1.0"
- jsii-srcmak "^0.1.867"
+ jsii-srcmak "^0.1.951"
"@cdktf/provider-project@^0.2.95":
version "0.2.122"
@@ -1177,26 +1177,26 @@ case@^1.6.3:
resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9"
integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ==
-cdktf-cli@^0.17.0:
- version "0.17.3"
- resolved "https://registry.yarnpkg.com/cdktf-cli/-/cdktf-cli-0.17.3.tgz#b5796c1fed726fbc2eb735882473ba1799209deb"
- integrity sha512-wVOjzfwF4KUkGbdxuQ+/TfLuENbl0Lymp4Kz3cwbxXdEOOy//GlYjHIV+HA+kIl7bS6UtcyfKFXP3QDjjyb/3w==
+cdktf-cli@^0.18.0:
+ version "0.18.0"
+ resolved "https://registry.yarnpkg.com/cdktf-cli/-/cdktf-cli-0.18.0.tgz#cb77240ee522cfca28d9a4e83b6820506deb0c69"
+ integrity sha512-MDXJScjMuBzhNYbRgJCWldL7AJ4T7InWPUGz6LKsX+vfCZqzMwoMXGswA40Uvxd4KGX/PhRRsw6s2jQ4dTatYw==
dependencies:
- "@cdktf/cli-core" "0.17.3"
- "@cdktf/commons" "0.17.3"
- "@cdktf/hcl2cdk" "0.17.3"
- "@cdktf/hcl2json" "0.17.3"
+ "@cdktf/cli-core" "0.18.0"
+ "@cdktf/commons" "0.18.0"
+ "@cdktf/hcl2cdk" "0.18.0"
+ "@cdktf/hcl2json" "0.18.0"
"@inquirer/prompts" "^2.3.0"
"@sentry/node" "^6.19.7"
- cdktf "0.17.3"
- codemaker "^1.76.0"
+ cdktf "0.18.0"
+ codemaker "^1.87.0"
constructs "^10.0.25"
cross-spawn "^7.0.3"
https-proxy-agent "^5.0.1"
ink-select-input "^4.2.1"
ink-table "^3.0.0"
- jsii "^5.0.1"
- jsii-pacmak "^1.79.0"
+ jsii "^5.1.10"
+ jsii-pacmak "^1.87.0"
minimatch "^5.1.0"
node-fetch "^2.6.7"
pidtree "^0.6.0"
@@ -1207,10 +1207,10 @@ cdktf-cli@^0.17.0:
yoga-layout-prebuilt "^1.10.0"
zod "^1.11.17"
-cdktf@0.17.3, cdktf@^0.17.0:
- version "0.17.3"
- resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.17.3.tgz#8ef8ad34a1946551bcd6f453668552629f2e41f3"
- integrity sha512-bqAzuuYLc8sy0ZoKw/RnohS6SH6fwAhCsU31vxuEiwu0BVcCaExfjQVZx/iJgmF1TJqk/cu2fMCLUgT3PDAuhQ==
+cdktf@0.18.0, cdktf@^0.18.0:
+ version "0.18.0"
+ resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.18.0.tgz#b79eb924afff7af38877bb4ffdfe3bdf954131b0"
+ integrity sha512-iTWy2g0mCE2YW2hPxdWEzMwCVgyzDyheHWJTS4OcLZsR+lXETFX0lonoc5XGnX8CHBL4AbFY+EEqCUs5v7A4bQ==
dependencies:
archiver "5.3.1"
json-stable-stringify "^1.0.2"
@@ -1389,7 +1389,7 @@ code-excerpt@^3.0.0:
dependencies:
convert-to-spaces "^1.0.1"
-codemaker@^1.76.0, codemaker@^1.79.0, codemaker@^1.87.0:
+codemaker@^1.86.1, codemaker@^1.87.0:
version "1.87.0"
resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.87.0.tgz#87af3e2e338a14fcaf192f9e60dce1d6ff61414d"
integrity sha512-PxEtigxOiIWWQV95OQK18xYMSPpqQDj/z1jSlouNp+4y2muygO+fTc19kf9Z950ryprHCoasnO62dmyhMZvluQ==
@@ -2366,7 +2366,7 @@ glob-promise@^6.0.3:
dependencies:
"@types/glob" "^8.0.0"
-glob@^10.2.2, glob@^10.2.5, glob@^10.2.7:
+glob@^10.2.2, glob@^10.2.5, glob@^10.3.3:
version "10.3.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.3.tgz#8360a4ffdd6ed90df84aa8d52f21f452e86a123b"
integrity sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==
@@ -3094,7 +3094,7 @@ jsii-docgen@~9.0.0:
semver "^7.5.3"
yargs "^16.2.0"
-jsii-pacmak@^1.79.0, jsii-pacmak@^1.87.0:
+jsii-pacmak@^1.87.0:
version "1.87.0"
resolved "https://registry.yarnpkg.com/jsii-pacmak/-/jsii-pacmak-1.87.0.tgz#dfc0cbc2b926af32761275493d5fb6b49a8f906b"
integrity sha512-7J+TArdoIJYePI326hEcsRiA5j3xsNhoxiDcpynkzHIt0Mk00agIcjYjbJV/4oWokGMBH7SgWK/gX7NSU/ywJA==
@@ -3155,7 +3155,7 @@ jsii-rosetta@^1.87.0:
workerpool "^6.4.0"
yargs "^16.2.0"
-jsii-rosetta@^5.0.1:
+jsii-rosetta@^5.1.9:
version "5.1.10"
resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.1.10.tgz#90ff2d1f5909a60c3312310ca1ce10ca9e777b76"
integrity sha512-8j4+IdVBgc4OB9UVjs7Mb6htq4/mYa4N0TyciE/GPas3T+PVXjtPaLzoW8m1WX4Oku/rUNnVMDLZ7TV8YH4PSQ==
@@ -3193,7 +3193,7 @@ jsii-rosetta@~5.1.2:
workerpool "^6.4.0"
yargs "^17.7.2"
-jsii-srcmak@^0.1.867:
+jsii-srcmak@^0.1.951:
version "0.1.951"
resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.951.tgz#dd589f12f227d80674e5c9fd111aa672ac40a769"
integrity sha512-zaKqrsR416yX+QhE1T4mkBWqPpsHQmBnBbsR0f5a32Uknr3+l4PCVtuV5/rgthAG6iE4Pa6c/jO0vcTzyzEY6A==
@@ -3223,7 +3223,7 @@ jsii@1.87.0:
typescript "~3.9.10"
yargs "^16.2.0"
-jsii@^5.0.1, jsii@~5.1.10, jsii@~5.1.5:
+jsii@^5.0.1, jsii@^5.1.10, jsii@~5.1.10, jsii@~5.1.5:
version "5.1.11"
resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.1.11.tgz#6c3faea5d9c2c9a85b06a5b65828e749fd6e437f"
integrity sha512-fM7RBmF6DcwVkfRhKZNK5NfPpTWCIoO6zkyPwZL8U8dO7SM1vP2xyUwG9upIHG17fv2BYYqg3wGlTwUE9aYL8w==
@@ -4308,10 +4308,10 @@ progress@^2.0.3:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
-projen@^0.72.22:
- version "0.72.22"
- resolved "https://registry.yarnpkg.com/projen/-/projen-0.72.22.tgz#3f8a3e55ae91deeb6ebd2f752a4b01581ef70d44"
- integrity sha512-cJ5szJDx/JvyiWFm+NFFn+mqMSjYawBnXffe+4fgpCbCtvZJds8YougwuRbgdRyV8GoroDFiTsV1wpnWjFz4/Q==
+projen@^0.72.23:
+ version "0.72.23"
+ resolved "https://registry.yarnpkg.com/projen/-/projen-0.72.23.tgz#44aab0144250a8e815e088a2bce28d3ea9e08f4a"
+ integrity sha512-1cA9rQaMEnNPOFlzvuGFoVEPd+22eI/TU9hE2MLV9mXGY1X5FDpcgpsVYHP1DM/6e/PRZKks8MyVm1YGelrvKQ==
dependencies:
"@iarna/toml" "^2.2.5"
case "^1.6.3"