From 989ec4ace7588fe80353e99ee07adfbe67ac87f8 Mon Sep 17 00:00:00 2001 From: github-team-tf-cdk Date: Sun, 5 Jan 2025 06:14:00 +0000 Subject: [PATCH] chore(deps): update by cdktf/cdktf-repository-manager@506334e --- LICENSE | 2 +- docs/certRequest.go.md | 18 +++++++++--------- docs/dataTlsCertificate.go.md | 18 +++++++++--------- docs/dataTlsPublicKey.go.md | 12 ++++++------ docs/locallySignedCert.go.md | 12 ++++++------ docs/privateKey.go.md | 12 ++++++------ docs/provider.go.md | 14 +++++++------- docs/selfSignedCert.go.md | 18 +++++++++--------- src/cert-request/index.ts | 5 ----- src/data-tls-certificate/index.ts | 5 ----- src/data-tls-public-key/index.ts | 5 ----- src/index.ts | 5 ----- src/lazy-index.ts | 5 ----- src/locally-signed-cert/index.ts | 5 ----- src/private-key/index.ts | 5 ----- src/provider/index.ts | 5 ----- src/self-signed-cert/index.ts | 5 ----- yarn.lock | 31 +++---------------------------- 18 files changed, 56 insertions(+), 126 deletions(-) diff --git a/LICENSE b/LICENSE index 5a003ace..8617939c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 HashiCorp, Inc. +Copyright (c) 2025 HashiCorp, Inc. Mozilla Public License, version 2.0 diff --git a/docs/certRequest.go.md b/docs/certRequest.go.md index 51966091..fa9238d5 100644 --- a/docs/certRequest.go.md +++ b/docs/certRequest.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.0.6/ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest" certrequest.NewCertRequest(scope Construct, id *string, config CertRequestConfig) CertRequest ``` @@ -419,7 +419,7 @@ func ResetUris() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest" certrequest.CertRequest_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest" certrequest.CertRequest_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +465,7 @@ certrequest.CertRequest_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest" certrequest.CertRequest_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +479,7 @@ certrequest.CertRequest_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest" certrequest.CertRequest_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -851,7 +851,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest" &certrequest.CertRequestConfig { Connection: interface{}, @@ -1033,7 +1033,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest" &certrequest.CertRequestSubject { CommonName: *string, @@ -1197,7 +1197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest" certrequest.NewCertRequestSubjectList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CertRequestSubjectList ``` @@ -1357,7 +1357,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest" certrequest.NewCertRequestSubjectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) CertRequestSubjectOutputReference ``` diff --git a/docs/dataTlsCertificate.go.md b/docs/dataTlsCertificate.go.md index ac191eaa..bf1e7074 100644 --- a/docs/dataTlsCertificate.go.md +++ b/docs/dataTlsCertificate.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.0.6/ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate" datatlscertificate.NewDataTlsCertificate(scope Construct, id *string, config DataTlsCertificateConfig) DataTlsCertificate ``` @@ -297,7 +297,7 @@ func ResetVerifyChain() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate" datatlscertificate.DataTlsCertificate_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate" datatlscertificate.DataTlsCertificate_IsTerraformElement(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datatlscertificate.DataTlsCertificate_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate" datatlscertificate.DataTlsCertificate_IsTerraformDataSource(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datatlscertificate.DataTlsCertificate_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate" datatlscertificate.DataTlsCertificate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -652,7 +652,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate" &datatlscertificate.DataTlsCertificateCertificates { @@ -665,7 +665,7 @@ import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlscertificate" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate" &datatlscertificate.DataTlsCertificateConfig { Connection: interface{}, @@ -819,7 +819,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate" datatlscertificate.NewDataTlsCertificateCertificatesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataTlsCertificateCertificatesList ``` @@ -968,7 +968,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate" datatlscertificate.NewDataTlsCertificateCertificatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataTlsCertificateCertificatesOutputReference ``` diff --git a/docs/dataTlsPublicKey.go.md b/docs/dataTlsPublicKey.go.md index fa784dc6..df04e744 100644 --- a/docs/dataTlsPublicKey.go.md +++ b/docs/dataTlsPublicKey.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.0.6/ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlspublickey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlspublickey" datatlspublickey.NewDataTlsPublicKey(scope Construct, id *string, config DataTlsPublicKeyConfig) DataTlsPublicKey ``` @@ -290,7 +290,7 @@ func ResetPrivateKeyPem() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlspublickey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlspublickey" datatlspublickey.DataTlsPublicKey_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlspublickey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlspublickey" datatlspublickey.DataTlsPublicKey_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datatlspublickey.DataTlsPublicKey_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlspublickey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlspublickey" datatlspublickey.DataTlsPublicKey_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datatlspublickey.DataTlsPublicKey_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlspublickey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlspublickey" datatlspublickey.DataTlsPublicKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -667,7 +667,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlspublickey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlspublickey" &datatlspublickey.DataTlsPublicKeyConfig { Connection: interface{}, diff --git a/docs/locallySignedCert.go.md b/docs/locallySignedCert.go.md index bf92cad0..c1010bea 100644 --- a/docs/locallySignedCert.go.md +++ b/docs/locallySignedCert.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.0.6/ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/locallysignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/locallysignedcert" locallysignedcert.NewLocallySignedCert(scope Construct, id *string, config LocallySignedCertConfig) LocallySignedCert ``` @@ -399,7 +399,7 @@ func ResetSetSubjectKeyId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/locallysignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/locallysignedcert" locallysignedcert.LocallySignedCert_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/locallysignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/locallysignedcert" locallysignedcert.LocallySignedCert_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ locallysignedcert.LocallySignedCert_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/locallysignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/locallysignedcert" locallysignedcert.LocallySignedCert_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ locallysignedcert.LocallySignedCert_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/locallysignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/locallysignedcert" locallysignedcert.LocallySignedCert_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -930,7 +930,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/locallysignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/locallysignedcert" &locallysignedcert.LocallySignedCertConfig { Connection: interface{}, diff --git a/docs/privateKey.go.md b/docs/privateKey.go.md index 182313e5..00d9cc15 100644 --- a/docs/privateKey.go.md +++ b/docs/privateKey.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.0.6/ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/privatekey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/privatekey" privatekey.NewPrivateKey(scope Construct, id *string, config PrivateKeyConfig) PrivateKey ``` @@ -392,7 +392,7 @@ func ResetRsaBits() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/privatekey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/privatekey" privatekey.PrivateKey_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/privatekey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/privatekey" privatekey.PrivateKey_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ privatekey.PrivateKey_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/privatekey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/privatekey" privatekey.PrivateKey_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ privatekey.PrivateKey_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/privatekey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/privatekey" privatekey.PrivateKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -835,7 +835,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/privatekey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/privatekey" &privatekey.PrivateKeyConfig { Connection: interface{}, diff --git a/docs/provider.go.md b/docs/provider.go.md index c0de0442..dd7f3165 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.0.6/ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/provider" +import "github.com/cdktf/cdktf-provider-tls-go/tls/provider" provider.NewTlsProvider(scope Construct, id *string, config TlsProviderConfig) TlsProvider ``` @@ -158,7 +158,7 @@ func ResetProxy() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/provider" +import "github.com/cdktf/cdktf-provider-tls-go/tls/provider" provider.TlsProvider_IsConstruct(x interface{}) *bool ``` @@ -190,7 +190,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/provider" +import "github.com/cdktf/cdktf-provider-tls-go/tls/provider" provider.TlsProvider_IsTerraformElement(x interface{}) *bool ``` @@ -204,7 +204,7 @@ provider.TlsProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/provider" +import "github.com/cdktf/cdktf-provider-tls-go/tls/provider" provider.TlsProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -218,7 +218,7 @@ provider.TlsProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/provider" +import "github.com/cdktf/cdktf-provider-tls-go/tls/provider" provider.TlsProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -425,7 +425,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/provider" +import "github.com/cdktf/cdktf-provider-tls-go/tls/provider" &provider.TlsProviderConfig { Alias: *string, @@ -475,7 +475,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/provider" +import "github.com/cdktf/cdktf-provider-tls-go/tls/provider" &provider.TlsProviderProxy { FromEnv: interface{}, diff --git a/docs/selfSignedCert.go.md b/docs/selfSignedCert.go.md index 31356589..9b271c68 100644 --- a/docs/selfSignedCert.go.md +++ b/docs/selfSignedCert.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.0.6/ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/selfsignedcert" selfsignedcert.NewSelfSignedCert(scope Construct, id *string, config SelfSignedCertConfig) SelfSignedCert ``` @@ -447,7 +447,7 @@ func ResetUris() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/selfsignedcert" selfsignedcert.SelfSignedCert_IsConstruct(x interface{}) *bool ``` @@ -479,7 +479,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/selfsignedcert" selfsignedcert.SelfSignedCert_IsTerraformElement(x interface{}) *bool ``` @@ -493,7 +493,7 @@ selfsignedcert.SelfSignedCert_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/selfsignedcert" selfsignedcert.SelfSignedCert_IsTerraformResource(x interface{}) *bool ``` @@ -507,7 +507,7 @@ selfsignedcert.SelfSignedCert_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/selfsignedcert" selfsignedcert.SelfSignedCert_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1044,7 +1044,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/selfsignedcert" &selfsignedcert.SelfSignedCertConfig { Connection: interface{}, @@ -1326,7 +1326,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/selfsignedcert" &selfsignedcert.SelfSignedCertSubject { CommonName: *string, @@ -1490,7 +1490,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/selfsignedcert" selfsignedcert.NewSelfSignedCertSubjectList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SelfSignedCertSubjectList ``` @@ -1650,7 +1650,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/selfsignedcert" selfsignedcert.NewSelfSignedCertSubjectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) SelfSignedCertSubjectOutputReference ``` diff --git a/src/cert-request/index.ts b/src/cert-request/index.ts index 4c0fc488..408cade5 100644 --- a/src/cert-request/index.ts +++ b/src/cert-request/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/tls/4.0.6/docs/resources/cert_request // generated from terraform resource schema diff --git a/src/data-tls-certificate/index.ts b/src/data-tls-certificate/index.ts index f90da172..e5c45b9d 100644 --- a/src/data-tls-certificate/index.ts +++ b/src/data-tls-certificate/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/tls/4.0.6/docs/data-sources/certificate // generated from terraform resource schema diff --git a/src/data-tls-public-key/index.ts b/src/data-tls-public-key/index.ts index 276b4178..359e7a21 100644 --- a/src/data-tls-public-key/index.ts +++ b/src/data-tls-public-key/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/tls/4.0.6/docs/data-sources/public_key // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index 0dcf7b35..dcf27f1b 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 certRequest from './cert-request'; export * as locallySignedCert from './locally-signed-cert'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index 4afde374..acdc5e87 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, 'certRequest', { get: function () { return require('./cert-request'); } }); Object.defineProperty(exports, 'locallySignedCert', { get: function () { return require('./locally-signed-cert'); } }); diff --git a/src/locally-signed-cert/index.ts b/src/locally-signed-cert/index.ts index 9d296dff..904ff707 100644 --- a/src/locally-signed-cert/index.ts +++ b/src/locally-signed-cert/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/tls/4.0.6/docs/resources/locally_signed_cert // generated from terraform resource schema diff --git a/src/private-key/index.ts b/src/private-key/index.ts index bf07f211..3fdf7488 100644 --- a/src/private-key/index.ts +++ b/src/private-key/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/tls/4.0.6/docs/resources/private_key // generated from terraform resource schema diff --git a/src/provider/index.ts b/src/provider/index.ts index 2b8a6318..72323d3c 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/tls/4.0.6/docs // generated from terraform resource schema diff --git a/src/self-signed-cert/index.ts b/src/self-signed-cert/index.ts index 5b9f1fee..cf4041cf 100644 --- a/src/self-signed-cert/index.ts +++ b/src/self-signed-cert/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/tls/4.0.6/docs/resources/self_signed_cert // generated from terraform resource schema diff --git a/yarn.lock b/yarn.lock index bdcea2fe..211fe1af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4199,16 +4199,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== @@ -4240,14 +4231,7 @@ string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" -"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== @@ -4645,7 +4629,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== @@ -4663,15 +4647,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"