From f3272930b2ccd92ec90c4d77082b143609d6e3b1 Mon Sep 17 00:00:00 2001 From: github-team-tf-cdk Date: Fri, 13 Oct 2023 13:41:17 +0000 Subject: [PATCH 1/2] chore(deps)!: update minimum Node version to --- .github/workflows/build.yml | 12 +++---- .github/workflows/provider-upgrade.yml | 7 ++-- .github/workflows/release.yml | 14 ++++---- .github/workflows/upgrade-main.yml | 2 +- .projen/deps.json | 2 +- .projenrc.js | 2 +- 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/dataHcpOrganization.go.md | 10 +++--- docs/dataHcpPackerBucketNames.go.md | 16 ++++----- docs/dataHcpPackerImage.go.md | 16 ++++----- docs/dataHcpPackerIteration.go.md | 16 ++++----- docs/dataHcpPackerRunTask.go.md | 16 ++++----- docs/dataHcpProject.go.md | 10 +++--- 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/project.go.md | 10 +++--- 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 | 4 +-- 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-organization/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-project/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/project/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 | 14 ++++---- 92 files changed, 363 insertions(+), 577 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e29761ba0..3be768e67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 16.14.0 + node-version: 18.12.0 - name: Install dependencies run: yarn install --check-files - name: Set git config safe.directory @@ -100,7 +100,7 @@ jobs: steps: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 16.14.0 + node-version: 18.12.0 - name: Download build artifacts uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: @@ -129,7 +129,7 @@ jobs: java-version: 11.x - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 16.14.0 + node-version: 18.12.0 - name: Download build artifacts uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: @@ -154,7 +154,7 @@ jobs: steps: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 16.14.0 + node-version: 18.12.0 - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 with: python-version: 3.x @@ -182,7 +182,7 @@ jobs: steps: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 16.14.0 + node-version: 18.12.0 - uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a with: dotnet-version: 3.x @@ -210,7 +210,7 @@ jobs: steps: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 16.14.0 + node-version: 18.12.0 - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: go-version: ^1.16.0 diff --git a/.github/workflows/provider-upgrade.yml b/.github/workflows/provider-upgrade.yml index 1eb607b63..6c7a48531 100644 --- a/.github/workflows/provider-upgrade.yml +++ b/.github/workflows/provider-upgrade.yml @@ -42,12 +42,13 @@ jobs: if: ${{ steps.check_version.outputs.new_version == 'available' }} uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 with: - commit-message: "chore: upgrade provider from `${{ steps.current_version.outputs.value }}` to version `${{ steps.new_version.outputs.value }}`" + commit-message: "fix: upgrade provider from `${{ steps.current_version.outputs.value }}` to version `${{ steps.new_version.outputs.value }}`" branch: auto/provider-upgrade - title: "chore: upgrade provider from `${{ steps.current_version.outputs.value }}` to version `${{ steps.new_version.outputs.value }}`" - body: This PR upgrades provider to version ${{ steps.new_version.outputs.value }} + title: "fix: upgrade provider from `${{ steps.current_version.outputs.value }}` to version `${{ steps.new_version.outputs.value }}`" + body: This PR upgrades the underlying Terraform provider to version ${{ steps.new_version.outputs.value }} labels: automerge token: ${{ secrets.GH_TOKEN }} delete-branch: true committer: team-tf-cdk author: Team Terraform CDK + signoff: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f37f28d8..bc417fff5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 16.14.0 + node-version: 18.12.0 - name: Install dependencies run: yarn install --check-files --frozen-lockfile - name: release @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 16.14.0 + node-version: 18.12.0 - name: Download build artifacts uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: @@ -101,7 +101,7 @@ jobs: steps: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 16.14.0 + node-version: 18.12.0 - name: Download build artifacts uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: @@ -152,7 +152,7 @@ jobs: java-version: 11.x - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 16.14.0 + node-version: 18.12.0 - name: Download build artifacts uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: @@ -203,7 +203,7 @@ jobs: steps: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 16.14.0 + node-version: 18.12.0 - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 with: python-version: 3.x @@ -252,7 +252,7 @@ jobs: steps: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 16.14.0 + node-version: 18.12.0 - uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a with: dotnet-version: 3.x @@ -300,7 +300,7 @@ jobs: steps: - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 16.14.0 + node-version: 18.12.0 - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: go-version: ^1.16.0 diff --git a/.github/workflows/upgrade-main.yml b/.github/workflows/upgrade-main.yml index feec530fc..a789b8ca3 100644 --- a/.github/workflows/upgrade-main.yml +++ b/.github/workflows/upgrade-main.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 16.14.0 + node-version: 18.12.0 - name: Install dependencies run: yarn install --check-files --frozen-lockfile - name: Upgrade dependencies diff --git a/.projen/deps.json b/.projen/deps.json index 5c647d8cf..6a14ea2cc 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -12,7 +12,7 @@ }, { "name": "@types/node", - "version": "^16", + "version": "^18", "type": "build" }, { diff --git a/.projenrc.js b/.projenrc.js index ce3d6316b..e5e4bf9d1 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -9,7 +9,7 @@ const project = new CdktfProviderProject({ terraformProvider: "hcp@~> 0.45", cdktfVersion: "^0.18.0", constructsVersion: "^10.0.0", - minNodeVersion: "16.14.0", + minNodeVersion: "18.12.0", jsiiVersion: "^5.0.1", devDeps: ["@cdktf/provider-project@^0.2.95"], }); diff --git a/docs/awsNetworkPeering.go.md b/docs/awsNetworkPeering.go.md index 4d7145a8a..00afe6211 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.73.0 #### 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 2d168d337..a04be4c39 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.73.0 #### 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 c36d9d123..0902d0132 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.73.0 #### 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 5f5027dfd..da7e04b0c 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.73.0 #### 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 b958e2ac4..932905179 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.73.0 #### 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 01ac6ba97..77dbaa018 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.73.0 #### 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 81be5c2cb..74aa4d5c9 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.73.0 #### 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 1a9655f64..f5ba6b60c 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.73.0 #### 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 da802e806..e4622ddfb 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.73.0 #### 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 daa1728e9..4480873d0 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.73.0 #### 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 22c4065b3..1808d47e8 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.73.0 #### 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 cfb0b7ba3..4848c32f2 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.73.0 #### 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 56d40ce39..6efbf9d51 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.73.0 #### 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 68cec3e65..0db982453 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.73.0 #### 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 e7414726a..dbbab38aa 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.73.0 #### 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 5ef9fc26a..8b9738f51 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.73.0 #### 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 a1d627846..db9234221 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.73.0 #### 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 cc6308275..e9a8accdd 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.73.0 #### 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/dataHcpOrganization.go.md b/docs/dataHcpOrganization.go.md index e9b2a4a36..4d897a1b0 100644 --- a/docs/dataHcpOrganization.go.md +++ b/docs/dataHcpOrganization.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" datahcporganization.NewDataHcpOrganization(scope Construct, id *string, config DataHcpOrganizationConfig) DataHcpOrganization ``` @@ -270,7 +270,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" datahcporganization.DataHcpOrganization_IsConstruct(x interface{}) *bool ``` @@ -302,7 +302,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" datahcporganization.DataHcpOrganization_IsTerraformElement(x interface{}) *bool ``` @@ -316,7 +316,7 @@ datahcporganization.DataHcpOrganization_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" datahcporganization.DataHcpOrganization_IsTerraformDataSource(x interface{}) *bool ``` @@ -526,7 +526,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" &datahcporganization.DataHcpOrganizationConfig { Connection: interface{}, diff --git a/docs/dataHcpPackerBucketNames.go.md b/docs/dataHcpPackerBucketNames.go.md index 1fd00a7fd..f4fdd225f 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.73.0 #### 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 61e594050..5e5ec273b 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.73.0 #### 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 894c1e56e..bed0f9739 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.73.0 #### 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 9e439b4c8..450b6f1c2 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.73.0 #### 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/dataHcpProject.go.md b/docs/dataHcpProject.go.md index 9ae7f96c4..8f8ace6bb 100644 --- a/docs/dataHcpProject.go.md +++ b/docs/dataHcpProject.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" datahcpproject.NewDataHcpProject(scope Construct, id *string, config DataHcpProjectConfig) DataHcpProject ``` @@ -277,7 +277,7 @@ func ResetProject() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" datahcpproject.DataHcpProject_IsConstruct(x interface{}) *bool ``` @@ -309,7 +309,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" datahcpproject.DataHcpProject_IsTerraformElement(x interface{}) *bool ``` @@ -323,7 +323,7 @@ datahcpproject.DataHcpProject_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" datahcpproject.DataHcpProject_IsTerraformDataSource(x interface{}) *bool ``` @@ -566,7 +566,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" &datahcpproject.DataHcpProjectConfig { Connection: interface{}, diff --git a/docs/dataHcpVaultCluster.go.md b/docs/dataHcpVaultCluster.go.md index 452e75081..c7add855b 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.73.0 #### 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 70dc0e62f..990c36100 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.73.0 #### 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 5e04d9b54..17ba82fb3 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.73.0 #### 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 9e21354f5..13b92a49a 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.73.0 #### 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 55fd33b94..488d3b927 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.73.0 #### 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 c885f50af..e4023ef71 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.73.0 #### 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 da86f3a44..5fe0239e3 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.73.0 #### 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 f977a6ba9..56e78a86b 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.73.0 #### 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 99944e2d4..2e99b2a14 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.73.0 #### 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 62a58a7b3..4347536c8 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.73.0 #### 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/project.go.md b/docs/project.go.md index e3b21cff0..68ac348fc 100644 --- a/docs/project.go.md +++ b/docs/project.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" project.NewProject(scope Construct, id *string, config ProjectConfig) Project ``` @@ -277,7 +277,7 @@ func ResetDescription() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" project.Project_IsConstruct(x interface{}) *bool ``` @@ -309,7 +309,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" project.Project_IsTerraformElement(x interface{}) *bool ``` @@ -323,7 +323,7 @@ project.Project_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" project.Project_IsTerraformResource(x interface{}) *bool ``` @@ -588,7 +588,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v7/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" &project.ProjectConfig { Connection: interface{}, diff --git a/docs/provider.go.md b/docs/provider.go.md index a5eeb36de..b7b77f7b8 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.73.0 #### 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 16b3a018d..7fbe928ee 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.73.0 #### 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 fcb9e3807..4bc43ed89 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.73.0 #### 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 fff7325c5..6ef2f82a4 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.73.0 #### 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 2f578be01..e0efcdaed 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.73.0 #### 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 d3f0e7df8..0ce711642 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.73.0 #### 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 0f98b8e91..edc8e38f3 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@actions/core": "^1.1.0", "@cdktf/provider-project": "^0.2.95", - "@types/node": "^16", + "@types/node": "^18", "cdktf": "^0.18.0", "cdktf-cli": "^0.18.0", "constructs": "^10.0.0", @@ -77,7 +77,7 @@ "terraform" ], "engines": { - "node": ">= 16.14.0" + "node": ">= 18.12.0" }, "main": "lib/index.js", "license": "MPL-2.0", diff --git a/src/aws-network-peering/index.ts b/src/aws-network-peering/index.ts index 8a238659b..04575abb8 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.73.0/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 c47ef96af..013dff2d8 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.73.0/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 9691dc6fa..16b681a8a 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.73.0/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 6d0a37b68..d51322fe9 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.73.0/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 b1dbd9e2c..3674ea0a3 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.73.0/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 c36664be8..198914f02 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.73.0/docs/resources/consul_cluster // generated from terraform resource schema diff --git a/src/consul-snapshot/index.ts b/src/consul-snapshot/index.ts index 3ea3c2fa3..b0136a1c9 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.73.0/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 942f943ac..2a9d1483a 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.73.0/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 cc823f648..9f0ccec55 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.73.0/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 2e1d56726..baff70d4b 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.73.0/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 e43701982..2a97e69cd 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.73.0/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 5417efeec..98796c621 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.73.0/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 ed359ad4d..370d2b7bd 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.73.0/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 913a44e49..7a2f35fc1 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.73.0/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 f9b5e55af..707239e9c 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.73.0/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 d03d54886..1d507b1fd 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.73.0/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 b109b3af1..9c92c6e01 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.73.0/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 ef177c681..aae9a3956 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.73.0/docs/data-sources/hvn // generated from terraform resource schema diff --git a/src/data-hcp-organization/index.ts b/src/data-hcp-organization/index.ts index ae2baae14..82b97a0de 100644 --- a/src/data-hcp-organization/index.ts +++ b/src/data-hcp-organization/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/organization // 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 921b4c89f..6f649c947 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.73.0/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 de2e30b0d..067a17abe 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.73.0/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 38feadf89..fbaf1a69c 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.73.0/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 c7300f623..9760fbbc8 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.73.0/docs/data-sources/packer_run_task // generated from terraform resource schema diff --git a/src/data-hcp-project/index.ts b/src/data-hcp-project/index.ts index dba82b3c0..49f25dbb7 100644 --- a/src/data-hcp-project/index.ts +++ b/src/data-hcp-project/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/project // generated from terraform resource schema diff --git a/src/data-hcp-vault-cluster/index.ts b/src/data-hcp-vault-cluster/index.ts index 58aa7c789..a79e741b4 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.73.0/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 9cc7e3d2b..5952edb9e 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.73.0/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 01d805b08..5656e351b 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.73.0/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 78419444c..ba6a58759 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.73.0/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 950b89610..bdd5b0852 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.73.0/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 159e54b5b..eacc70329 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.73.0/docs/resources/hvn_route // generated from terraform resource schema diff --git a/src/hvn/index.ts b/src/hvn/index.ts index 5d5eb3c4a..80bb175a8 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.73.0/docs/resources/hvn // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index 5eec4931f..2dfd84a1b 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 d34c3d756..a19d7432e 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 657e98f94..9d1f80d2a 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.73.0/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 b2b3f78ec..581e70866 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.73.0/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 fc4e7460f..13bf3e305 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.73.0/docs/resources/packer_run_task // generated from terraform resource schema diff --git a/src/project/index.ts b/src/project/index.ts index 00c622d4c..89ec9a52d 100644 --- a/src/project/index.ts +++ b/src/project/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project // generated from terraform resource schema diff --git a/src/provider/index.ts b/src/provider/index.ts index 84ed729b5..dd5ab4f9b 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.73.0/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 d479b29da..46a9ef09e 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.73.0/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 463c5a450..06250fd79 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.73.0/docs/resources/vault_cluster // generated from terraform resource schema diff --git a/src/vault-plugin/index.ts b/src/vault-plugin/index.ts index 90750687b..e907a642b 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.73.0/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 867d45e74..d4acdd438 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.73.0/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 d1113ada4..e259a7cf7 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.73.0/docs/resources/vault_secrets_secret // generated from terraform resource schema diff --git a/yarn.lock b/yarn.lock index 8171cbc59..1833f2296 100644 --- a/yarn.lock +++ b/yarn.lock @@ -201,9 +201,9 @@ jsii-srcmak "^0.1.951" "@cdktf/provider-project@^0.2.95": - version "0.2.129" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.2.129.tgz#578cb85a6be845d6c037754d396ed7418987f9dd" - integrity sha512-56X9LkhHv2q9bQYvF+wwdh47/DHPcszW38LMAkjbK/014Vojhae+FxFC6t92oVbdK8Nqbe6tKkuGWGFO7r/09Q== + version "0.2.131" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.2.131.tgz#713f5895fd00ce11adc394434b0efda914413010" + integrity sha512-jryd50w5YfZWavPtIosvWaVuKPLxiYCXYGc7tRo/buMppwnhHe0ytM/ObRzVCBj5MYU1yIe+aXfLgstSq030BQ== dependencies: change-case "^4.1.2" fs-extra "^10.1.0" @@ -754,10 +754,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.23.tgz#b6e934fe427eb7081d0015aad070acb3373c3c90" integrity sha512-XAMpaw1s1+6zM+jn2tmw8MyaRDIJfXxqmIQIS0HfoGYPuf7dUWeiUKopwq13KFX9lEp1+THGtlaaYx39Nxr58g== -"@types/node@^16": - version "16.18.58" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.58.tgz#bf66f63983104ed57c754f4e84ccaf16f8235adb" - integrity sha512-YGncyA25/MaVtQkjWW9r0EFBukZ+JulsLcVZBlGUfIb96OBMjkoRWwQo5IEWJ8Fj06Go3GHw+bjYDitv6BaGsA== +"@types/node@^18": + version "18.18.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.5.tgz#afc0fd975df946d6e1add5bbf98264225b212244" + integrity sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A== "@types/normalize-package-data@^2.4.0": version "2.4.2" From 805f66c207b961442e0a04dea7eb18f61b69f3d1 Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Fri, 13 Oct 2023 13:43:47 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: team-tf-cdk --- 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/dataHcpOrganization.go.md | 10 +++--- docs/dataHcpPackerBucketNames.go.md | 16 ++++----- docs/dataHcpPackerImage.go.md | 16 ++++----- docs/dataHcpPackerIteration.go.md | 16 ++++----- docs/dataHcpPackerRunTask.go.md | 16 ++++----- docs/dataHcpProject.go.md | 10 +++--- 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/project.go.md | 10 +++--- 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 +++--- 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-organization/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-project/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/project/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 +++ 84 files changed, 549 insertions(+), 334 deletions(-) diff --git a/docs/awsNetworkPeering.go.md b/docs/awsNetworkPeering.go.md index 00afe6211..da5f08460 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awsnetworkpeering" awsnetworkpeering.AwsNetworkPeering_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awsnetworkpeering" &awsnetworkpeering.AwsNetworkPeeringConfig { Connection: interface{}, @@ -808,7 +808,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awsnetworkpeering" PeerVpcRegion: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.awsNetworkPeering.AwsNetworkPeeringTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/awsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awsnetworkpeering" awsnetworkpeering.NewAwsNetworkPeeringTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AwsNetworkPeeringTimeoutsOutputReference ``` diff --git a/docs/awsTransitGatewayAttachment.go.md b/docs/awsTransitGatewayAttachment.go.md index a04be4c39..5468aed3e 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awstransitgatewayattachment" awstransitgatewayattachment.AwsTransitGatewayAttachment_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awstransitgatewayattachment" &awstransitgatewayattachment.AwsTransitGatewayAttachmentConfig { Connection: interface{}, @@ -785,7 +785,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/awstransitgatewayattachment" TransitGatewayId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.awsTransitGatewayAttachment.AwsTransitGatewayAttachmentTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/awstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/awstransitgatewayattachment" awstransitgatewayattachment.NewAwsTransitGatewayAttachmentTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AwsTransitGatewayAttachmentTimeoutsOutputReference ``` diff --git a/docs/azurePeeringConnection.go.md b/docs/azurePeeringConnection.go.md index 0902d0132..7e5f2baf2 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/azurepeeringconnection" azurepeeringconnection.AzurePeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/azurepeeringconnection" &azurepeeringconnection.AzurePeeringConnectionConfig { Connection: interface{}, @@ -846,7 +846,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/azurepeeringconnection" PeerVnetName: *string, PeerVnetRegion: *string, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.azurePeeringConnection.AzurePeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/azurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/azurepeeringconnection" azurepeeringconnection.NewAzurePeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) AzurePeeringConnectionTimeoutsOutputReference ``` diff --git a/docs/boundaryCluster.go.md b/docs/boundaryCluster.go.md index da7e04b0c..5d2af18b9 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/boundarycluster" boundarycluster.BoundaryCluster_IsConstruct(x interface{}) *bool ``` @@ -356,7 +356,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/boundarycluster" &boundarycluster.BoundaryClusterConfig { Connection: interface{}, @@ -793,9 +793,9 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/boundarycluster" Tier: *string, Username: *string, Id: *string, - MaintenanceWindowConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.boundaryCluster.BoundaryClusterMaintenanceWindowConfig, + MaintenanceWindowConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.boundaryCluster.BoundaryClusterMaintenanceWindowConfig, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.boundaryCluster.BoundaryClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/boundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/boundarycluster" boundarycluster.NewBoundaryClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) BoundaryClusterTimeoutsOutputReference ``` diff --git a/docs/consulCluster.go.md b/docs/consulCluster.go.md index 932905179..52d52bbb3 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" consulcluster.ConsulCluster_IsConstruct(x interface{}) *bool ``` @@ -405,7 +405,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" &consulcluster.ConsulClusterConfig { Connection: interface{}, @@ -1125,7 +1125,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulcluster" ProjectId: *string, PublicEndpoint: interface{}, Size: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.consulCluster.ConsulClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulcluster" consulcluster.NewConsulClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ConsulClusterTimeoutsOutputReference ``` diff --git a/docs/consulClusterRootToken.go.md b/docs/consulClusterRootToken.go.md index 77dbaa018..479ea218d 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulclusterroottoken" consulclusterroottoken.ConsulClusterRootToken_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulclusterroottoken" &consulclusterroottoken.ConsulClusterRootTokenConfig { Connection: interface{}, @@ -683,7 +683,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulclusterroottoken" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.consulClusterRootToken.ConsulClusterRootTokenTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulclusterroottoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulclusterroottoken" consulclusterroottoken.NewConsulClusterRootTokenTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ConsulClusterRootTokenTimeoutsOutputReference ``` diff --git a/docs/consulSnapshot.go.md b/docs/consulSnapshot.go.md index 74aa4d5c9..13cfa5e81 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulsnapshot" consulsnapshot.ConsulSnapshot_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulsnapshot" &consulsnapshot.ConsulSnapshotConfig { Connection: interface{}, @@ -739,7 +739,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/consulsnapshot" SnapshotName: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.consulSnapshot.ConsulSnapshotTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/consulsnapshot" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/consulsnapshot" consulsnapshot.NewConsulSnapshotTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ConsulSnapshotTimeoutsOutputReference ``` diff --git a/docs/dataHcpAwsNetworkPeering.go.md b/docs/dataHcpAwsNetworkPeering.go.md index f5ba6b60c..e2b63ceb2 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawsnetworkpeering" datahcpawsnetworkpeering.DataHcpAwsNetworkPeering_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawsnetworkpeering" &datahcpawsnetworkpeering.DataHcpAwsNetworkPeeringConfig { Connection: interface{}, @@ -779,7 +779,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawsnetworkpeering" PeeringId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpAwsNetworkPeering.DataHcpAwsNetworkPeeringTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpawsnetworkpeering" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawsnetworkpeering" datahcpawsnetworkpeering.NewDataHcpAwsNetworkPeeringTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpAwsNetworkPeeringTimeoutsOutputReference ``` diff --git a/docs/dataHcpAwsTransitGatewayAttachment.go.md b/docs/dataHcpAwsTransitGatewayAttachment.go.md index e4622ddfb..ea86419c1 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachment_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawstransitgatewayattachment" &datahcpawstransitgatewayattachment.DataHcpAwsTransitGatewayAttachmentConfig { Connection: interface{}, @@ -757,7 +757,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpawstransitgatewayattac TransitGatewayAttachmentId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpAwsTransitGatewayAttachment.DataHcpAwsTransitGatewayAttachmentTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpawstransitgatewayattachment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpawstransitgatewayattachment" datahcpawstransitgatewayattachment.NewDataHcpAwsTransitGatewayAttachmentTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpAwsTransitGatewayAttachmentTimeoutsOutputReference ``` diff --git a/docs/dataHcpAzurePeeringConnection.go.md b/docs/dataHcpAzurePeeringConnection.go.md index 4480873d0..a62aa8c9b 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpazurepeeringconnection" datahcpazurepeeringconnection.DataHcpAzurePeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpazurepeeringconnection" &datahcpazurepeeringconnection.DataHcpAzurePeeringConnectionConfig { Connection: interface{}, @@ -793,7 +793,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpazurepeeringconnection HvnLink: *string, PeeringId: *string, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpAzurePeeringConnection.DataHcpAzurePeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpazurepeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpazurepeeringconnection" datahcpazurepeeringconnection.NewDataHcpAzurePeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpAzurePeeringConnectionTimeoutsOutputReference ``` diff --git a/docs/dataHcpBoundaryCluster.go.md b/docs/dataHcpBoundaryCluster.go.md index 1808d47e8..c8768a796 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" datahcpboundarycluster.DataHcpBoundaryCluster_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" &datahcpboundarycluster.DataHcpBoundaryClusterConfig { Connection: interface{}, @@ -683,7 +683,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpBoundaryCluster.DataHcpBoundaryClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" &datahcpboundarycluster.DataHcpBoundaryClusterMaintenanceWindowConfig { @@ -854,7 +854,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpboundarycluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpboundarycluster" datahcpboundarycluster.NewDataHcpBoundaryClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpBoundaryClusterTimeoutsOutputReference ``` diff --git a/docs/dataHcpConsulAgentHelmConfig.go.md b/docs/dataHcpConsulAgentHelmConfig.go.md index 4848c32f2..05eddb9ca 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfig_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagenthelmconfig" &datahcpconsulagenthelmconfig.DataHcpConsulAgentHelmConfigConfig { Connection: interface{}, @@ -692,7 +692,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagenthelmconfig" ExposeGossipPorts: interface{}, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulAgentHelmConfig.DataHcpConsulAgentHelmConfigTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulagenthelmconfig" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagenthelmconfig" datahcpconsulagenthelmconfig.NewDataHcpConsulAgentHelmConfigTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulAgentHelmConfigTimeoutsOutputReference ``` diff --git a/docs/dataHcpConsulAgentKubernetesSecret.go.md b/docs/dataHcpConsulAgentKubernetesSecret.go.md index 6efbf9d51..3554f08b8 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecret_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagentkubernetessecret" &datahcpconsulagentkubernetessecret.DataHcpConsulAgentKubernetesSecretConfig { Connection: interface{}, @@ -639,7 +639,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulagentkubernetess ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulAgentKubernetesSecret.DataHcpConsulAgentKubernetesSecretTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulagentkubernetessecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulagentkubernetessecret" datahcpconsulagentkubernetessecret.NewDataHcpConsulAgentKubernetesSecretTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulAgentKubernetesSecretTimeoutsOutputReference ``` diff --git a/docs/dataHcpConsulCluster.go.md b/docs/dataHcpConsulCluster.go.md index 0db982453..84385a308 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" datahcpconsulcluster.DataHcpConsulCluster_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" &datahcpconsulcluster.DataHcpConsulClusterConfig { Connection: interface{}, @@ -881,7 +881,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulCluster.DataHcpConsulClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" &datahcpconsulcluster.DataHcpConsulClusterIpAllowlistStruct { @@ -1051,7 +1051,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulcluster" datahcpconsulcluster.NewDataHcpConsulClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulClusterTimeoutsOutputReference ``` diff --git a/docs/dataHcpConsulVersions.go.md b/docs/dataHcpConsulVersions.go.md index dbbab38aa..49051882e 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulversions" datahcpconsulversions.DataHcpConsulVersions_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulversions" &datahcpconsulversions.DataHcpConsulVersionsConfig { Connection: interface{}, @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpconsulversions" Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider, Provisioners: *[]interface{}, Id: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpConsulVersions.DataHcpConsulVersionsTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpconsulversions" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpconsulversions" datahcpconsulversions.NewDataHcpConsulVersionsTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpConsulVersionsTimeoutsOutputReference ``` diff --git a/docs/dataHcpHvn.go.md b/docs/dataHcpHvn.go.md index 8b9738f51..94f3ccf50 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvn" datahcphvn.DataHcpHvn_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvn" &datahcphvn.DataHcpHvnConfig { Connection: interface{}, @@ -716,7 +716,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvn" HvnId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpHvn.DataHcpHvnTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcphvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvn" datahcphvn.NewDataHcpHvnTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpHvnTimeoutsOutputReference ``` diff --git a/docs/dataHcpHvnPeeringConnection.go.md b/docs/dataHcpHvnPeeringConnection.go.md index db9234221..645e3ecd6 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnpeeringconnection" datahcphvnpeeringconnection.DataHcpHvnPeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnpeeringconnection" &datahcphvnpeeringconnection.DataHcpHvnPeeringConnectionConfig { Connection: interface{}, @@ -736,7 +736,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnpeeringconnection" Hvn2: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpHvnPeeringConnection.DataHcpHvnPeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcphvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnpeeringconnection" datahcphvnpeeringconnection.NewDataHcpHvnPeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpHvnPeeringConnectionTimeoutsOutputReference ``` diff --git a/docs/dataHcpHvnRoute.go.md b/docs/dataHcpHvnRoute.go.md index e9a8accdd..f9f280c81 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnroute" datahcphvnroute.DataHcpHvnRoute_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnroute" &datahcphvnroute.DataHcpHvnRouteConfig { Connection: interface{}, @@ -706,7 +706,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcphvnroute" HvnRouteId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpHvnRoute.DataHcpHvnRouteTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcphvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcphvnroute" datahcphvnroute.NewDataHcpHvnRouteTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpHvnRouteTimeoutsOutputReference ``` diff --git a/docs/dataHcpOrganization.go.md b/docs/dataHcpOrganization.go.md index 4d897a1b0..cf7616097 100644 --- a/docs/dataHcpOrganization.go.md +++ b/docs/dataHcpOrganization.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcporganization" datahcporganization.NewDataHcpOrganization(scope Construct, id *string, config DataHcpOrganizationConfig) DataHcpOrganization ``` @@ -270,7 +270,7 @@ func InterpolationForAttribute(terraformAttribute *string) IResolvable ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcporganization" datahcporganization.DataHcpOrganization_IsConstruct(x interface{}) *bool ``` @@ -302,7 +302,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcporganization" datahcporganization.DataHcpOrganization_IsTerraformElement(x interface{}) *bool ``` @@ -316,7 +316,7 @@ datahcporganization.DataHcpOrganization_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcporganization" datahcporganization.DataHcpOrganization_IsTerraformDataSource(x interface{}) *bool ``` @@ -526,7 +526,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcporganization" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcporganization" &datahcporganization.DataHcpOrganizationConfig { Connection: interface{}, diff --git a/docs/dataHcpPackerBucketNames.go.md b/docs/dataHcpPackerBucketNames.go.md index f4fdd225f..86e0de4b3 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerbucketnames" datahcppackerbucketnames.DataHcpPackerBucketNames_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerbucketnames" &datahcppackerbucketnames.DataHcpPackerBucketNamesConfig { Connection: interface{}, @@ -627,7 +627,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerbucketnames" Provisioners: *[]interface{}, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpPackerBucketNames.DataHcpPackerBucketNamesTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackerbucketnames" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerbucketnames" datahcppackerbucketnames.NewDataHcpPackerBucketNamesTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerBucketNamesTimeoutsOutputReference ``` diff --git a/docs/dataHcpPackerImage.go.md b/docs/dataHcpPackerImage.go.md index 5e5ec273b..57b81619c 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerimage" datahcppackerimage.DataHcpPackerImage_IsConstruct(x interface{}) *bool ``` @@ -357,7 +357,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerimage" &datahcppackerimage.DataHcpPackerImageConfig { Connection: interface{}, @@ -841,7 +841,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerimage" Id: *string, IterationId: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpPackerImage.DataHcpPackerImageTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackerimage" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerimage" datahcppackerimage.NewDataHcpPackerImageTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerImageTimeoutsOutputReference ``` diff --git a/docs/dataHcpPackerIteration.go.md b/docs/dataHcpPackerIteration.go.md index bed0f9739..23489de73 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackeriteration" datahcppackeriteration.DataHcpPackerIteration_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackeriteration" &datahcppackeriteration.DataHcpPackerIterationConfig { Connection: interface{}, @@ -739,7 +739,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackeriteration" Channel: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpPackerIteration.DataHcpPackerIterationTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackeriteration" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackeriteration" datahcppackeriteration.NewDataHcpPackerIterationTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerIterationTimeoutsOutputReference ``` diff --git a/docs/dataHcpPackerRunTask.go.md b/docs/dataHcpPackerRunTask.go.md index 450b6f1c2..96a3c70c0 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerruntask" datahcppackerruntask.DataHcpPackerRunTask_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerruntask" &datahcppackerruntask.DataHcpPackerRunTaskConfig { Connection: interface{}, @@ -638,7 +638,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcppackerruntask" Provisioners: *[]interface{}, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpPackerRunTask.DataHcpPackerRunTaskTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcppackerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcppackerruntask" datahcppackerruntask.NewDataHcpPackerRunTaskTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpPackerRunTaskTimeoutsOutputReference ``` diff --git a/docs/dataHcpProject.go.md b/docs/dataHcpProject.go.md index 8f8ace6bb..8a56c952a 100644 --- a/docs/dataHcpProject.go.md +++ b/docs/dataHcpProject.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpproject" datahcpproject.NewDataHcpProject(scope Construct, id *string, config DataHcpProjectConfig) DataHcpProject ``` @@ -277,7 +277,7 @@ func ResetProject() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpproject" datahcpproject.DataHcpProject_IsConstruct(x interface{}) *bool ``` @@ -309,7 +309,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpproject" datahcpproject.DataHcpProject_IsTerraformElement(x interface{}) *bool ``` @@ -323,7 +323,7 @@ datahcpproject.DataHcpProject_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpproject" datahcpproject.DataHcpProject_IsTerraformDataSource(x interface{}) *bool ``` @@ -566,7 +566,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpproject" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpproject" &datahcpproject.DataHcpProjectConfig { Connection: interface{}, diff --git a/docs/dataHcpVaultCluster.go.md b/docs/dataHcpVaultCluster.go.md index c7add855b..306bf7020 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" datahcpvaultcluster.DataHcpVaultCluster_IsConstruct(x interface{}) *bool ``` @@ -376,7 +376,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterAuditLogConfig { @@ -921,7 +921,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterConfig { Connection: interface{}, @@ -936,7 +936,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" Id: *string, MetricsConfig: interface{}, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpVaultCluster.DataHcpVaultClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterMajorVersionUpgradeConfig { @@ -1136,7 +1136,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" &datahcpvaultcluster.DataHcpVaultClusterMetricsConfig { @@ -1149,7 +1149,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultcluster" datahcpvaultcluster.NewDataHcpVaultClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpVaultClusterTimeoutsOutputReference ``` diff --git a/docs/dataHcpVaultPlugin.go.md b/docs/dataHcpVaultPlugin.go.md index 990c36100..7bdd0d427 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultplugin" datahcpvaultplugin.DataHcpVaultPlugin_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultplugin" &datahcpvaultplugin.DataHcpVaultPluginConfig { Connection: interface{}, @@ -674,7 +674,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultplugin" PluginType: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.dataHcpVaultPlugin.DataHcpVaultPluginTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultplugin" datahcpvaultplugin.NewDataHcpVaultPluginTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHcpVaultPluginTimeoutsOutputReference ``` diff --git a/docs/dataHcpVaultSecretsApp.go.md b/docs/dataHcpVaultSecretsApp.go.md index 17ba82fb3..4ab81a009 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretsapp" datahcpvaultsecretsapp.DataHcpVaultSecretsApp_IsConstruct(x interface{}) *bool ``` @@ -302,7 +302,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretsapp" &datahcpvaultsecretsapp.DataHcpVaultSecretsAppConfig { Connection: interface{}, diff --git a/docs/dataHcpVaultSecretsSecret.go.md b/docs/dataHcpVaultSecretsSecret.go.md index 13b92a49a..107314b81 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretssecret" datahcpvaultsecretssecret.DataHcpVaultSecretsSecret_IsConstruct(x interface{}) *bool ``` @@ -302,7 +302,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/datahcpvaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/datahcpvaultsecretssecret" &datahcpvaultsecretssecret.DataHcpVaultSecretsSecretConfig { Connection: interface{}, diff --git a/docs/hvn.go.md b/docs/hvn.go.md index 488d3b927..76fd9024d 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvn" hvn.Hvn_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvn" &hvn.HvnConfig { Connection: interface{}, @@ -781,7 +781,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvn" CidrBlock: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.hvn.HvnTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/hvn" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvn" hvn.NewHvnTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HvnTimeoutsOutputReference ``` diff --git a/docs/hvnPeeringConnection.go.md b/docs/hvnPeeringConnection.go.md index e4023ef71..e67324b48 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnpeeringconnection" hvnpeeringconnection.HvnPeeringConnection_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnpeeringconnection" &hvnpeeringconnection.HvnPeeringConnectionConfig { Connection: interface{}, @@ -739,7 +739,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnpeeringconnection" Hvn2: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.hvnPeeringConnection.HvnPeeringConnectionTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/hvnpeeringconnection" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnpeeringconnection" hvnpeeringconnection.NewHvnPeeringConnectionTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HvnPeeringConnectionTimeoutsOutputReference ``` diff --git a/docs/hvnRoute.go.md b/docs/hvnRoute.go.md index 5fe0239e3..56f11ad61 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnroute" hvnroute.HvnRoute_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnroute" &hvnroute.HvnRouteConfig { Connection: interface{}, @@ -752,7 +752,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/hvnroute" TargetLink: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.hvnRoute.HvnRouteTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/hvnroute" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/hvnroute" hvnroute.NewHvnRouteTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) HvnRouteTimeoutsOutputReference ``` diff --git a/docs/packerChannel.go.md b/docs/packerChannel.go.md index 56e78a86b..4cd3a5174 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannel" packerchannel.PackerChannel_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannel" &packerchannel.PackerChannelConfig { Connection: interface{}, @@ -758,7 +758,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannel" Id: *string, ProjectId: *string, Restricted: interface{}, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.packerChannel.PackerChannelTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/packerchannel" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannel" packerchannel.NewPackerChannelTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) PackerChannelTimeoutsOutputReference ``` diff --git a/docs/packerChannelAssignment.go.md b/docs/packerChannelAssignment.go.md index 2e99b2a14..b46fb3297 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannelassignment" packerchannelassignment.PackerChannelAssignment_IsConstruct(x interface{}) *bool ``` @@ -357,7 +357,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannelassignment" &packerchannelassignment.PackerChannelAssignmentConfig { Connection: interface{}, @@ -774,7 +774,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerchannelassignment" IterationId: *string, IterationVersion: *f64, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.packerChannelAssignment.PackerChannelAssignmentTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/packerchannelassignment" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerchannelassignment" packerchannelassignment.NewPackerChannelAssignmentTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) PackerChannelAssignmentTimeoutsOutputReference ``` diff --git a/docs/packerRunTask.go.md b/docs/packerRunTask.go.md index 4347536c8..b746b4f46 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerruntask" packerruntask.PackerRunTask_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerruntask" &packerruntask.PackerRunTaskConfig { Connection: interface{}, @@ -690,7 +690,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/packerruntask" Id: *string, ProjectId: *string, RegenerateHmac: interface{}, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.packerRunTask.PackerRunTaskTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/packerruntask" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/packerruntask" packerruntask.NewPackerRunTaskTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) PackerRunTaskTimeoutsOutputReference ``` diff --git a/docs/project.go.md b/docs/project.go.md index 68ac348fc..085946843 100644 --- a/docs/project.go.md +++ b/docs/project.go.md @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/hcp/0.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/project" project.NewProject(scope Construct, id *string, config ProjectConfig) Project ``` @@ -277,7 +277,7 @@ func ResetDescription() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/project" project.Project_IsConstruct(x interface{}) *bool ``` @@ -309,7 +309,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/project" project.Project_IsTerraformElement(x interface{}) *bool ``` @@ -323,7 +323,7 @@ project.Project_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/project" project.Project_IsTerraformResource(x interface{}) *bool ``` @@ -588,7 +588,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/project" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/project" &project.ProjectConfig { Connection: interface{}, diff --git a/docs/provider.go.md b/docs/provider.go.md index b7b77f7b8..3befe0c03 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/provider" provider.HcpProvider_IsConstruct(x interface{}) *bool ``` @@ -200,7 +200,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/provider" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/provider" &provider.HcpProviderConfig { Alias: *string, diff --git a/docs/vaultCluster.go.md b/docs/vaultCluster.go.md index 7fbe928ee..d6dd8a7fb 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" vaultcluster.VaultCluster_IsConstruct(x interface{}) *bool ``` @@ -438,7 +438,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" &vaultcluster.VaultClusterConfig { Connection: interface{}, @@ -1318,10 +1318,10 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" Provisioners: *[]interface{}, ClusterId: *string, HvnId: *string, - AuditLogConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultCluster.VaultClusterAuditLogConfig, + AuditLogConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.vaultCluster.VaultClusterAuditLogConfig, Id: *string, - MajorVersionUpgradeConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultCluster.VaultClusterMajorVersionUpgradeConfig, - MetricsConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultCluster.VaultClusterMetricsConfig, + MajorVersionUpgradeConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.vaultCluster.VaultClusterMajorVersionUpgradeConfig, + MetricsConfig: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.vaultCluster.VaultClusterMetricsConfig, MinVaultVersion: *string, PathsFilter: *[]*string, PrimaryLink: *string, @@ -1329,7 +1329,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultcluster" ProxyEndpoint: *string, PublicEndpoint: interface{}, Tier: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultCluster.VaultClusterTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultcluster" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultcluster" vaultcluster.NewVaultClusterTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterTimeoutsOutputReference ``` diff --git a/docs/vaultClusterAdminToken.go.md b/docs/vaultClusterAdminToken.go.md index 4bc43ed89..4f70dd856 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultclusteradmintoken" vaultclusteradmintoken.VaultClusterAdminToken_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultclusteradmintoken" &vaultclusteradmintoken.VaultClusterAdminTokenConfig { Connection: interface{}, @@ -672,7 +672,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultclusteradmintoken" ClusterId: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultClusterAdminToken.VaultClusterAdminTokenTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultclusteradmintoken" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultclusteradmintoken" vaultclusteradmintoken.NewVaultClusterAdminTokenTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultClusterAdminTokenTimeoutsOutputReference ``` diff --git a/docs/vaultPlugin.go.md b/docs/vaultPlugin.go.md index 6ef2f82a4..300a8e423 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultplugin" vaultplugin.VaultPlugin_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultplugin" &vaultplugin.VaultPluginConfig { Connection: interface{}, @@ -696,7 +696,7 @@ import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultplugin" PluginType: *string, Id: *string, ProjectId: *string, - Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp.vaultPlugin.VaultPluginTimeouts, + Timeouts: github.com/cdktf/cdktf-provider-hcp-go/hcp/v8.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/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultplugin" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultplugin" vaultplugin.NewVaultPluginTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) VaultPluginTimeoutsOutputReference ``` diff --git a/docs/vaultSecretsApp.go.md b/docs/vaultSecretsApp.go.md index e0efcdaed..3617c8d54 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretsapp" vaultsecretsapp.VaultSecretsApp_IsConstruct(x interface{}) *bool ``` @@ -309,7 +309,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultsecretsapp" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretsapp" &vaultsecretsapp.VaultSecretsAppConfig { Connection: interface{}, diff --git a/docs/vaultSecretsSecret.go.md b/docs/vaultSecretsSecret.go.md index 0ce711642..90b529ba1 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.73.0 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretssecret" vaultsecretssecret.VaultSecretsSecret_IsConstruct(x interface{}) *bool ``` @@ -302,7 +302,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-hcp-go/hcp/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/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/vaultsecretssecret" +import "github.com/cdktf/cdktf-provider-hcp-go/hcp/v8/vaultsecretssecret" &vaultsecretssecret.VaultSecretsSecretConfig { Connection: interface{}, diff --git a/src/aws-network-peering/index.ts b/src/aws-network-peering/index.ts index 04575abb8..8a238659b 100644 --- a/src/aws-network-peering/index.ts +++ b/src/aws-network-peering/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_network_peering // generated from terraform resource schema diff --git a/src/aws-transit-gateway-attachment/index.ts b/src/aws-transit-gateway-attachment/index.ts index 013dff2d8..c47ef96af 100644 --- a/src/aws-transit-gateway-attachment/index.ts +++ b/src/aws-transit-gateway-attachment/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/aws_transit_gateway_attachment // generated from terraform resource schema diff --git a/src/azure-peering-connection/index.ts b/src/azure-peering-connection/index.ts index 16b681a8a..9691dc6fa 100644 --- a/src/azure-peering-connection/index.ts +++ b/src/azure-peering-connection/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/azure_peering_connection // generated from terraform resource schema diff --git a/src/boundary-cluster/index.ts b/src/boundary-cluster/index.ts index d51322fe9..6d0a37b68 100644 --- a/src/boundary-cluster/index.ts +++ b/src/boundary-cluster/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/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 3674ea0a3..b1dbd9e2c 100644 --- a/src/consul-cluster-root-token/index.ts +++ b/src/consul-cluster-root-token/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster_root_token // generated from terraform resource schema diff --git a/src/consul-cluster/index.ts b/src/consul-cluster/index.ts index 198914f02..c36664be8 100644 --- a/src/consul-cluster/index.ts +++ b/src/consul-cluster/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/consul_cluster // generated from terraform resource schema diff --git a/src/consul-snapshot/index.ts b/src/consul-snapshot/index.ts index b0136a1c9..3ea3c2fa3 100644 --- a/src/consul-snapshot/index.ts +++ b/src/consul-snapshot/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/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 2a9d1483a..942f943ac 100644 --- a/src/data-hcp-aws-network-peering/index.ts +++ b/src/data-hcp-aws-network-peering/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_network_peering // 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 9f0ccec55..cc823f648 100644 --- a/src/data-hcp-aws-transit-gateway-attachment/index.ts +++ b/src/data-hcp-aws-transit-gateway-attachment/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/aws_transit_gateway_attachment // 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 baff70d4b..2e1d56726 100644 --- a/src/data-hcp-azure-peering-connection/index.ts +++ b/src/data-hcp-azure-peering-connection/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/azure_peering_connection // generated from terraform resource schema diff --git a/src/data-hcp-boundary-cluster/index.ts b/src/data-hcp-boundary-cluster/index.ts index 2a97e69cd..e43701982 100644 --- a/src/data-hcp-boundary-cluster/index.ts +++ b/src/data-hcp-boundary-cluster/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/boundary_cluster // 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 98796c621..5417efeec 100644 --- a/src/data-hcp-consul-agent-helm-config/index.ts +++ b/src/data-hcp-consul-agent-helm-config/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_helm_config // 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 370d2b7bd..ed359ad4d 100644 --- a/src/data-hcp-consul-agent-kubernetes-secret/index.ts +++ b/src/data-hcp-consul-agent-kubernetes-secret/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_agent_kubernetes_secret // generated from terraform resource schema diff --git a/src/data-hcp-consul-cluster/index.ts b/src/data-hcp-consul-cluster/index.ts index 7a2f35fc1..913a44e49 100644 --- a/src/data-hcp-consul-cluster/index.ts +++ b/src/data-hcp-consul-cluster/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_cluster // generated from terraform resource schema diff --git a/src/data-hcp-consul-versions/index.ts b/src/data-hcp-consul-versions/index.ts index 707239e9c..f9b5e55af 100644 --- a/src/data-hcp-consul-versions/index.ts +++ b/src/data-hcp-consul-versions/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/consul_versions // 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 1d507b1fd..d03d54886 100644 --- a/src/data-hcp-hvn-peering-connection/index.ts +++ b/src/data-hcp-hvn-peering-connection/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_peering_connection // generated from terraform resource schema diff --git a/src/data-hcp-hvn-route/index.ts b/src/data-hcp-hvn-route/index.ts index 9c92c6e01..b109b3af1 100644 --- a/src/data-hcp-hvn-route/index.ts +++ b/src/data-hcp-hvn-route/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn_route // generated from terraform resource schema diff --git a/src/data-hcp-hvn/index.ts b/src/data-hcp-hvn/index.ts index aae9a3956..ef177c681 100644 --- a/src/data-hcp-hvn/index.ts +++ b/src/data-hcp-hvn/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/hvn // generated from terraform resource schema diff --git a/src/data-hcp-organization/index.ts b/src/data-hcp-organization/index.ts index 82b97a0de..ae2baae14 100644 --- a/src/data-hcp-organization/index.ts +++ b/src/data-hcp-organization/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/organization // 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 6f649c947..921b4c89f 100644 --- a/src/data-hcp-packer-bucket-names/index.ts +++ b/src/data-hcp-packer-bucket-names/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_bucket_names // generated from terraform resource schema diff --git a/src/data-hcp-packer-image/index.ts b/src/data-hcp-packer-image/index.ts index 067a17abe..de2e30b0d 100644 --- a/src/data-hcp-packer-image/index.ts +++ b/src/data-hcp-packer-image/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_image // generated from terraform resource schema diff --git a/src/data-hcp-packer-iteration/index.ts b/src/data-hcp-packer-iteration/index.ts index fbaf1a69c..38feadf89 100644 --- a/src/data-hcp-packer-iteration/index.ts +++ b/src/data-hcp-packer-iteration/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_iteration // 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 9760fbbc8..c7300f623 100644 --- a/src/data-hcp-packer-run-task/index.ts +++ b/src/data-hcp-packer-run-task/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/packer_run_task // generated from terraform resource schema diff --git a/src/data-hcp-project/index.ts b/src/data-hcp-project/index.ts index 49f25dbb7..dba82b3c0 100644 --- a/src/data-hcp-project/index.ts +++ b/src/data-hcp-project/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/project // generated from terraform resource schema diff --git a/src/data-hcp-vault-cluster/index.ts b/src/data-hcp-vault-cluster/index.ts index a79e741b4..58aa7c789 100644 --- a/src/data-hcp-vault-cluster/index.ts +++ b/src/data-hcp-vault-cluster/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_cluster // generated from terraform resource schema diff --git a/src/data-hcp-vault-plugin/index.ts b/src/data-hcp-vault-plugin/index.ts index 5952edb9e..9cc7e3d2b 100644 --- a/src/data-hcp-vault-plugin/index.ts +++ b/src/data-hcp-vault-plugin/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_plugin // 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 5656e351b..01d805b08 100644 --- a/src/data-hcp-vault-secrets-app/index.ts +++ b/src/data-hcp-vault-secrets-app/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_app // 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 ba6a58759..78419444c 100644 --- a/src/data-hcp-vault-secrets-secret/index.ts +++ b/src/data-hcp-vault-secrets-secret/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/data-sources/vault_secrets_secret // generated from terraform resource schema diff --git a/src/hvn-peering-connection/index.ts b/src/hvn-peering-connection/index.ts index bdd5b0852..950b89610 100644 --- a/src/hvn-peering-connection/index.ts +++ b/src/hvn-peering-connection/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_peering_connection // generated from terraform resource schema diff --git a/src/hvn-route/index.ts b/src/hvn-route/index.ts index eacc70329..159e54b5b 100644 --- a/src/hvn-route/index.ts +++ b/src/hvn-route/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn_route // generated from terraform resource schema diff --git a/src/hvn/index.ts b/src/hvn/index.ts index 80bb175a8..5d5eb3c4a 100644 --- a/src/hvn/index.ts +++ b/src/hvn/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/hvn // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index 2dfd84a1b..5eec4931f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,8 @@ +/** + * 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 a19d7432e..d34c3d756 100644 --- a/src/lazy-index.ts +++ b/src/lazy-index.ts @@ -1,3 +1,8 @@ +/** + * 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 9d1f80d2a..657e98f94 100644 --- a/src/packer-channel-assignment/index.ts +++ b/src/packer-channel-assignment/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_channel_assignment // generated from terraform resource schema diff --git a/src/packer-channel/index.ts b/src/packer-channel/index.ts index 581e70866..b2b3f78ec 100644 --- a/src/packer-channel/index.ts +++ b/src/packer-channel/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/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 13bf3e305..fc4e7460f 100644 --- a/src/packer-run-task/index.ts +++ b/src/packer-run-task/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/packer_run_task // generated from terraform resource schema diff --git a/src/project/index.ts b/src/project/index.ts index 89ec9a52d..00c622d4c 100644 --- a/src/project/index.ts +++ b/src/project/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/project // generated from terraform resource schema diff --git a/src/provider/index.ts b/src/provider/index.ts index dd5ab4f9b..84ed729b5 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/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 46a9ef09e..d479b29da 100644 --- a/src/vault-cluster-admin-token/index.ts +++ b/src/vault-cluster-admin-token/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster_admin_token // generated from terraform resource schema diff --git a/src/vault-cluster/index.ts b/src/vault-cluster/index.ts index 06250fd79..463c5a450 100644 --- a/src/vault-cluster/index.ts +++ b/src/vault-cluster/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_cluster // generated from terraform resource schema diff --git a/src/vault-plugin/index.ts b/src/vault-plugin/index.ts index e907a642b..90750687b 100644 --- a/src/vault-plugin/index.ts +++ b/src/vault-plugin/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/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 d4acdd438..867d45e74 100644 --- a/src/vault-secrets-app/index.ts +++ b/src/vault-secrets-app/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_app // generated from terraform resource schema diff --git a/src/vault-secrets-secret/index.ts b/src/vault-secrets-secret/index.ts index e259a7cf7..d1113ada4 100644 --- a/src/vault-secrets-secret/index.ts +++ b/src/vault-secrets-secret/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/hcp/0.73.0/docs/resources/vault_secrets_secret // generated from terraform resource schema