From 66c97d2ef7a532acaa7e44985f90adc129a242f1 Mon Sep 17 00:00:00 2001 From: github-team-tf-cdk Date: Mon, 12 Aug 2024 12:45:39 +0000 Subject: [PATCH 1/2] chore(deps): update by cdktf/cdktf-repository-manager@74a2751 --- .github/workflows/auto-approve.yml | 4 ++- .github/workflows/automerge.yml | 4 ++- .github/workflows/build.yml | 34 ++++++++++---------- .github/workflows/force-release.yml | 10 +++--- .github/workflows/release.yml | 34 ++++++++++---------- .github/workflows/upgrade-main.yml | 6 ++-- .projen/deps.json | 2 +- .projenrc.js | 2 +- docs/certificate.go.md | 48 ++++++++++++++--------------- docs/dataAcmeServerUrl.go.md | 12 ++++---- docs/provider.go.md | 12 ++++---- docs/registration.go.md | 18 +++++------ package.json | 2 +- src/certificate/index.ts | 5 --- src/data-acme-server-url/index.ts | 5 --- src/index.ts | 5 --- src/lazy-index.ts | 5 --- src/provider/index.ts | 5 --- src/registration/index.ts | 5 --- yarn.lock | 39 +++++------------------ 20 files changed, 103 insertions(+), 154 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 9636cb7b..ad982fc1 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -8,7 +8,9 @@ on: - labeled - ready_for_review - reopened -concurrency: {} +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref }} + cancel-in-progress: true jobs: approve: runs-on: ubuntu-latest diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index bdcf43b4..64996305 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -9,7 +9,9 @@ on: - ready_for_review - reopened - synchronize -concurrency: {} +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref }} + cancel-in-progress: true jobs: automerge: runs-on: ubuntu-latest diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10eab8e6..3f6c57eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - name: Install dependencies @@ -44,7 +44,7 @@ jobs: working-directory: ./ - name: Upload patch if: steps.self_mutation.outputs.self_mutation_happened - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 with: name: .repo.patch path: .repo.patch @@ -59,7 +59,7 @@ jobs: run: cd dist && getfacl -R . > permissions-backup.acl continue-on-error: true - name: Upload artifact - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 with: name: build-artifact path: dist @@ -78,7 +78,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Download patch - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: .repo.patch path: ${{ runner.temp }} @@ -101,11 +101,11 @@ jobs: permissions: {} if: "! needs.build.outputs.self_mutation_happened" steps: - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - name: Download build artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: build-artifact path: dist @@ -130,11 +130,11 @@ jobs: with: distribution: corretto java-version: "11" - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - name: Download build artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: build-artifact path: dist @@ -155,14 +155,14 @@ jobs: permissions: {} if: "! needs.build.outputs.self_mutation_happened" steps: - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d + - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f with: python-version: 3.x - name: Download build artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: build-artifact path: dist @@ -183,14 +183,14 @@ jobs: permissions: {} if: "! needs.build.outputs.self_mutation_happened" steps: - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 + - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee with: dotnet-version: 6.x - name: Download build artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: build-artifact path: dist @@ -211,14 +211,14 @@ jobs: permissions: {} if: "! needs.build.outputs.self_mutation_happened" steps: - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 + - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 with: go-version: ^1.18.0 - name: Download build artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: build-artifact path: dist diff --git a/.github/workflows/force-release.yml b/.github/workflows/force-release.yml index 812cf8ee..2a0404e0 100644 --- a/.github/workflows/force-release.yml +++ b/.github/workflows/force-release.yml @@ -34,7 +34,7 @@ jobs: git config user.name "github-actions" git config user.email "github-actions@github.com" - name: Setup Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - name: Install dependencies @@ -45,7 +45,7 @@ jobs: run: cd dist && getfacl -R . > permissions-backup.acl continue-on-error: true - name: Upload artifact - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 with: name: build-artifact path: dist @@ -59,15 +59,15 @@ jobs: CI: "true" steps: - name: Setup Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - name: Setup Go - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 with: go-version: ^1.16.0 - name: Download build artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: build-artifact path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05671a35..49baedf2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: git config user.name "github-actions" git config user.email "github-actions@github.com" - name: Setup Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - name: Install dependencies @@ -51,7 +51,7 @@ jobs: continue-on-error: true - name: Upload artifact if: ${{ steps.git_remote.outputs.latest_commit == github.sha }} - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 with: name: build-artifact path: dist @@ -98,11 +98,11 @@ jobs: issues: write if: needs.release.outputs.tag_exists != 'true' && needs.release.outputs.latest_commit == github.sha steps: - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - name: Download build artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: build-artifact path: dist @@ -141,11 +141,11 @@ jobs: issues: write if: needs.release.outputs.tag_exists != 'true' && needs.release.outputs.latest_commit == github.sha steps: - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - name: Download build artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: build-artifact path: dist @@ -192,11 +192,11 @@ jobs: with: distribution: corretto java-version: "11" - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - name: Download build artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: build-artifact path: dist @@ -243,14 +243,14 @@ jobs: issues: write if: needs.release.outputs.tag_exists != 'true' && needs.release.outputs.latest_commit == github.sha steps: - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d + - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f with: python-version: 3.x - name: Download build artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: build-artifact path: dist @@ -292,14 +292,14 @@ jobs: issues: write if: needs.release.outputs.tag_exists != 'true' && needs.release.outputs.latest_commit == github.sha steps: - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 + - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee with: dotnet-version: 6.x - name: Download build artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: build-artifact path: dist @@ -340,14 +340,14 @@ jobs: issues: write if: needs.release.outputs.tag_exists != 'true' && needs.release.outputs.latest_commit == github.sha steps: - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 + - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 with: go-version: ^1.18.0 - name: Download build artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: build-artifact path: dist diff --git a/.github/workflows/upgrade-main.yml b/.github/workflows/upgrade-main.yml index 53a1b4a8..9332e3cc 100644 --- a/.github/workflows/upgrade-main.yml +++ b/.github/workflows/upgrade-main.yml @@ -21,7 +21,7 @@ jobs: - name: Set git config safe.directory run: git config --global --add safe.directory $(pwd) - name: Setup Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b with: node-version: 18.12.0 - name: Install dependencies @@ -36,7 +36,7 @@ jobs: working-directory: ./ - name: Upload patch if: steps.create_patch.outputs.patch_created - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 with: name: .repo.patch path: .repo.patch @@ -56,7 +56,7 @@ jobs: - name: Set git config safe.directory run: git config --global --add safe.directory $(pwd) - name: Download patch - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: .repo.patch path: ${{ runner.temp }} diff --git a/.projen/deps.json b/.projen/deps.json index e6a6afde..b0106f63 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -7,7 +7,7 @@ }, { "name": "@cdktf/provider-project", - "version": "^0.5.0", + "version": "^0.6.0", "type": "build" }, { diff --git a/.projenrc.js b/.projenrc.js index b4322149..e6496181 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -12,7 +12,7 @@ const project = new CdktfProviderProject({ minNodeVersion: "18.12.0", jsiiVersion: "~5.4.0", typescriptVersion: "~5.4.0", // NOTE: this should be the same major/minor version as JSII - devDeps: ["@cdktf/provider-project@^0.5.0"], + devDeps: ["@cdktf/provider-project@^0.6.0"], isDeprecated: false, }); diff --git a/docs/certificate.go.md b/docs/certificate.go.md index 80944208..a3e1e361 100644 --- a/docs/certificate.go.md +++ b/docs/certificate.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.25 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificate(scope Construct, id *string, config CertificateConfig) Certificate ``` @@ -603,7 +603,7 @@ func ResetTlsChallenge() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.Certificate_IsConstruct(x interface{}) *bool ``` @@ -635,7 +635,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.Certificate_IsTerraformElement(x interface{}) *bool ``` @@ -649,7 +649,7 @@ certificate.Certificate_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.Certificate_IsTerraformResource(x interface{}) *bool ``` @@ -663,7 +663,7 @@ certificate.Certificate_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.Certificate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1464,7 +1464,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" &certificate.CertificateConfig { Connection: interface{}, @@ -1481,10 +1481,10 @@ import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" CommonName: *string, DisableCompletePropagation: interface{}, DnsChallenge: interface{}, - HttpChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateHttpChallenge, - HttpMemcachedChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateHttpMemcachedChallenge, - HttpS3Challenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateHttpS3Challenge, - HttpWebrootChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateHttpWebrootChallenge, + HttpChallenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateHttpChallenge, + HttpMemcachedChallenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateHttpMemcachedChallenge, + HttpS3Challenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateHttpS3Challenge, + HttpWebrootChallenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateHttpWebrootChallenge, Id: *string, KeyType: *string, MinDaysRemaining: *f64, @@ -1495,7 +1495,7 @@ import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" RevokeCertificateOnDestroy: interface{}, RevokeCertificateReason: *string, SubjectAlternativeNames: *[]*string, - TlsChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateTlsChallenge, + TlsChallenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateTlsChallenge, } ``` @@ -1889,7 +1889,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" &certificate.CertificateDnsChallenge { Provider: *string, @@ -1935,7 +1935,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" &certificate.CertificateHttpChallenge { Port: *f64, @@ -1981,7 +1981,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" &certificate.CertificateHttpMemcachedChallenge { Hosts: *[]*string, @@ -2013,7 +2013,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" &certificate.CertificateHttpS3Challenge { S3Bucket: *string, @@ -2045,7 +2045,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" &certificate.CertificateHttpWebrootChallenge { Directory: *string, @@ -2077,7 +2077,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" &certificate.CertificateTlsChallenge { Port: *f64, @@ -2111,7 +2111,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificateDnsChallengeList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CertificateDnsChallengeList ``` @@ -2271,7 +2271,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificateDnsChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) CertificateDnsChallengeOutputReference ``` @@ -2589,7 +2589,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificateHttpChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpChallengeOutputReference ``` @@ -2896,7 +2896,7 @@ func InternalValue() CertificateHttpChallenge #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificateHttpMemcachedChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpMemcachedChallengeOutputReference ``` @@ -3167,7 +3167,7 @@ func InternalValue() CertificateHttpMemcachedChallenge #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificateHttpS3ChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpS3ChallengeOutputReference ``` @@ -3438,7 +3438,7 @@ func InternalValue() CertificateHttpS3Challenge #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificateHttpWebrootChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpWebrootChallengeOutputReference ``` @@ -3709,7 +3709,7 @@ func InternalValue() CertificateHttpWebrootChallenge #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificateTlsChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateTlsChallengeOutputReference ``` diff --git a/docs/dataAcmeServerUrl.go.md b/docs/dataAcmeServerUrl.go.md index b2bf659c..9fcb5226 100644 --- a/docs/dataAcmeServerUrl.go.md +++ b/docs/dataAcmeServerUrl.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.25 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl" +import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl" dataacmeserverurl.NewDataAcmeServerUrl(scope Construct, id *string, config DataAcmeServerUrlConfig) DataAcmeServerUrl ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl" +import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl" dataacmeserverurl.DataAcmeServerUrl_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl" +import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl" dataacmeserverurl.DataAcmeServerUrl_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ dataacmeserverurl.DataAcmeServerUrl_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl" +import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl" dataacmeserverurl.DataAcmeServerUrl_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ dataacmeserverurl.DataAcmeServerUrl_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl" +import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl" dataacmeserverurl.DataAcmeServerUrl_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -583,7 +583,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl" +import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl" &dataacmeserverurl.DataAcmeServerUrlConfig { Connection: interface{}, diff --git a/docs/provider.go.md b/docs/provider.go.md index 7821a6a4..eba85b58 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.25 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" provider.NewAcmeProvider(scope Construct, id *string, config AcmeProviderConfig) AcmeProvider ``` @@ -151,7 +151,7 @@ func ResetAlias() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" provider.AcmeProvider_IsConstruct(x interface{}) *bool ``` @@ -183,7 +183,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" provider.AcmeProvider_IsTerraformElement(x interface{}) *bool ``` @@ -197,7 +197,7 @@ provider.AcmeProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" provider.AcmeProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -211,7 +211,7 @@ provider.AcmeProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" provider.AcmeProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -418,7 +418,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" &provider.AcmeProviderConfig { ServerUrl: *string, diff --git a/docs/registration.go.md b/docs/registration.go.md index b473b602..64f6cbe6 100644 --- a/docs/registration.go.md +++ b/docs/registration.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.25 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" registration.NewRegistration(scope Construct, id *string, config RegistrationConfig) Registration ``` @@ -433,7 +433,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" registration.Registration_IsConstruct(x interface{}) *bool ``` @@ -465,7 +465,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" registration.Registration_IsTerraformElement(x interface{}) *bool ``` @@ -479,7 +479,7 @@ registration.Registration_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" registration.Registration_IsTerraformResource(x interface{}) *bool ``` @@ -493,7 +493,7 @@ registration.Registration_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" registration.Registration_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -887,7 +887,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" ®istration.RegistrationConfig { Connection: interface{}, @@ -902,7 +902,7 @@ import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" AccountKeyEcdsaCurve: *string, AccountKeyPem: *string, AccountKeyRsaBits: *f64, - ExternalAccountBinding: github.com/cdktf/cdktf-provider-acme-go/acme/v11.registration.RegistrationExternalAccountBinding, + ExternalAccountBinding: github.com/cdktf/cdktf-provider-acme-go/acme.registration.RegistrationExternalAccountBinding, Id: *string, } ``` @@ -1092,7 +1092,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" ®istration.RegistrationExternalAccountBinding { HmacBase64: *string, @@ -1140,7 +1140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" registration.NewRegistrationExternalAccountBindingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RegistrationExternalAccountBindingOutputReference ``` diff --git a/package.json b/package.json index 7edf608e..f9abd217 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "devDependencies": { "@actions/core": "^1.1.0", - "@cdktf/provider-project": "^0.5.0", + "@cdktf/provider-project": "^0.6.0", "@types/node": "^18", "cdktf": "^0.20.0", "cdktf-cli": "^0.20.0", diff --git a/src/certificate/index.ts b/src/certificate/index.ts index 88e2d9d4..1772f3df 100644 --- a/src/certificate/index.ts +++ b/src/certificate/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate // generated from terraform resource schema diff --git a/src/data-acme-server-url/index.ts b/src/data-acme-server-url/index.ts index 503c59e7..903038e1 100644 --- a/src/data-acme-server-url/index.ts +++ b/src/data-acme-server-url/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/data-sources/server_url // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index 808dbd07..3de13bc0 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 certificate from './certificate'; export * as registration from './registration'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index 3f086938..c2ddb847 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, 'certificate', { get: function () { return require('./certificate'); } }); Object.defineProperty(exports, 'registration', { get: function () { return require('./registration'); } }); diff --git a/src/provider/index.ts b/src/provider/index.ts index 9fb23e4f..fa58968d 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/vancluever/acme/2.25.0/docs // generated from terraform resource schema diff --git a/src/registration/index.ts b/src/registration/index.ts index e6b25e3b..01cf20e9 100644 --- a/src/registration/index.ts +++ b/src/registration/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/registration // generated from terraform resource schema diff --git a/yarn.lock b/yarn.lock index 3f203515..7e9fccf3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -218,10 +218,10 @@ fs-extra "8.1.0" glob "10.4.1" -"@cdktf/provider-project@^0.5.0": - version "0.5.52" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.5.52.tgz#6a763bdb5189751a4cd57fdd6a4d2eeb531f78ca" - integrity sha512-spH336kO58qsyGGW2imOOHc+ANtjcuBCK+CNH+7sbMht6XF5KiMCqRei4jFAmedkxXALzOxv/VzlqqH5SvWjZg== +"@cdktf/provider-project@^0.6.0": + version "0.6.0" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.0.tgz#0e0096e31a787fa096e133f0946c0ce9a86f2be1" + integrity sha512-BoTQTN9Gv+8CxFMO2SlHj6wAeCQZdrlc+Li/Z4AOZUR26rNwacE87bkIZG7AbyvUVQC2KKqnSZV8sUgxZwJo3Q== dependencies: change-case "^4.1.2" fs-extra "^10.1.0" @@ -3960,16 +3960,7 @@ streamx@^2.15.0: optionalDependencies: bare-events "^2.2.0" -"string-width-cjs@npm:string-width@^4.2.0": - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -4011,14 +4002,7 @@ stringify-package@^1.0.1: resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85" integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg== -"strip-ansi-cjs@npm:strip-ansi@^6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -4359,7 +4343,7 @@ workerpool@^6.5.1: resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544" integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -4377,15 +4361,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" -wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" From 79b5644137c8c0583a6190a8fa01913698ca1325 Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Mon, 12 Aug 2024 12:47:25 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: team-tf-cdk --- docs/certificate.go.md | 48 +++++++++++++++---------------- docs/dataAcmeServerUrl.go.md | 12 ++++---- docs/provider.go.md | 12 ++++---- docs/registration.go.md | 18 ++++++------ src/certificate/index.ts | 5 ++++ src/data-acme-server-url/index.ts | 5 ++++ src/index.ts | 5 ++++ src/lazy-index.ts | 5 ++++ src/provider/index.ts | 5 ++++ src/registration/index.ts | 5 ++++ 10 files changed, 75 insertions(+), 45 deletions(-) diff --git a/docs/certificate.go.md b/docs/certificate.go.md index a3e1e361..80944208 100644 --- a/docs/certificate.go.md +++ b/docs/certificate.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.25 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" certificate.NewCertificate(scope Construct, id *string, config CertificateConfig) Certificate ``` @@ -603,7 +603,7 @@ func ResetTlsChallenge() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" certificate.Certificate_IsConstruct(x interface{}) *bool ``` @@ -635,7 +635,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" certificate.Certificate_IsTerraformElement(x interface{}) *bool ``` @@ -649,7 +649,7 @@ certificate.Certificate_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" certificate.Certificate_IsTerraformResource(x interface{}) *bool ``` @@ -663,7 +663,7 @@ certificate.Certificate_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" certificate.Certificate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1464,7 +1464,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" &certificate.CertificateConfig { Connection: interface{}, @@ -1481,10 +1481,10 @@ import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" CommonName: *string, DisableCompletePropagation: interface{}, DnsChallenge: interface{}, - HttpChallenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateHttpChallenge, - HttpMemcachedChallenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateHttpMemcachedChallenge, - HttpS3Challenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateHttpS3Challenge, - HttpWebrootChallenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateHttpWebrootChallenge, + HttpChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateHttpChallenge, + HttpMemcachedChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateHttpMemcachedChallenge, + HttpS3Challenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateHttpS3Challenge, + HttpWebrootChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateHttpWebrootChallenge, Id: *string, KeyType: *string, MinDaysRemaining: *f64, @@ -1495,7 +1495,7 @@ import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" RevokeCertificateOnDestroy: interface{}, RevokeCertificateReason: *string, SubjectAlternativeNames: *[]*string, - TlsChallenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateTlsChallenge, + TlsChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v11.certificate.CertificateTlsChallenge, } ``` @@ -1889,7 +1889,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" &certificate.CertificateDnsChallenge { Provider: *string, @@ -1935,7 +1935,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" &certificate.CertificateHttpChallenge { Port: *f64, @@ -1981,7 +1981,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" &certificate.CertificateHttpMemcachedChallenge { Hosts: *[]*string, @@ -2013,7 +2013,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" &certificate.CertificateHttpS3Challenge { S3Bucket: *string, @@ -2045,7 +2045,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" &certificate.CertificateHttpWebrootChallenge { Directory: *string, @@ -2077,7 +2077,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" &certificate.CertificateTlsChallenge { Port: *f64, @@ -2111,7 +2111,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" certificate.NewCertificateDnsChallengeList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CertificateDnsChallengeList ``` @@ -2271,7 +2271,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" certificate.NewCertificateDnsChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) CertificateDnsChallengeOutputReference ``` @@ -2589,7 +2589,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" certificate.NewCertificateHttpChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpChallengeOutputReference ``` @@ -2896,7 +2896,7 @@ func InternalValue() CertificateHttpChallenge #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" certificate.NewCertificateHttpMemcachedChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpMemcachedChallengeOutputReference ``` @@ -3167,7 +3167,7 @@ func InternalValue() CertificateHttpMemcachedChallenge #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" certificate.NewCertificateHttpS3ChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpS3ChallengeOutputReference ``` @@ -3438,7 +3438,7 @@ func InternalValue() CertificateHttpS3Challenge #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" certificate.NewCertificateHttpWebrootChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpWebrootChallengeOutputReference ``` @@ -3709,7 +3709,7 @@ func InternalValue() CertificateHttpWebrootChallenge #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/certificate" certificate.NewCertificateTlsChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateTlsChallengeOutputReference ``` diff --git a/docs/dataAcmeServerUrl.go.md b/docs/dataAcmeServerUrl.go.md index 9fcb5226..b2bf659c 100644 --- a/docs/dataAcmeServerUrl.go.md +++ b/docs/dataAcmeServerUrl.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.25 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl" dataacmeserverurl.NewDataAcmeServerUrl(scope Construct, id *string, config DataAcmeServerUrlConfig) DataAcmeServerUrl ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl" dataacmeserverurl.DataAcmeServerUrl_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl" dataacmeserverurl.DataAcmeServerUrl_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ dataacmeserverurl.DataAcmeServerUrl_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl" dataacmeserverurl.DataAcmeServerUrl_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ dataacmeserverurl.DataAcmeServerUrl_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl" dataacmeserverurl.DataAcmeServerUrl_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -583,7 +583,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/dataacmeserverurl" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/dataacmeserverurl" &dataacmeserverurl.DataAcmeServerUrlConfig { Connection: interface{}, diff --git a/docs/provider.go.md b/docs/provider.go.md index eba85b58..7821a6a4 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.25 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider" provider.NewAcmeProvider(scope Construct, id *string, config AcmeProviderConfig) AcmeProvider ``` @@ -151,7 +151,7 @@ func ResetAlias() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider" provider.AcmeProvider_IsConstruct(x interface{}) *bool ``` @@ -183,7 +183,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider" provider.AcmeProvider_IsTerraformElement(x interface{}) *bool ``` @@ -197,7 +197,7 @@ provider.AcmeProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider" provider.AcmeProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -211,7 +211,7 @@ provider.AcmeProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider" provider.AcmeProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -418,7 +418,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/provider" &provider.AcmeProviderConfig { ServerUrl: *string, diff --git a/docs/registration.go.md b/docs/registration.go.md index 64f6cbe6..b473b602 100644 --- a/docs/registration.go.md +++ b/docs/registration.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.25 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" registration.NewRegistration(scope Construct, id *string, config RegistrationConfig) Registration ``` @@ -433,7 +433,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" registration.Registration_IsConstruct(x interface{}) *bool ``` @@ -465,7 +465,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" registration.Registration_IsTerraformElement(x interface{}) *bool ``` @@ -479,7 +479,7 @@ registration.Registration_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" registration.Registration_IsTerraformResource(x interface{}) *bool ``` @@ -493,7 +493,7 @@ registration.Registration_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" registration.Registration_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -887,7 +887,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" ®istration.RegistrationConfig { Connection: interface{}, @@ -902,7 +902,7 @@ import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" AccountKeyEcdsaCurve: *string, AccountKeyPem: *string, AccountKeyRsaBits: *f64, - ExternalAccountBinding: github.com/cdktf/cdktf-provider-acme-go/acme.registration.RegistrationExternalAccountBinding, + ExternalAccountBinding: github.com/cdktf/cdktf-provider-acme-go/acme/v11.registration.RegistrationExternalAccountBinding, Id: *string, } ``` @@ -1092,7 +1092,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" ®istration.RegistrationExternalAccountBinding { HmacBase64: *string, @@ -1140,7 +1140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/v11/registration" registration.NewRegistrationExternalAccountBindingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RegistrationExternalAccountBindingOutputReference ``` diff --git a/src/certificate/index.ts b/src/certificate/index.ts index 1772f3df..88e2d9d4 100644 --- a/src/certificate/index.ts +++ b/src/certificate/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/certificate // generated from terraform resource schema diff --git a/src/data-acme-server-url/index.ts b/src/data-acme-server-url/index.ts index 903038e1..503c59e7 100644 --- a/src/data-acme-server-url/index.ts +++ b/src/data-acme-server-url/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/data-sources/server_url // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index 3de13bc0..808dbd07 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 certificate from './certificate'; export * as registration from './registration'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index c2ddb847..3f086938 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, 'certificate', { get: function () { return require('./certificate'); } }); Object.defineProperty(exports, 'registration', { get: function () { return require('./registration'); } }); diff --git a/src/provider/index.ts b/src/provider/index.ts index fa58968d..9fb23e4f 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/vancluever/acme/2.25.0/docs // generated from terraform resource schema diff --git a/src/registration/index.ts b/src/registration/index.ts index 01cf20e9..e6b25e3b 100644 --- a/src/registration/index.ts +++ b/src/registration/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/vancluever/acme/2.25.0/docs/resources/registration // generated from terraform resource schema