From db20b575500c5c8c0b2faa6b6f76505a7f9aa328 Mon Sep 17 00:00:00 2001 From: github-team-tf-cdk Date: Wed, 4 Oct 2023 14:21:29 +0000 Subject: [PATCH] chore(deps): Updated by cdktf/cdktf-repository-manager@20c94c5 --- docs/awsNetworkPeering.go.md | 16 ++++----- docs/awsTransitGatewayAttachment.go.md | 16 ++++----- docs/azurePeeringConnection.go.md | 16 ++++----- docs/boundaryCluster.go.md | 22 ++++++------ docs/consulCluster.go.md | 22 ++++++------ docs/consulClusterRootToken.go.md | 16 ++++----- docs/consulSnapshot.go.md | 16 ++++----- docs/dataHcpAwsNetworkPeering.go.md | 16 ++++----- docs/dataHcpAwsTransitGatewayAttachment.go.md | 16 ++++----- docs/dataHcpAzurePeeringConnection.go.md | 16 ++++----- docs/dataHcpBoundaryCluster.go.md | 22 ++++++------ docs/dataHcpConsulAgentHelmConfig.go.md | 16 ++++----- docs/dataHcpConsulAgentKubernetesSecret.go.md | 16 ++++----- docs/dataHcpConsulCluster.go.md | 22 ++++++------ docs/dataHcpConsulVersions.go.md | 16 ++++----- docs/dataHcpHvn.go.md | 16 ++++----- docs/dataHcpHvnPeeringConnection.go.md | 16 ++++----- docs/dataHcpHvnRoute.go.md | 16 ++++----- docs/dataHcpPackerBucketNames.go.md | 16 ++++----- docs/dataHcpPackerImage.go.md | 16 ++++----- docs/dataHcpPackerIteration.go.md | 16 ++++----- docs/dataHcpPackerRunTask.go.md | 16 ++++----- docs/dataHcpVaultCluster.go.md | 34 +++++++++---------- docs/dataHcpVaultPlugin.go.md | 16 ++++----- docs/dataHcpVaultSecretsApp.go.md | 10 +++--- docs/dataHcpVaultSecretsSecret.go.md | 10 +++--- docs/hvn.go.md | 16 ++++----- docs/hvnPeeringConnection.go.md | 16 ++++----- docs/hvnRoute.go.md | 16 ++++----- docs/packerChannel.go.md | 16 ++++----- docs/packerChannelAssignment.go.md | 16 ++++----- docs/packerRunTask.go.md | 16 ++++----- docs/provider.go.md | 10 +++--- docs/vaultCluster.go.md | 34 +++++++++---------- docs/vaultClusterAdminToken.go.md | 16 ++++----- docs/vaultPlugin.go.md | 16 ++++----- docs/vaultSecretsApp.go.md | 10 +++--- docs/vaultSecretsSecret.go.md | 10 +++--- package.json | 2 +- src/aws-network-peering/index.ts | 5 --- src/aws-transit-gateway-attachment/index.ts | 5 --- src/azure-peering-connection/index.ts | 5 --- src/boundary-cluster/index.ts | 5 --- src/consul-cluster-root-token/index.ts | 5 --- src/consul-cluster/index.ts | 5 --- src/consul-snapshot/index.ts | 5 --- src/data-hcp-aws-network-peering/index.ts | 5 --- .../index.ts | 5 --- .../index.ts | 5 --- src/data-hcp-boundary-cluster/index.ts | 5 --- .../index.ts | 5 --- .../index.ts | 5 --- src/data-hcp-consul-cluster/index.ts | 5 --- src/data-hcp-consul-versions/index.ts | 5 --- src/data-hcp-hvn-peering-connection/index.ts | 5 --- src/data-hcp-hvn-route/index.ts | 5 --- src/data-hcp-hvn/index.ts | 5 --- src/data-hcp-packer-bucket-names/index.ts | 5 --- src/data-hcp-packer-image/index.ts | 5 --- src/data-hcp-packer-iteration/index.ts | 5 --- src/data-hcp-packer-run-task/index.ts | 5 --- src/data-hcp-vault-cluster/index.ts | 5 --- src/data-hcp-vault-plugin/index.ts | 5 --- src/data-hcp-vault-secrets-app/index.ts | 5 --- src/data-hcp-vault-secrets-secret/index.ts | 5 --- src/hvn-peering-connection/index.ts | 5 --- src/hvn-route/index.ts | 5 --- src/hvn/index.ts | 5 --- src/index.ts | 5 --- src/lazy-index.ts | 5 --- src/packer-channel-assignment/index.ts | 5 --- src/packer-channel/index.ts | 5 --- src/packer-run-task/index.ts | 5 --- src/provider/index.ts | 5 --- src/vault-cluster-admin-token/index.ts | 5 --- src/vault-cluster/index.ts | 5 --- src/vault-plugin/index.ts | 5 --- src/vault-secrets-app/index.ts | 5 --- src/vault-secrets-secret/index.ts | 5 --- yarn.lock | 8 ++--- 80 files changed, 324 insertions(+), 524 deletions(-) diff --git a/docs/awsNetworkPeering.go.md b/docs/awsNetworkPeering.go.md index e1ad28f4d..02d3d05cb 100644 --- a/docs/awsNetworkPeering.go.md +++ b/docs/awsNetworkPeering.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" awsnetworkpeering.AwsNetworkPeering_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" &awsnetworkpeering.AwsNetworkPeeringConfig { Connection: interface{}, @@ -808,7 +808,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awsnetworkpeering" PeerVpcRegion: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.awsNetworkPeering.AwsNetworkPeeringTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.awsNetworkPeering.AwsNetworkPeeringTimeouts, } ``` @@ -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/v7/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" &awsnetworkpeering.AwsNetworkPeeringTimeouts { Create: *string, @@ -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/v7/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" awsnetworkpeering.NewAwsNetworkPeeringTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AwsNetworkPeeringTimeoutsOutputReference ``` diff --git a/docs/awsTransitGatewayAttachment.go.md b/docs/awsTransitGatewayAttachment.go.md index 0f2dba0a3..55abf7dce 100644 --- a/docs/awsTransitGatewayAttachment.go.md +++ b/docs/awsTransitGatewayAttachment.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" awstransitgatewayattachment.AwsTransitGatewayAttachment_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" &awstransitgatewayattachment.AwsTransitGatewayAttachmentConfig { Connection: interface{}, @@ -785,7 +785,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/awstransitgatewayattachmen TransitGatewayId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.awsTransitGatewayAttachment.AwsTransitGatewayAttachmentTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.awsTransitGatewayAttachment.AwsTransitGatewayAttachmentTimeouts, } ``` @@ -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/v7/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" &awstransitgatewayattachment.AwsTransitGatewayAttachmentTimeouts { Create: *string, @@ -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/v7/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" awstransitgatewayattachment.NewAwsTransitGatewayAttachmentTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AwsTransitGatewayAttachmentTimeoutsOutputReference ``` diff --git a/docs/azurePeeringConnection.go.md b/docs/azurePeeringConnection.go.md index c56215472..cf89f5080 100644 --- a/docs/azurePeeringConnection.go.md +++ b/docs/azurePeeringConnection.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" azurepeeringconnection.AzurePeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" &azurepeeringconnection.AzurePeeringConnectionConfig { Connection: interface{}, @@ -846,7 +846,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/azurepeeringconnection" PeerVnetName: *string, PeerVnetRegion: *string, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.azurePeeringConnection.AzurePeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.azurePeeringConnection.AzurePeeringConnectionTimeouts, } ``` @@ -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/v7/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" &azurepeeringconnection.AzurePeeringConnectionTimeouts { Create: *string, @@ -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/v7/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" azurepeeringconnection.NewAzurePeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AzurePeeringConnectionTimeoutsOutputReference ``` diff --git a/docs/boundaryCluster.go.md b/docs/boundaryCluster.go.md index f49392650..a6f6942dc 100644 --- a/docs/boundaryCluster.go.md +++ b/docs/boundaryCluster.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.BoundaryCluster_IsConstruct(x interface{}) *bool ``` @@ -356,7 +356,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" &boundarycluster.BoundaryClusterConfig { Connection: interface{}, @@ -793,9 +793,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/boundarycluster" Tier: *string, Username: *string, Id: *string, - MaintenanceWindowConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.boundaryCluster.BoundaryClusterMaintenanceWindowConfig, + MaintenanceWindowConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.boundaryCluster.BoundaryClusterMaintenanceWindowConfig, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.boundaryCluster.BoundaryClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.boundaryCluster.BoundaryClusterTimeouts, } ``` @@ -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/v7/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" &boundarycluster.BoundaryClusterMaintenanceWindowConfig { Day: *string, @@ -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/v7/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" &boundarycluster.BoundaryClusterTimeouts { Create: *string, @@ -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/v7/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" boundarycluster.NewBoundaryClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) BoundaryClusterTimeoutsOutputReference ``` diff --git a/docs/consulCluster.go.md b/docs/consulCluster.go.md index 73c8fff02..308397516 100644 --- a/docs/consulCluster.go.md +++ b/docs/consulCluster.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.ConsulCluster_IsConstruct(x interface{}) *bool ``` @@ -405,7 +405,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" &consulcluster.ConsulClusterConfig { Connection: interface{}, @@ -1125,7 +1125,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulcluster" ProjectId: *string, PublicEndpoint: interface{}, Size: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.consulCluster.ConsulClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.consulCluster.ConsulClusterTimeouts, } ``` @@ -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/v7/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" &consulcluster.ConsulClusterIpAllowlistStruct { Address: *string, @@ -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/v7/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" &consulcluster.ConsulClusterTimeouts { Create: *string, @@ -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/v7/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" consulcluster.NewConsulClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ConsulClusterTimeoutsOutputReference ``` diff --git a/docs/consulClusterRootToken.go.md b/docs/consulClusterRootToken.go.md index 2401698ff..8c8ba019b 100644 --- a/docs/consulClusterRootToken.go.md +++ b/docs/consulClusterRootToken.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" consulclusterroottoken.ConsulClusterRootToken_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" &consulclusterroottoken.ConsulClusterRootTokenConfig { Connection: interface{}, @@ -683,7 +683,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulclusterroottoken" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.consulClusterRootToken.ConsulClusterRootTokenTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.consulClusterRootToken.ConsulClusterRootTokenTimeouts, } ``` @@ -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/v7/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" &consulclusterroottoken.ConsulClusterRootTokenTimeouts { Default: *string, @@ -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/v7/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" consulclusterroottoken.NewConsulClusterRootTokenTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ConsulClusterRootTokenTimeoutsOutputReference ``` diff --git a/docs/consulSnapshot.go.md b/docs/consulSnapshot.go.md index bbaec8410..80820b46c 100644 --- a/docs/consulSnapshot.go.md +++ b/docs/consulSnapshot.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" consulsnapshot.ConsulSnapshot_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" &consulsnapshot.ConsulSnapshotConfig { Connection: interface{}, @@ -739,7 +739,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/consulsnapshot" SnapshotName: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.consulSnapshot.ConsulSnapshotTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.consulSnapshot.ConsulSnapshotTimeouts, } ``` @@ -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/v7/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" &consulsnapshot.ConsulSnapshotTimeouts { Create: *string, @@ -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/v7/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" consulsnapshot.NewConsulSnapshotTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ConsulSnapshotTimeoutsOutputReference ``` diff --git a/docs/dataHcpAwsNetworkPeering.go.md b/docs/dataHcpAwsNetworkPeering.go.md index f6234dc48..7a8368acc 100644 --- a/docs/dataHcpAwsNetworkPeering.go.md +++ b/docs/dataHcpAwsNetworkPeering.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" &datahcpawsnetworkpeering.DataHcpAwsNetworkPeeringConfig { Connection: interface{}, @@ -779,7 +779,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawsnetworkpeering" PeeringId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringTimeouts, WaitForActiveState: interface{}, } ``` @@ -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/v7/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" &datahcpawsnetworkpeering.DataHcpAwsNetworkPeeringTimeouts { Read: *string, @@ -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/v7/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" datahcpawsnetworkpeering.NewDataHcpAwsNetworkPeeringTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpAwsNetworkPeeringTimeoutsOutputReference ``` diff --git a/docs/dataHcpAwsTransitGatewayAttachment.go.md b/docs/dataHcpAwsTransitGatewayAttachment.go.md index 9668c4eb1..e5a1cff61 100644 --- a/docs/dataHcpAwsTransitGatewayAttachment.go.md +++ b/docs/dataHcpAwsTransitGatewayAttachment.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" &datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachmentConfig { Connection: interface{}, @@ -757,7 +757,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpawstransitgatewayat TransitGatewayAttachmentId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentTimeouts, WaitForActiveState: interface{}, } ``` @@ -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/v7/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" &datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachmentTimeouts { Default: *string, @@ -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/v7/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.NewDataHcpAwsTransitGatewayAttachmentTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpAwsTransitGatewayAttachmentTimeoutsOutputReference ``` diff --git a/docs/dataHcpAzurePeeringConnection.go.md b/docs/dataHcpAzurePeeringConnection.go.md index cc833bba7..7b60e4add 100644 --- a/docs/dataHcpAzurePeeringConnection.go.md +++ b/docs/dataHcpAzurePeeringConnection.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" &datahcpazurepeeringconnection.DataHcpAzurePeeringConnectionConfig { Connection: interface{}, @@ -793,7 +793,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpazurepeeringconnect HvnLink: *string, PeeringId: *string, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionTimeouts, WaitForActiveState: interface{}, } ``` @@ -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/v7/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" &datahcpazurepeeringconnection.DataHcpAzurePeeringConnectionTimeouts { Read: *string, @@ -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/v7/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" datahcpazurepeeringconnection.NewDataHcpAzurePeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpAzurePeeringConnectionTimeoutsOutputReference ``` diff --git a/docs/dataHcpBoundaryCluster.go.md b/docs/dataHcpBoundaryCluster.go.md index 2ae6f0982..ecb65af3d 100644 --- a/docs/dataHcpBoundaryCluster.go.md +++ b/docs/dataHcpBoundaryCluster.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.DataHcpBoundaryCluster_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" &datahcpboundarycluster.DataHcpBoundaryClusterConfig { Connection: interface{}, @@ -683,7 +683,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpBoundaryCluster.DataHcpBoundaryClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpBoundaryCluster.DataHcpBoundaryClusterTimeouts, } ``` @@ -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/v7/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" &datahcpboundarycluster.DataHcpBoundaryClusterMaintenanceWindowConfig { @@ -854,7 +854,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" &datahcpboundarycluster.DataHcpBoundaryClusterTimeouts { Default: *string, @@ -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/v7/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" datahcpboundarycluster.NewDataHcpBoundaryClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpBoundaryClusterTimeoutsOutputReference ``` diff --git a/docs/dataHcpConsulAgentHelmConfig.go.md b/docs/dataHcpConsulAgentHelmConfig.go.md index bdcd2843d..328675501 100644 --- a/docs/dataHcpConsulAgentHelmConfig.go.md +++ b/docs/dataHcpConsulAgentHelmConfig.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" &datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfigConfig { Connection: interface{}, @@ -692,7 +692,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagenthelmconf ExposeGossipPorts: interface{}, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigTimeouts, } ``` @@ -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/v7/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" &datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfigTimeouts { Default: *string, @@ -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/v7/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.NewDataHcpConsulAgentHelmConfigTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulAgentHelmConfigTimeoutsOutputReference ``` diff --git a/docs/dataHcpConsulAgentKubernetesSecret.go.md b/docs/dataHcpConsulAgentKubernetesSecret.go.md index 5f27b61fd..4000eadfa 100644 --- a/docs/dataHcpConsulAgentKubernetesSecret.go.md +++ b/docs/dataHcpConsulAgentKubernetesSecret.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" &datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecretConfig { Connection: interface{}, @@ -639,7 +639,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulagentkubernet ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretTimeouts, } ``` @@ -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/v7/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" &datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecretTimeouts { Default: *string, @@ -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/v7/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.NewDataHcpConsulAgentKubernetesSecretTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulAgentKubernetesSecretTimeoutsOutputReference ``` diff --git a/docs/dataHcpConsulCluster.go.md b/docs/dataHcpConsulCluster.go.md index 69795bf68..c57809343 100644 --- a/docs/dataHcpConsulCluster.go.md +++ b/docs/dataHcpConsulCluster.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.DataHcpConsulCluster_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" &datahcpconsulcluster.DataHcpConsulClusterConfig { Connection: interface{}, @@ -881,7 +881,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpConsulCluster.DataHcpConsulClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulCluster.DataHcpConsulClusterTimeouts, } ``` @@ -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/v7/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" &datahcpconsulcluster.DataHcpConsulClusterIpAllowlistStruct { @@ -1051,7 +1051,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" &datahcpconsulcluster.DataHcpConsulClusterTimeouts { Default: *string, @@ -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/v7/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" datahcpconsulcluster.NewDataHcpConsulClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulClusterTimeoutsOutputReference ``` diff --git a/docs/dataHcpConsulVersions.go.md b/docs/dataHcpConsulVersions.go.md index 288a8ebc6..fd0663e1f 100644 --- a/docs/dataHcpConsulVersions.go.md +++ b/docs/dataHcpConsulVersions.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" datahcpconsulversions.DataHcpConsulVersions_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" &datahcpconsulversions.DataHcpConsulVersionsConfig { Connection: interface{}, @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpconsulversions" Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, Provisioners: *[]interface{}, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpConsulVersions.DataHcpConsulVersionsTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulVersions.DataHcpConsulVersionsTimeouts, } ``` @@ -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/v7/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" &datahcpconsulversions.DataHcpConsulVersionsTimeouts { Default: *string, @@ -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/v7/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" datahcpconsulversions.NewDataHcpConsulVersionsTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulVersionsTimeoutsOutputReference ``` diff --git a/docs/dataHcpHvn.go.md b/docs/dataHcpHvn.go.md index 20c6ab068..79a0861e1 100644 --- a/docs/dataHcpHvn.go.md +++ b/docs/dataHcpHvn.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" datahcphvn.DataHcpHvn_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" &datahcphvn.DataHcpHvnConfig { Connection: interface{}, @@ -716,7 +716,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvn" HvnId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpHvn.DataHcpHvnTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpHvn.DataHcpHvnTimeouts, } ``` @@ -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/v7/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" &datahcphvn.DataHcpHvnTimeouts { Default: *string, @@ -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/v7/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" datahcphvn.NewDataHcpHvnTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpHvnTimeoutsOutputReference ``` diff --git a/docs/dataHcpHvnPeeringConnection.go.md b/docs/dataHcpHvnPeeringConnection.go.md index 8816a3cd6..075200a8a 100644 --- a/docs/dataHcpHvnPeeringConnection.go.md +++ b/docs/dataHcpHvnPeeringConnection.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" &datahcphvnpeeringconnection.DataHcpHvnPeeringConnectionConfig { Connection: interface{}, @@ -736,7 +736,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnpeeringconnectio Hvn2: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionTimeouts, } ``` @@ -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/v7/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" &datahcphvnpeeringconnection.DataHcpHvnPeeringConnectionTimeouts { Default: *string, @@ -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/v7/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" datahcphvnpeeringconnection.NewDataHcpHvnPeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpHvnPeeringConnectionTimeoutsOutputReference ``` diff --git a/docs/dataHcpHvnRoute.go.md b/docs/dataHcpHvnRoute.go.md index f74b11431..aad9fb77e 100644 --- a/docs/dataHcpHvnRoute.go.md +++ b/docs/dataHcpHvnRoute.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.DataHcpHvnRoute_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" &datahcphvnroute.DataHcpHvnRouteConfig { Connection: interface{}, @@ -706,7 +706,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcphvnroute" HvnRouteId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpHvnRoute.DataHcpHvnRouteTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpHvnRoute.DataHcpHvnRouteTimeouts, } ``` @@ -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/v7/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" &datahcphvnroute.DataHcpHvnRouteTimeouts { Default: *string, @@ -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/v7/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" datahcphvnroute.NewDataHcpHvnRouteTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpHvnRouteTimeoutsOutputReference ``` diff --git a/docs/dataHcpPackerBucketNames.go.md b/docs/dataHcpPackerBucketNames.go.md index c5947add6..06c45dc3b 100644 --- a/docs/dataHcpPackerBucketNames.go.md +++ b/docs/dataHcpPackerBucketNames.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" datahcppackerbucketnames.DataHcpPackerBucketNames_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" &datahcppackerbucketnames.DataHcpPackerBucketNamesConfig { Connection: interface{}, @@ -627,7 +627,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerbucketnames" Provisioners: *[]interface{}, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpPackerBucketNames.DataHcpPackerBucketNamesTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpPackerBucketNames.DataHcpPackerBucketNamesTimeouts, } ``` @@ -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/v7/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" &datahcppackerbucketnames.DataHcpPackerBucketNamesTimeouts { Default: *string, @@ -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/v7/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" datahcppackerbucketnames.NewDataHcpPackerBucketNamesTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerBucketNamesTimeoutsOutputReference ``` diff --git a/docs/dataHcpPackerImage.go.md b/docs/dataHcpPackerImage.go.md index 46588d58a..f79e279f5 100644 --- a/docs/dataHcpPackerImage.go.md +++ b/docs/dataHcpPackerImage.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" datahcppackerimage.DataHcpPackerImage_IsConstruct(x interface{}) *bool ``` @@ -357,7 +357,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" &datahcppackerimage.DataHcpPackerImageConfig { Connection: interface{}, @@ -841,7 +841,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerimage" Id: *string, IterationId: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpPackerImage.DataHcpPackerImageTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpPackerImage.DataHcpPackerImageTimeouts, } ``` @@ -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/v7/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" &datahcppackerimage.DataHcpPackerImageTimeouts { Default: *string, @@ -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/v7/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" datahcppackerimage.NewDataHcpPackerImageTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerImageTimeoutsOutputReference ``` diff --git a/docs/dataHcpPackerIteration.go.md b/docs/dataHcpPackerIteration.go.md index 1d5d86a33..ccbfdefc5 100644 --- a/docs/dataHcpPackerIteration.go.md +++ b/docs/dataHcpPackerIteration.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" datahcppackeriteration.DataHcpPackerIteration_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" &datahcppackeriteration.DataHcpPackerIterationConfig { Connection: interface{}, @@ -739,7 +739,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackeriteration" Channel: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpPackerIteration.DataHcpPackerIterationTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpPackerIteration.DataHcpPackerIterationTimeouts, } ``` @@ -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/v7/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" &datahcppackeriteration.DataHcpPackerIterationTimeouts { Default: *string, @@ -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/v7/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" datahcppackeriteration.NewDataHcpPackerIterationTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerIterationTimeoutsOutputReference ``` diff --git a/docs/dataHcpPackerRunTask.go.md b/docs/dataHcpPackerRunTask.go.md index 8ff141e91..c79db27bc 100644 --- a/docs/dataHcpPackerRunTask.go.md +++ b/docs/dataHcpPackerRunTask.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" datahcppackerruntask.DataHcpPackerRunTask_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" &datahcppackerruntask.DataHcpPackerRunTaskConfig { Connection: interface{}, @@ -638,7 +638,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcppackerruntask" Provisioners: *[]interface{}, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpPackerRunTask.DataHcpPackerRunTaskTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpPackerRunTask.DataHcpPackerRunTaskTimeouts, } ``` @@ -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/v7/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" &datahcppackerruntask.DataHcpPackerRunTaskTimeouts { Default: *string, @@ -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/v7/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" datahcppackerruntask.NewDataHcpPackerRunTaskTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerRunTaskTimeoutsOutputReference ``` diff --git a/docs/dataHcpVaultCluster.go.md b/docs/dataHcpVaultCluster.go.md index 0602c0ba6..2d9e6ae37 100644 --- a/docs/dataHcpVaultCluster.go.md +++ b/docs/dataHcpVaultCluster.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.DataHcpVaultCluster_IsConstruct(x interface{}) *bool ``` @@ -376,7 +376,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.DataHcpVaultCluster_IsTerraformDataSource(x interface{}) *bool ``` @@ -908,7 +908,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterAuditLogConfig { @@ -921,7 +921,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterConfig { Connection: interface{}, @@ -936,7 +936,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" Id: *string, MetricsConfig: interface{}, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpVaultCluster.DataHcpVaultClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpVaultCluster.DataHcpVaultClusterTimeouts, } ``` @@ -1123,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/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterMajorVersionUpgradeConfig { @@ -1136,7 +1136,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterMetricsConfig { @@ -1149,7 +1149,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterTimeouts { Default: *string, @@ -1183,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/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterAuditLogConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpVaultClusterAuditLogConfigList ``` @@ -1326,7 +1326,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterAuditLogConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpVaultClusterAuditLogConfigOutputReference ``` @@ -1736,7 +1736,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterMajorVersionUpgradeConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpVaultClusterMajorVersionUpgradeConfigList ``` @@ -1868,7 +1868,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterMajorVersionUpgradeConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpVaultClusterMajorVersionUpgradeConfigOutputReference ``` @@ -2168,7 +2168,7 @@ func InternalValue() DataHcpVaultClusterMajorVersionUpgradeConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterMetricsConfigList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataHcpVaultClusterMetricsConfigList ``` @@ -2311,7 +2311,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterMetricsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataHcpVaultClusterMetricsConfigOutputReference ``` @@ -2710,7 +2710,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpVaultClusterTimeoutsOutputReference ``` diff --git a/docs/dataHcpVaultPlugin.go.md b/docs/dataHcpVaultPlugin.go.md index c7e071d70..7319abf54 100644 --- a/docs/dataHcpVaultPlugin.go.md +++ b/docs/dataHcpVaultPlugin.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.NewDataHcpVaultPlugin(scope Construct, id *string, config DataHcpVaultPluginConfig) DataHcpVaultPlugin ``` @@ -304,7 +304,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.DataHcpVaultPlugin_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.DataHcpVaultPlugin_IsTerraformElement(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datahcpvaultplugin.DataHcpVaultPlugin_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.DataHcpVaultPlugin_IsTerraformDataSource(x interface{}) *bool ``` @@ -659,7 +659,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" &datahcpvaultplugin.DataHcpVaultPluginConfig { Connection: interface{}, @@ -674,7 +674,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultplugin" PluginType: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.dataHcpVaultPlugin.DataHcpVaultPluginTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpVaultPlugin.DataHcpVaultPluginTimeouts, } ``` @@ -861,7 +861,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" &datahcpvaultplugin.DataHcpVaultPluginTimeouts { Default: *string, @@ -895,7 +895,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" datahcpvaultplugin.NewDataHcpVaultPluginTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpVaultPluginTimeoutsOutputReference ``` diff --git a/docs/dataHcpVaultSecretsApp.go.md b/docs/dataHcpVaultSecretsApp.go.md index 4f619b97f..732e94151 100644 --- a/docs/dataHcpVaultSecretsApp.go.md +++ b/docs/dataHcpVaultSecretsApp.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" datahcpvaultsecretsapp.NewDataHcpVaultSecretsApp(scope Construct, id *string, config DataHcpVaultSecretsAppConfig) DataHcpVaultSecretsApp ``` @@ -270,7 +270,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsConstruct(x interface{}) *bool ``` @@ -302,7 +302,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsTerraformElement(x interface{}) *bool ``` @@ -316,7 +316,7 @@ datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsTerraformElement(x interface{}) ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsTerraformDataSource(x interface{}) *bool ``` @@ -559,7 +559,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" &datahcpvaultsecretsapp.DataHcpVaultSecretsAppConfig { Connection: interface{}, diff --git a/docs/dataHcpVaultSecretsSecret.go.md b/docs/dataHcpVaultSecretsSecret.go.md index f03eb880a..0e83512c2 100644 --- a/docs/dataHcpVaultSecretsSecret.go.md +++ b/docs/dataHcpVaultSecretsSecret.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" datahcpvaultsecretssecret.NewDataHcpVaultSecretsSecret(scope Construct, id *string, config DataHcpVaultSecretsSecretConfig) DataHcpVaultSecretsSecret ``` @@ -270,7 +270,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsConstruct(x interface{}) *bool ``` @@ -302,7 +302,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsTerraformElement(x interface{}) *bool ``` @@ -316,7 +316,7 @@ datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsTerraformElement(x interfa ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsTerraformDataSource(x interface{}) *bool ``` @@ -581,7 +581,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" &datahcpvaultsecretssecret.DataHcpVaultSecretsSecretConfig { Connection: interface{}, diff --git a/docs/hvn.go.md b/docs/hvn.go.md index 4d01dbfb3..35d00d938 100644 --- a/docs/hvn.go.md +++ b/docs/hvn.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" hvn.Hvn_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" &hvn.HvnConfig { Connection: interface{}, @@ -781,7 +781,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvn" CidrBlock: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.hvn.HvnTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.hvn.HvnTimeouts, } ``` @@ -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/v7/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" &hvn.HvnTimeouts { Create: *string, @@ -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/v7/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" hvn.NewHvnTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HvnTimeoutsOutputReference ``` diff --git a/docs/hvnPeeringConnection.go.md b/docs/hvnPeeringConnection.go.md index f9fc4284f..159b60ad5 100644 --- a/docs/hvnPeeringConnection.go.md +++ b/docs/hvnPeeringConnection.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" hvnpeeringconnection.HvnPeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" &hvnpeeringconnection.HvnPeeringConnectionConfig { Connection: interface{}, @@ -739,7 +739,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnpeeringconnection" Hvn2: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.hvnPeeringConnection.HvnPeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.hvnPeeringConnection.HvnPeeringConnectionTimeouts, } ``` @@ -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/v7/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" &hvnpeeringconnection.HvnPeeringConnectionTimeouts { Create: *string, @@ -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/v7/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" hvnpeeringconnection.NewHvnPeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HvnPeeringConnectionTimeoutsOutputReference ``` diff --git a/docs/hvnRoute.go.md b/docs/hvnRoute.go.md index 4d3b86850..cc967a24d 100644 --- a/docs/hvnRoute.go.md +++ b/docs/hvnRoute.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" hvnroute.HvnRoute_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" &hvnroute.HvnRouteConfig { Connection: interface{}, @@ -752,7 +752,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/hvnroute" TargetLink: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.hvnRoute.HvnRouteTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.hvnRoute.HvnRouteTimeouts, } ``` @@ -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/v7/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" &hvnroute.HvnRouteTimeouts { Create: *string, @@ -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/v7/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" hvnroute.NewHvnRouteTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HvnRouteTimeoutsOutputReference ``` diff --git a/docs/packerChannel.go.md b/docs/packerChannel.go.md index ba9c2bebe..0d02238d0 100644 --- a/docs/packerChannel.go.md +++ b/docs/packerChannel.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.NewPackerChannel(scope Construct, id *string, config PackerChannelConfig) PackerChannel ``` @@ -311,7 +311,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.PackerChannel_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.PackerChannel_IsTerraformElement(x interface{}) *bool ``` @@ -357,7 +357,7 @@ packerchannel.PackerChannel_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.PackerChannel_IsTerraformResource(x interface{}) *bool ``` @@ -743,7 +743,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" &packerchannel.PackerChannelConfig { Connection: interface{}, @@ -758,7 +758,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannel" Id: *string, ProjectId: *string, Restricted: interface{}, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.packerChannel.PackerChannelTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.packerChannel.PackerChannelTimeouts, } ``` @@ -947,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/v7/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" &packerchannel.PackerChannelTimeouts { Create: *string, @@ -1023,7 +1023,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" packerchannel.NewPackerChannelTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) PackerChannelTimeoutsOutputReference ``` diff --git a/docs/packerChannelAssignment.go.md b/docs/packerChannelAssignment.go.md index f14fc634a..f7f668a09 100644 --- a/docs/packerChannelAssignment.go.md +++ b/docs/packerChannelAssignment.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" packerchannelassignment.PackerChannelAssignment_IsConstruct(x interface{}) *bool ``` @@ -357,7 +357,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" &packerchannelassignment.PackerChannelAssignmentConfig { Connection: interface{}, @@ -774,7 +774,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerchannelassignment" IterationId: *string, IterationVersion: *f64, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.packerChannelAssignment.PackerChannelAssignmentTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.packerChannelAssignment.PackerChannelAssignmentTimeouts, } ``` @@ -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/v7/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" &packerchannelassignment.PackerChannelAssignmentTimeouts { Create: *string, @@ -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/v7/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" packerchannelassignment.NewPackerChannelAssignmentTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) PackerChannelAssignmentTimeoutsOutputReference ``` diff --git a/docs/packerRunTask.go.md b/docs/packerRunTask.go.md index acf730c30..0cbc91b2b 100644 --- a/docs/packerRunTask.go.md +++ b/docs/packerRunTask.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" packerruntask.PackerRunTask_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" &packerruntask.PackerRunTaskConfig { Connection: interface{}, @@ -690,7 +690,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/packerruntask" Id: *string, ProjectId: *string, RegenerateHmac: interface{}, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.packerRunTask.PackerRunTaskTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.packerRunTask.PackerRunTaskTimeouts, } ``` @@ -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/v7/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" &packerruntask.PackerRunTaskTimeouts { Create: *string, @@ -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/v7/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" packerruntask.NewPackerRunTaskTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) PackerRunTaskTimeoutsOutputReference ``` diff --git a/docs/provider.go.md b/docs/provider.go.md index a718be46d..482f49799 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" provider.HcpProvider_IsConstruct(x interface{}) *bool ``` @@ -200,7 +200,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" &provider.HcpProviderConfig { Alias: *string, diff --git a/docs/vaultCluster.go.md b/docs/vaultCluster.go.md index 047085569..a828b0b9c 100644 --- a/docs/vaultCluster.go.md +++ b/docs/vaultCluster.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultCluster(scope Construct, id *string, config VaultClusterConfig) VaultCluster ``` @@ -406,7 +406,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.VaultCluster_IsConstruct(x interface{}) *bool ``` @@ -438,7 +438,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.VaultCluster_IsTerraformElement(x interface{}) *bool ``` @@ -452,7 +452,7 @@ vaultcluster.VaultCluster_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.VaultCluster_IsTerraformResource(x interface{}) *bool ``` @@ -1080,7 +1080,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterAuditLogConfig { CloudwatchAccessKeyId: *string, @@ -1306,7 +1306,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterConfig { Connection: interface{}, @@ -1318,10 +1318,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" Provisioners: *[]interface{}, ClusterId: *string, HvnId: *string, - AuditLogConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.vaultCluster.VaultClusterAuditLogConfig, + AuditLogConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultCluster.VaultClusterAuditLogConfig, Id: *string, - MajorVersionUpgradeConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.vaultCluster.VaultClusterMajorVersionUpgradeConfig, - MetricsConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.vaultCluster.VaultClusterMetricsConfig, + MajorVersionUpgradeConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultCluster.VaultClusterMajorVersionUpgradeConfig, + MetricsConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultCluster.VaultClusterMetricsConfig, MinVaultVersion: *string, PathsFilter: *[]*string, PrimaryLink: *string, @@ -1329,7 +1329,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" ProxyEndpoint: *string, PublicEndpoint: interface{}, Tier: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.vaultCluster.VaultClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultCluster.VaultClusterTimeouts, } ``` @@ -1642,7 +1642,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterMajorVersionUpgradeConfig { UpgradeType: *string, @@ -1710,7 +1710,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterMetricsConfig { CloudwatchAccessKeyId: *string, @@ -1936,7 +1936,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" &vaultcluster.VaultClusterTimeouts { Create: *string, @@ -2012,7 +2012,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultClusterAuditLogConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterAuditLogConfigOutputReference ``` @@ -2671,7 +2671,7 @@ func InternalValue() VaultClusterAuditLogConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultClusterMajorVersionUpgradeConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterMajorVersionUpgradeConfigOutputReference ``` @@ -3000,7 +3000,7 @@ func InternalValue() VaultClusterMajorVersionUpgradeConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultClusterMetricsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterMetricsConfigOutputReference ``` @@ -3648,7 +3648,7 @@ func InternalValue() VaultClusterMetricsConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" vaultcluster.NewVaultClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterTimeoutsOutputReference ``` diff --git a/docs/vaultClusterAdminToken.go.md b/docs/vaultClusterAdminToken.go.md index 0c9ff7474..45ea487df 100644 --- a/docs/vaultClusterAdminToken.go.md +++ b/docs/vaultClusterAdminToken.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" vaultclusteradmintoken.VaultClusterAdminToken_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/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/v7/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" &vaultclusteradmintoken.VaultClusterAdminTokenConfig { Connection: interface{}, @@ -672,7 +672,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultclusteradmintoken" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.vaultClusterAdminToken.VaultClusterAdminTokenTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultClusterAdminToken.VaultClusterAdminTokenTimeouts, } ``` @@ -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/v7/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" &vaultclusteradmintoken.VaultClusterAdminTokenTimeouts { Create: *string, @@ -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/v7/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" vaultclusteradmintoken.NewVaultClusterAdminTokenTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterAdminTokenTimeoutsOutputReference ``` diff --git a/docs/vaultPlugin.go.md b/docs/vaultPlugin.go.md index 8f669153f..66b4a9a37 100644 --- a/docs/vaultPlugin.go.md +++ b/docs/vaultPlugin.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.NewVaultPlugin(scope Construct, id *string, config VaultPluginConfig) VaultPlugin ``` @@ -304,7 +304,7 @@ func ResetTimeouts() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.VaultPlugin_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.VaultPlugin_IsTerraformElement(x interface{}) *bool ``` @@ -350,7 +350,7 @@ vaultplugin.VaultPlugin_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.VaultPlugin_IsTerraformResource(x interface{}) *bool ``` @@ -681,7 +681,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" &vaultplugin.VaultPluginConfig { Connection: interface{}, @@ -696,7 +696,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultplugin" PluginType: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v7.vaultPlugin.VaultPluginTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultPlugin.VaultPluginTimeouts, } ``` @@ -883,7 +883,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" &vaultplugin.VaultPluginTimeouts { Default: *string, @@ -917,7 +917,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" vaultplugin.NewVaultPluginTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultPluginTimeoutsOutputReference ``` diff --git a/docs/vaultSecretsApp.go.md b/docs/vaultSecretsApp.go.md index 94b47abe2..f73743d37 100644 --- a/docs/vaultSecretsApp.go.md +++ b/docs/vaultSecretsApp.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" vaultsecretsapp.NewVaultSecretsApp(scope Construct, id *string, config VaultSecretsAppConfig) VaultSecretsApp ``` @@ -277,7 +277,7 @@ func ResetDescription() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" vaultsecretsapp.VaultSecretsApp_IsConstruct(x interface{}) *bool ``` @@ -309,7 +309,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" vaultsecretsapp.VaultSecretsApp_IsTerraformElement(x interface{}) *bool ``` @@ -323,7 +323,7 @@ vaultsecretsapp.VaultSecretsApp_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" vaultsecretsapp.VaultSecretsApp_IsTerraformResource(x interface{}) *bool ``` @@ -599,7 +599,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" &vaultsecretsapp.VaultSecretsAppConfig { Connection: interface{}, diff --git a/docs/vaultSecretsSecret.go.md b/docs/vaultSecretsSecret.go.md index b01712953..e3205c243 100644 --- a/docs/vaultSecretsSecret.go.md +++ b/docs/vaultSecretsSecret.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.72.1 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" vaultsecretssecret.NewVaultSecretsSecret(scope Construct, id *string, config VaultSecretsSecretConfig) VaultSecretsSecret ``` @@ -270,7 +270,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" vaultsecretssecret.VaultSecretsSecret_IsConstruct(x interface{}) *bool ``` @@ -302,7 +302,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" vaultsecretssecret.VaultSecretsSecret_IsTerraformElement(x interface{}) *bool ``` @@ -316,7 +316,7 @@ vaultsecretssecret.VaultSecretsSecret_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" vaultsecretssecret.VaultSecretsSecret_IsTerraformResource(x interface{}) *bool ``` @@ -614,7 +614,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" &vaultsecretssecret.VaultSecretsSecretConfig { Connection: interface{}, diff --git a/package.json b/package.json index 35b9c0e17..9e300042e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "jsii-rosetta": "~5.1.2", "node-fetch": "cjs", "npm-check-updates": "^16", - "projen": "^0.73.39", + "projen": "^0.73.40", "standard-version": "^9", "typescript": "^4.9.5" }, diff --git a/src/aws-network-peering/index.ts b/src/aws-network-peering/index.ts index 4f7ff07d4..9f3c1de83 100644 --- a/src/aws-network-peering/index.ts +++ b/src/aws-network-peering/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/aws_network_peering // generated from terraform resource schema diff --git a/src/aws-transit-gateway-attachment/index.ts b/src/aws-transit-gateway-attachment/index.ts index 4d5454b80..dd82c1d28 100644 --- a/src/aws-transit-gateway-attachment/index.ts +++ b/src/aws-transit-gateway-attachment/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/aws_transit_gateway_attachment // generated from terraform resource schema diff --git a/src/azure-peering-connection/index.ts b/src/azure-peering-connection/index.ts index 8c2289452..cac2c3f3b 100644 --- a/src/azure-peering-connection/index.ts +++ b/src/azure-peering-connection/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/azure_peering_connection // generated from terraform resource schema diff --git a/src/boundary-cluster/index.ts b/src/boundary-cluster/index.ts index 27b64c2cf..061a51bd9 100644 --- a/src/boundary-cluster/index.ts +++ b/src/boundary-cluster/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/boundary_cluster // generated from terraform resource schema diff --git a/src/consul-cluster-root-token/index.ts b/src/consul-cluster-root-token/index.ts index 0e2cc1ace..608dcf530 100644 --- a/src/consul-cluster-root-token/index.ts +++ b/src/consul-cluster-root-token/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/consul_cluster_root_token // generated from terraform resource schema diff --git a/src/consul-cluster/index.ts b/src/consul-cluster/index.ts index 47e3f8741..153eb3f38 100644 --- a/src/consul-cluster/index.ts +++ b/src/consul-cluster/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/consul_cluster // generated from terraform resource schema diff --git a/src/consul-snapshot/index.ts b/src/consul-snapshot/index.ts index 5d17dd3bf..c8e43802c 100644 --- a/src/consul-snapshot/index.ts +++ b/src/consul-snapshot/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/consul_snapshot // generated from terraform resource schema diff --git a/src/data-hcp-aws-network-peering/index.ts b/src/data-hcp-aws-network-peering/index.ts index e3b2afff7..0ac0360a7 100644 --- a/src/data-hcp-aws-network-peering/index.ts +++ b/src/data-hcp-aws-network-peering/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/aws_network_peering // generated from terraform resource schema diff --git a/src/data-hcp-aws-transit-gateway-attachment/index.ts b/src/data-hcp-aws-transit-gateway-attachment/index.ts index fea381570..060b1ebfc 100644 --- a/src/data-hcp-aws-transit-gateway-attachment/index.ts +++ b/src/data-hcp-aws-transit-gateway-attachment/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/aws_transit_gateway_attachment // generated from terraform resource schema diff --git a/src/data-hcp-azure-peering-connection/index.ts b/src/data-hcp-azure-peering-connection/index.ts index fd293f6e7..a7e33bbe1 100644 --- a/src/data-hcp-azure-peering-connection/index.ts +++ b/src/data-hcp-azure-peering-connection/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/azure_peering_connection // generated from terraform resource schema diff --git a/src/data-hcp-boundary-cluster/index.ts b/src/data-hcp-boundary-cluster/index.ts index f154fb905..ba7246f03 100644 --- a/src/data-hcp-boundary-cluster/index.ts +++ b/src/data-hcp-boundary-cluster/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/boundary_cluster // generated from terraform resource schema diff --git a/src/data-hcp-consul-agent-helm-config/index.ts b/src/data-hcp-consul-agent-helm-config/index.ts index db7d836a9..e5980bbb8 100644 --- a/src/data-hcp-consul-agent-helm-config/index.ts +++ b/src/data-hcp-consul-agent-helm-config/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/consul_agent_helm_config // generated from terraform resource schema diff --git a/src/data-hcp-consul-agent-kubernetes-secret/index.ts b/src/data-hcp-consul-agent-kubernetes-secret/index.ts index db5ae2151..a0d0e5a7d 100644 --- a/src/data-hcp-consul-agent-kubernetes-secret/index.ts +++ b/src/data-hcp-consul-agent-kubernetes-secret/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/consul_agent_kubernetes_secret // generated from terraform resource schema diff --git a/src/data-hcp-consul-cluster/index.ts b/src/data-hcp-consul-cluster/index.ts index d86fd1dca..7e08b6dbc 100644 --- a/src/data-hcp-consul-cluster/index.ts +++ b/src/data-hcp-consul-cluster/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/consul_cluster // generated from terraform resource schema diff --git a/src/data-hcp-consul-versions/index.ts b/src/data-hcp-consul-versions/index.ts index 3c2e4a7a2..3de7139d1 100644 --- a/src/data-hcp-consul-versions/index.ts +++ b/src/data-hcp-consul-versions/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/consul_versions // generated from terraform resource schema diff --git a/src/data-hcp-hvn-peering-connection/index.ts b/src/data-hcp-hvn-peering-connection/index.ts index fe6cfe90d..182878bd7 100644 --- a/src/data-hcp-hvn-peering-connection/index.ts +++ b/src/data-hcp-hvn-peering-connection/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/hvn_peering_connection // generated from terraform resource schema diff --git a/src/data-hcp-hvn-route/index.ts b/src/data-hcp-hvn-route/index.ts index b536c9c7d..788518d74 100644 --- a/src/data-hcp-hvn-route/index.ts +++ b/src/data-hcp-hvn-route/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/hvn_route // generated from terraform resource schema diff --git a/src/data-hcp-hvn/index.ts b/src/data-hcp-hvn/index.ts index ecd3398ef..77b1d7e81 100644 --- a/src/data-hcp-hvn/index.ts +++ b/src/data-hcp-hvn/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/hvn // generated from terraform resource schema diff --git a/src/data-hcp-packer-bucket-names/index.ts b/src/data-hcp-packer-bucket-names/index.ts index 5b61653a6..8eff862be 100644 --- a/src/data-hcp-packer-bucket-names/index.ts +++ b/src/data-hcp-packer-bucket-names/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/packer_bucket_names // generated from terraform resource schema diff --git a/src/data-hcp-packer-image/index.ts b/src/data-hcp-packer-image/index.ts index 4f2799359..c8c732ced 100644 --- a/src/data-hcp-packer-image/index.ts +++ b/src/data-hcp-packer-image/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/packer_image // generated from terraform resource schema diff --git a/src/data-hcp-packer-iteration/index.ts b/src/data-hcp-packer-iteration/index.ts index fe0d25bda..c1bfbd948 100644 --- a/src/data-hcp-packer-iteration/index.ts +++ b/src/data-hcp-packer-iteration/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/packer_iteration // generated from terraform resource schema diff --git a/src/data-hcp-packer-run-task/index.ts b/src/data-hcp-packer-run-task/index.ts index 6f8279312..eb7617aa8 100644 --- a/src/data-hcp-packer-run-task/index.ts +++ b/src/data-hcp-packer-run-task/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/packer_run_task // generated from terraform resource schema diff --git a/src/data-hcp-vault-cluster/index.ts b/src/data-hcp-vault-cluster/index.ts index e3ad2a0c3..b0dd76e69 100644 --- a/src/data-hcp-vault-cluster/index.ts +++ b/src/data-hcp-vault-cluster/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/vault_cluster // generated from terraform resource schema diff --git a/src/data-hcp-vault-plugin/index.ts b/src/data-hcp-vault-plugin/index.ts index 521c29309..db16e00cf 100644 --- a/src/data-hcp-vault-plugin/index.ts +++ b/src/data-hcp-vault-plugin/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/vault_plugin // generated from terraform resource schema diff --git a/src/data-hcp-vault-secrets-app/index.ts b/src/data-hcp-vault-secrets-app/index.ts index d8280cedc..e62055447 100644 --- a/src/data-hcp-vault-secrets-app/index.ts +++ b/src/data-hcp-vault-secrets-app/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/vault_secrets_app // generated from terraform resource schema diff --git a/src/data-hcp-vault-secrets-secret/index.ts b/src/data-hcp-vault-secrets-secret/index.ts index c8ca6af8f..a13584e67 100644 --- a/src/data-hcp-vault-secrets-secret/index.ts +++ b/src/data-hcp-vault-secrets-secret/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/data-sources/vault_secrets_secret // generated from terraform resource schema diff --git a/src/hvn-peering-connection/index.ts b/src/hvn-peering-connection/index.ts index aa04ee089..9db0a06ae 100644 --- a/src/hvn-peering-connection/index.ts +++ b/src/hvn-peering-connection/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/hvn_peering_connection // generated from terraform resource schema diff --git a/src/hvn-route/index.ts b/src/hvn-route/index.ts index 61ba0e996..cdb9295fc 100644 --- a/src/hvn-route/index.ts +++ b/src/hvn-route/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/hvn_route // generated from terraform resource schema diff --git a/src/hvn/index.ts b/src/hvn/index.ts index 3798a15d8..b2a8d1336 100644 --- a/src/hvn/index.ts +++ b/src/hvn/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/hvn // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index 92f0fde68..bf14ae274 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // generated by cdktf get export * as awsNetworkPeering from './aws-network-peering'; export * as awsTransitGatewayAttachment from './aws-transit-gateway-attachment'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index f631b33df..4b803916c 100644 --- a/src/lazy-index.ts +++ b/src/lazy-index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // generated by cdktf get Object.defineProperty(exports, 'awsNetworkPeering', { get: function () { return require('./aws-network-peering'); } }); Object.defineProperty(exports, 'awsTransitGatewayAttachment', { get: function () { return require('./aws-transit-gateway-attachment'); } }); diff --git a/src/packer-channel-assignment/index.ts b/src/packer-channel-assignment/index.ts index ec335cb3f..c5a1d16ae 100644 --- a/src/packer-channel-assignment/index.ts +++ b/src/packer-channel-assignment/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/packer_channel_assignment // generated from terraform resource schema diff --git a/src/packer-channel/index.ts b/src/packer-channel/index.ts index e1bd4258b..9a589acba 100644 --- a/src/packer-channel/index.ts +++ b/src/packer-channel/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/packer_channel // generated from terraform resource schema diff --git a/src/packer-run-task/index.ts b/src/packer-run-task/index.ts index 174bd2eb0..0808ccdd8 100644 --- a/src/packer-run-task/index.ts +++ b/src/packer-run-task/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/packer_run_task // generated from terraform resource schema diff --git a/src/provider/index.ts b/src/provider/index.ts index f35022257..6c4a277ba 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs // generated from terraform resource schema diff --git a/src/vault-cluster-admin-token/index.ts b/src/vault-cluster-admin-token/index.ts index dc48b819f..88711abb8 100644 --- a/src/vault-cluster-admin-token/index.ts +++ b/src/vault-cluster-admin-token/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/vault_cluster_admin_token // generated from terraform resource schema diff --git a/src/vault-cluster/index.ts b/src/vault-cluster/index.ts index fb603f87e..e6a7a95c4 100644 --- a/src/vault-cluster/index.ts +++ b/src/vault-cluster/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/vault_cluster // generated from terraform resource schema diff --git a/src/vault-plugin/index.ts b/src/vault-plugin/index.ts index b4a0cc729..6e72c756c 100644 --- a/src/vault-plugin/index.ts +++ b/src/vault-plugin/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/vault_plugin // generated from terraform resource schema diff --git a/src/vault-secrets-app/index.ts b/src/vault-secrets-app/index.ts index aabc298ba..d26419ba9 100644 --- a/src/vault-secrets-app/index.ts +++ b/src/vault-secrets-app/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/vault_secrets_app // generated from terraform resource schema diff --git a/src/vault-secrets-secret/index.ts b/src/vault-secrets-secret/index.ts index e8b64863e..60cb211fb 100644 --- a/src/vault-secrets-secret/index.ts +++ b/src/vault-secrets-secret/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.72.1/docs/resources/vault_secrets_secret // generated from terraform resource schema diff --git a/yarn.lock b/yarn.lock index bcf403cbc..c9b026f81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4380,10 +4380,10 @@ progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.73.39: - version "0.73.39" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.73.39.tgz#8df0edc7da0e95651e7b2599ed6f4dd6a07c1e82" - integrity sha512-6pxE1/8vG+ptKwc6hl75MG0ukFuXN48CKcDfJiZvm9eGtj7fUGNw2o9+RGPDXCdpKwqN9tRbG5bD7MRWvnwOXQ== +projen@^0.73.40: + version "0.73.40" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.73.40.tgz#0010e5331bb73e4c4cdfc818d791936bdedaec4e" + integrity sha512-oxJpG4XGpK3jNMTNMF3vlEOT+hZBbu9gVfKrMjo/0YXMYclT8Uiqdg8lplOEWTUMmS5pYeKvQ8QG2ERciviekQ== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"