From 0dd61e25decffee8fd186a07d464fa81aac55555 Mon Sep 17 00:00:00 2001 From: github-team-tf-cdk Date: Tue, 12 Dec 2023 14:17:35 +0000 Subject: [PATCH] chore(deps): update by cdktf/cdktf-repository-manager@3b2ac20 --- README.md | 25 +++++++++----------- docs/certificate.go.md | 48 +++++++++++++++++++-------------------- docs/provider.go.md | 12 +++++----- docs/registration.go.md | 18 +++++++-------- src/certificate/index.ts | 5 ---- src/index.ts | 5 ---- src/lazy-index.ts | 5 ---- src/provider/index.ts | 5 ---- src/registration/index.ts | 5 ---- yarn.lock | 6 ++--- 10 files changed, 53 insertions(+), 81 deletions(-) diff --git a/README.md b/README.md index da07f3e1..ac132e01 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -# Terraform CDK acme Provider tracks ~> 2.10 +# CDKTF prebuilt bindings for vancluever/acme provider version 2.19.0 -This repo builds and publishes the Terraform acme Provider bindings for [CDK for Terraform](https://cdk.tf). - -Is based directly on acme 2.19.0 +This repo builds and publishes the [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs) bindings for [CDK for Terraform](https://cdk.tf). ## Available Packages @@ -58,33 +56,32 @@ You can also visit a hosted version of the documentation on [constructs.dev](htt ## Versioning -This project is explicitly not tracking the Terraform acme Provider version 1:1. In fact, it always tracks `latest` of `~> 2.10` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by generating the [provider constructs manually](https://cdk.tf/imports). +This project is explicitly not tracking the Terraform acme provider version 1:1. In fact, it always tracks `latest` of `~> 2.10` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports). These are the upstream dependencies: -- [Terraform CDK](https://cdk.tf) -- [Terraform acme Provider](https://registry.terraform.io/providers/vancluever/acme/2.19.0) - - This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-acme/releases) +- [CDK for Terraform](https://cdk.tf) +- [Terraform acme provider](https://registry.terraform.io/providers/vancluever/acme/2.19.0) - [Terraform Engine](https://terraform.io) If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped. ## Features / Issues / Bugs -Please report bugs and issues to the [terraform cdk](https://cdk.tf) project: +Please report bugs and issues to the [CDK for Terraform](https://cdk.tf) project: - [Create bug report](https://cdk.tf/bug) - [Create feature request](https://cdk.tf/feature) ## Contributing -### projen +### Projen -This is mostly based on [projen](https://github.com/eladb/projen), which takes care of generating the entire repository. +This is mostly based on [Projen](https://github.com/projen/projen), which takes care of generating the entire repository. -### cdktf-provider-project based on projen +### cdktf-provider-project based on Projen -There's a custom [project builder](https://github.com/hashicorp/cdktf-provider-project) which encapsulate the common settings for all `cdktf` providers. +There's a custom [project builder](https://github.com/cdktf/cdktf-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers. ### Provider Version @@ -92,4 +89,4 @@ The provider version can be adjusted in [./.projenrc.js](./.projenrc.js). ### Repository Management -The repository is managed by [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/) +The repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/). diff --git a/docs/certificate.go.md b/docs/certificate.go.md index db5e9936..6e06db9d 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.19 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificate(scope Construct, id *string, config CertificateConfig) Certificate ``` @@ -596,7 +596,7 @@ func ResetTlsChallenge() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.Certificate_IsConstruct(x interface{}) *bool ``` @@ -628,7 +628,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.Certificate_IsTerraformElement(x interface{}) *bool ``` @@ -642,7 +642,7 @@ certificate.Certificate_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.Certificate_IsTerraformResource(x interface{}) *bool ``` @@ -656,7 +656,7 @@ certificate.Certificate_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.Certificate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1446,7 +1446,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" &certificate.CertificateConfig { Connection: interface{}, @@ -1463,10 +1463,10 @@ import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" CommonName: *string, DisableCompletePropagation: interface{}, DnsChallenge: interface{}, - HttpChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v10.certificate.CertificateHttpChallenge, - HttpMemcachedChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v10.certificate.CertificateHttpMemcachedChallenge, - HttpS3Challenge: github.com/cdktf/cdktf-provider-acme-go/acme/v10.certificate.CertificateHttpS3Challenge, - HttpWebrootChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v10.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, @@ -1477,7 +1477,7 @@ import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" RevokeCertificateOnDestroy: interface{}, RevokeCertificateReason: *string, SubjectAlternativeNames: *[]*string, - TlsChallenge: github.com/cdktf/cdktf-provider-acme-go/acme/v10.certificate.CertificateTlsChallenge, + TlsChallenge: github.com/cdktf/cdktf-provider-acme-go/acme.certificate.CertificateTlsChallenge, } ``` @@ -1871,7 +1871,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" &certificate.CertificateDnsChallenge { Provider: *string, @@ -1917,7 +1917,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" &certificate.CertificateHttpChallenge { Port: *f64, @@ -1963,7 +1963,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" &certificate.CertificateHttpMemcachedChallenge { Hosts: *[]*string, @@ -1995,7 +1995,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" &certificate.CertificateHttpS3Challenge { S3Bucket: *string, @@ -2027,7 +2027,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" &certificate.CertificateHttpWebrootChallenge { Directory: *string, @@ -2059,7 +2059,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" &certificate.CertificateTlsChallenge { Port: *f64, @@ -2093,7 +2093,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificateDnsChallengeList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CertificateDnsChallengeList ``` @@ -2236,7 +2236,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificateDnsChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) CertificateDnsChallengeOutputReference ``` @@ -2554,7 +2554,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificateHttpChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpChallengeOutputReference ``` @@ -2861,7 +2861,7 @@ func InternalValue() CertificateHttpChallenge #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificateHttpMemcachedChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpMemcachedChallengeOutputReference ``` @@ -3132,7 +3132,7 @@ func InternalValue() CertificateHttpMemcachedChallenge #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificateHttpS3ChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpS3ChallengeOutputReference ``` @@ -3403,7 +3403,7 @@ func InternalValue() CertificateHttpS3Challenge #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificateHttpWebrootChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateHttpWebrootChallengeOutputReference ``` @@ -3674,7 +3674,7 @@ func InternalValue() CertificateHttpWebrootChallenge #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/certificate" +import "github.com/cdktf/cdktf-provider-acme-go/acme/certificate" certificate.NewCertificateTlsChallengeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertificateTlsChallengeOutputReference ``` diff --git a/docs/provider.go.md b/docs/provider.go.md index 6b721a96..14dafb8f 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.19 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" provider.NewAcmeProvider(scope Construct, id *string, config AcmeProviderConfig) AcmeProvider ``` @@ -144,7 +144,7 @@ func ResetAlias() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" provider.AcmeProvider_IsConstruct(x interface{}) *bool ``` @@ -176,7 +176,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" provider.AcmeProvider_IsTerraformElement(x interface{}) *bool ``` @@ -190,7 +190,7 @@ provider.AcmeProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" provider.AcmeProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -204,7 +204,7 @@ provider.AcmeProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/provider" +import "github.com/cdktf/cdktf-provider-acme-go/acme/provider" provider.AcmeProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -411,7 +411,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/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 4a9d8a9b..1f724da3 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.19 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" registration.NewRegistration(scope Construct, id *string, config RegistrationConfig) Registration ``` @@ -398,7 +398,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" registration.Registration_IsConstruct(x interface{}) *bool ``` @@ -430,7 +430,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" registration.Registration_IsTerraformElement(x interface{}) *bool ``` @@ -444,7 +444,7 @@ registration.Registration_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" registration.Registration_IsTerraformResource(x interface{}) *bool ``` @@ -458,7 +458,7 @@ registration.Registration_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" registration.Registration_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -786,7 +786,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" ®istration.RegistrationConfig { Connection: interface{}, @@ -798,7 +798,7 @@ import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/registration" Provisioners: *[]interface{}, AccountKeyPem: *string, EmailAddress: *string, - ExternalAccountBinding: github.com/cdktf/cdktf-provider-acme-go/acme/v10.registration.RegistrationExternalAccountBinding, + ExternalAccountBinding: github.com/cdktf/cdktf-provider-acme-go/acme.registration.RegistrationExternalAccountBinding, Id: *string, } ``` @@ -949,7 +949,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/v10/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" ®istration.RegistrationExternalAccountBinding { HmacBase64: *string, @@ -997,7 +997,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancl #### Initializers ```go -import "github.com/cdktf/cdktf-provider-acme-go/acme/v10/registration" +import "github.com/cdktf/cdktf-provider-acme-go/acme/registration" registration.NewRegistrationExternalAccountBindingOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RegistrationExternalAccountBindingOutputReference ``` diff --git a/src/certificate/index.ts b/src/certificate/index.ts index 6eb72c37..a3b42a72 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.19.0/docs/resources/certificate // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index 91141a6c..5b6b21b9 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 1e9040ef..2bacca58 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 74a047bc..d33f0f3b 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.19.0/docs // generated from terraform resource schema diff --git a/src/registration/index.ts b/src/registration/index.ts index 6e7344c5..2dbf4149 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.19.0/docs/resources/registration // generated from terraform resource schema diff --git a/yarn.lock b/yarn.lock index c33f9854..b8f4f8e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -201,9 +201,9 @@ jsii-srcmak "^0.1.954" "@cdktf/provider-project@^0.4.0": - version "0.4.7" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.4.7.tgz#5df9046167d8d0a3e8cb547c3e9c2681a487dad2" - integrity sha512-cFZwI9spwskJrmjunf/dJ60HNtWo1fZnG305LZye5Rc3B8ZZ66g3RotIvuujGd3Tiu/GTFGafjKkTr5dWA0uTw== + version "0.4.8" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.4.8.tgz#6cdca6ab326071e347e3fadcd9bcab37668cff46" + integrity sha512-VBdWJ/BXrWApD3qRyCaat3pCAXe0bPztT3YFPJXFk35Q5zo/YYRkvg4thfiYT4s2baaYDf9wUS7S2hvBPkgxGg== dependencies: change-case "^4.1.2" fs-extra "^10.1.0"