From 6bba39fc18660ef67e9234e850c67615f2394e6e Mon Sep 17 00:00:00 2001 From: github-team-tf-cdk Date: Sun, 22 Dec 2024 06:15:08 +0000 Subject: [PATCH 1/2] chore(deps): update by cdktf/cdktf-repository-manager@6a21578 --- 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 ----- 16 files changed, 52 insertions(+), 97 deletions(-) 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 From 4e96e5415fb687d8a53a54d8007d437fdeca0f94 Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Sun, 22 Dec 2024 06:17:17 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: team-tf-cdk --- 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 +++++ 16 files changed, 97 insertions(+), 52 deletions(-) diff --git a/docs/certRequest.go.md b/docs/certRequest.go.md index fa9238d5..51966091 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/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/certrequest" certrequest.CertRequest_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/certrequest" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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 bf1e7074..ac191eaa 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/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlscertificate" datatlscertificate.DataTlsCertificate_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlscertificate" &datatlscertificate.DataTlsCertificateCertificates { @@ -665,7 +665,7 @@ import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/datatlscertificate" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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 df04e744..fa784dc6 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/datatlspublickey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/datatlspublickey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlspublickey" datatlspublickey.DataTlsPublicKey_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlspublickey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/datatlspublickey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/datatlspublickey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/datatlspublickey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/datatlspublickey" &datatlspublickey.DataTlsPublicKeyConfig { Connection: interface{}, diff --git a/docs/locallySignedCert.go.md b/docs/locallySignedCert.go.md index c1010bea..bf92cad0 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/locallysignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/locallysignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/locallysignedcert" locallysignedcert.LocallySignedCert_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/locallysignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/locallysignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/locallysignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/locallysignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/locallysignedcert" &locallysignedcert.LocallySignedCertConfig { Connection: interface{}, diff --git a/docs/privateKey.go.md b/docs/privateKey.go.md index 00d9cc15..182313e5 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/privatekey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/privatekey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/privatekey" privatekey.PrivateKey_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/privatekey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/privatekey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/privatekey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/privatekey" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/privatekey" &privatekey.PrivateKeyConfig { Connection: interface{}, diff --git a/docs/provider.go.md b/docs/provider.go.md index dd7f3165..c0de0442 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/provider" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/provider" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/provider" provider.TlsProvider_IsConstruct(x interface{}) *bool ``` @@ -190,7 +190,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/provider" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/provider" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/provider" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/provider" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/provider" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/provider" &provider.TlsProviderProxy { FromEnv: interface{}, diff --git a/docs/selfSignedCert.go.md b/docs/selfSignedCert.go.md index 9b271c68..31356589 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/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/selfsignedcert" selfsignedcert.SelfSignedCert_IsConstruct(x interface{}) *bool ``` @@ -479,7 +479,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-tls-go/tls/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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/selfsignedcert" +import "github.com/cdktf/cdktf-provider-tls-go/tls/v10/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 408cade5..4c0fc488 100644 --- a/src/cert-request/index.ts +++ b/src/cert-request/index.ts @@ -1,3 +1,8 @@ +/** + * 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 e5c45b9d..f90da172 100644 --- a/src/data-tls-certificate/index.ts +++ b/src/data-tls-certificate/index.ts @@ -1,3 +1,8 @@ +/** + * 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 359e7a21..276b4178 100644 --- a/src/data-tls-public-key/index.ts +++ b/src/data-tls-public-key/index.ts @@ -1,3 +1,8 @@ +/** + * 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 dcf27f1b..0dcf7b35 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 certRequest from './cert-request'; export * as locallySignedCert from './locally-signed-cert'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index acdc5e87..4afde374 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, '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 904ff707..9d296dff 100644 --- a/src/locally-signed-cert/index.ts +++ b/src/locally-signed-cert/index.ts @@ -1,3 +1,8 @@ +/** + * 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 3fdf7488..bf07f211 100644 --- a/src/private-key/index.ts +++ b/src/private-key/index.ts @@ -1,3 +1,8 @@ +/** + * 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 72323d3c..2b8a6318 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/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 cf4041cf..5b9f1fee 100644 --- a/src/self-signed-cert/index.ts +++ b/src/self-signed-cert/index.ts @@ -1,3 +1,8 @@ +/** + * 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