Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Updated #997

Merged
merged 2 commits into from
Apr 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions docs/certRequest.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.0.4/
#### Initializers <a name="Initializers" id="@cdktf/provider-tls.certRequest.CertRequest.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/certrequest"
import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest"

certrequest.NewCertRequest(scope Construct, id *string, config CertRequestConfig) CertRequest
```
Expand Down Expand Up @@ -311,7 +311,7 @@ func ResetUris()
##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-tls.certRequest.CertRequest.isConstruct"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/certrequest"
import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest"

certrequest.CertRequest_IsConstruct(x interface{}) *bool
```
Expand Down Expand Up @@ -343,7 +343,7 @@ Any object.
##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-tls.certRequest.CertRequest.isTerraformElement"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/certrequest"
import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest"

certrequest.CertRequest_IsTerraformElement(x interface{}) *bool
```
Expand All @@ -357,7 +357,7 @@ certrequest.CertRequest_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-tls.certRequest.CertRequest.isTerraformResource"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/certrequest"
import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest"

certrequest.CertRequest_IsTerraformResource(x interface{}) *bool
```
Expand Down Expand Up @@ -699,7 +699,7 @@ func TfResourceType() *string
#### Initializer <a name="Initializer" id="@cdktf/provider-tls.certRequest.CertRequestConfig.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/certrequest"
import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest"

&certrequest.CertRequestConfig {
Connection: interface{},
Expand All @@ -712,7 +712,7 @@ import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/certrequest"
PrivateKeyPem: *string,
DnsNames: *[]*string,
IpAddresses: *[]*string,
Subject: github.com/cdktf/cdktf-provider-tls-go/tls/v6.certRequest.CertRequestSubject,
Subject: github.com/cdktf/cdktf-provider-tls-go/tls.certRequest.CertRequestSubject,
Uris: *[]*string,
}
```
Expand Down Expand Up @@ -881,7 +881,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer <a name="Initializer" id="@cdktf/provider-tls.certRequest.CertRequestSubject.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/certrequest"
import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest"

&certrequest.CertRequestSubject {
CommonName: *string,
Expand Down Expand Up @@ -1045,7 +1045,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers <a name="Initializers" id="@cdktf/provider-tls.certRequest.CertRequestSubjectOutputReference.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/certrequest"
import "github.com/cdktf/cdktf-provider-tls-go/tls/certrequest"

certrequest.NewCertRequestSubjectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) CertRequestSubjectOutputReference
```
Expand Down
16 changes: 8 additions & 8 deletions docs/dataTlsCertificate.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.0.4/
#### Initializers <a name="Initializers" id="@cdktf/provider-tls.dataTlsCertificate.DataTlsCertificate.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/datatlscertificate"
import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate"

datatlscertificate.NewDataTlsCertificate(scope Construct, id *string, config DataTlsCertificateConfig) DataTlsCertificate
```
Expand Down Expand Up @@ -291,7 +291,7 @@ func ResetVerifyChain()
##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-tls.dataTlsCertificate.DataTlsCertificate.isConstruct"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/datatlscertificate"
import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate"

datatlscertificate.DataTlsCertificate_IsConstruct(x interface{}) *bool
```
Expand Down Expand Up @@ -323,7 +323,7 @@ Any object.
##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-tls.dataTlsCertificate.DataTlsCertificate.isTerraformElement"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/datatlscertificate"
import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate"

datatlscertificate.DataTlsCertificate_IsTerraformElement(x interface{}) *bool
```
Expand All @@ -337,7 +337,7 @@ datatlscertificate.DataTlsCertificate_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource` <a name="IsTerraformDataSource" id="@cdktf/provider-tls.dataTlsCertificate.DataTlsCertificate.isTerraformDataSource"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/datatlscertificate"
import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate"

datatlscertificate.DataTlsCertificate_IsTerraformDataSource(x interface{}) *bool
```
Expand Down Expand Up @@ -602,7 +602,7 @@ func TfResourceType() *string
#### Initializer <a name="Initializer" id="@cdktf/provider-tls.dataTlsCertificate.DataTlsCertificateCertificates.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/datatlscertificate"
import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate"

&datatlscertificate.DataTlsCertificateCertificates {

Expand All @@ -615,7 +615,7 @@ import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/datatlscertificate"
#### Initializer <a name="Initializer" id="@cdktf/provider-tls.dataTlsCertificate.DataTlsCertificateConfig.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/datatlscertificate"
import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate"

&datatlscertificate.DataTlsCertificateConfig {
Connection: interface{},
Expand Down Expand Up @@ -769,7 +769,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializers <a name="Initializers" id="@cdktf/provider-tls.dataTlsCertificate.DataTlsCertificateCertificatesList.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/datatlscertificate"
import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate"

datatlscertificate.NewDataTlsCertificateCertificatesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataTlsCertificateCertificatesList
```
Expand Down Expand Up @@ -901,7 +901,7 @@ func Fqn() *string
#### Initializers <a name="Initializers" id="@cdktf/provider-tls.dataTlsCertificate.DataTlsCertificateCertificatesOutputReference.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/datatlscertificate"
import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlscertificate"

datatlscertificate.NewDataTlsCertificateCertificatesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataTlsCertificateCertificatesOutputReference
```
Expand Down
10 changes: 5 additions & 5 deletions docs/dataTlsPublicKey.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.0.4/
#### Initializers <a name="Initializers" id="@cdktf/provider-tls.dataTlsPublicKey.DataTlsPublicKey.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/datatlspublickey"
import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlspublickey"

datatlspublickey.NewDataTlsPublicKey(scope Construct, id *string, config DataTlsPublicKeyConfig) DataTlsPublicKey
```
Expand Down Expand Up @@ -284,7 +284,7 @@ func ResetPrivateKeyPem()
##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-tls.dataTlsPublicKey.DataTlsPublicKey.isConstruct"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/datatlspublickey"
import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlspublickey"

datatlspublickey.DataTlsPublicKey_IsConstruct(x interface{}) *bool
```
Expand Down Expand Up @@ -316,7 +316,7 @@ Any object.
##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-tls.dataTlsPublicKey.DataTlsPublicKey.isTerraformElement"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/datatlspublickey"
import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlspublickey"

datatlspublickey.DataTlsPublicKey_IsTerraformElement(x interface{}) *bool
```
Expand All @@ -330,7 +330,7 @@ datatlspublickey.DataTlsPublicKey_IsTerraformElement(x interface{}) *bool
##### `IsTerraformDataSource` <a name="IsTerraformDataSource" id="@cdktf/provider-tls.dataTlsPublicKey.DataTlsPublicKey.isTerraformDataSource"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/datatlspublickey"
import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlspublickey"

datatlspublickey.DataTlsPublicKey_IsTerraformDataSource(x interface{}) *bool
```
Expand Down Expand Up @@ -617,7 +617,7 @@ func TfResourceType() *string
#### Initializer <a name="Initializer" id="@cdktf/provider-tls.dataTlsPublicKey.DataTlsPublicKeyConfig.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/datatlspublickey"
import "github.com/cdktf/cdktf-provider-tls-go/tls/datatlspublickey"

&datatlspublickey.DataTlsPublicKeyConfig {
Connection: interface{},
Expand Down
10 changes: 5 additions & 5 deletions docs/locallySignedCert.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.0.4/
#### Initializers <a name="Initializers" id="@cdktf/provider-tls.locallySignedCert.LocallySignedCert.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/locallysignedcert"
import "github.com/cdktf/cdktf-provider-tls-go/tls/locallysignedcert"

locallysignedcert.NewLocallySignedCert(scope Construct, id *string, config LocallySignedCertConfig) LocallySignedCert
```
Expand Down Expand Up @@ -291,7 +291,7 @@ func ResetSetSubjectKeyId()
##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-tls.locallySignedCert.LocallySignedCert.isConstruct"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/locallysignedcert"
import "github.com/cdktf/cdktf-provider-tls-go/tls/locallysignedcert"

locallysignedcert.LocallySignedCert_IsConstruct(x interface{}) *bool
```
Expand Down Expand Up @@ -323,7 +323,7 @@ Any object.
##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-tls.locallySignedCert.LocallySignedCert.isTerraformElement"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/locallysignedcert"
import "github.com/cdktf/cdktf-provider-tls-go/tls/locallysignedcert"

locallysignedcert.LocallySignedCert_IsTerraformElement(x interface{}) *bool
```
Expand All @@ -337,7 +337,7 @@ locallysignedcert.LocallySignedCert_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-tls.locallySignedCert.LocallySignedCert.isTerraformResource"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/locallysignedcert"
import "github.com/cdktf/cdktf-provider-tls-go/tls/locallysignedcert"

locallysignedcert.LocallySignedCert_IsTerraformResource(x interface{}) *bool
```
Expand Down Expand Up @@ -778,7 +778,7 @@ func TfResourceType() *string
#### Initializer <a name="Initializer" id="@cdktf/provider-tls.locallySignedCert.LocallySignedCertConfig.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/locallysignedcert"
import "github.com/cdktf/cdktf-provider-tls-go/tls/locallysignedcert"

&locallysignedcert.LocallySignedCertConfig {
Connection: interface{},
Expand Down
10 changes: 5 additions & 5 deletions docs/privateKey.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.0.4/
#### Initializers <a name="Initializers" id="@cdktf/provider-tls.privateKey.PrivateKey.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/privatekey"
import "github.com/cdktf/cdktf-provider-tls-go/tls/privatekey"

privatekey.NewPrivateKey(scope Construct, id *string, config PrivateKeyConfig) PrivateKey
```
Expand Down Expand Up @@ -284,7 +284,7 @@ func ResetRsaBits()
##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-tls.privateKey.PrivateKey.isConstruct"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/privatekey"
import "github.com/cdktf/cdktf-provider-tls-go/tls/privatekey"

privatekey.PrivateKey_IsConstruct(x interface{}) *bool
```
Expand Down Expand Up @@ -316,7 +316,7 @@ Any object.
##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-tls.privateKey.PrivateKey.isTerraformElement"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/privatekey"
import "github.com/cdktf/cdktf-provider-tls-go/tls/privatekey"

privatekey.PrivateKey_IsTerraformElement(x interface{}) *bool
```
Expand All @@ -330,7 +330,7 @@ privatekey.PrivateKey_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-tls.privateKey.PrivateKey.isTerraformResource"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/privatekey"
import "github.com/cdktf/cdktf-provider-tls-go/tls/privatekey"

privatekey.PrivateKey_IsTerraformResource(x interface{}) *bool
```
Expand Down Expand Up @@ -683,7 +683,7 @@ func TfResourceType() *string
#### Initializer <a name="Initializer" id="@cdktf/provider-tls.privateKey.PrivateKeyConfig.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/privatekey"
import "github.com/cdktf/cdktf-provider-tls-go/tls/privatekey"

&privatekey.PrivateKeyConfig {
Connection: interface{},
Expand Down
14 changes: 7 additions & 7 deletions docs/provider.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/tls/4.0.4/
#### Initializers <a name="Initializers" id="@cdktf/provider-tls.provider.TlsProvider.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/provider"
import "github.com/cdktf/cdktf-provider-tls-go/tls/provider"

provider.NewTlsProvider(scope Construct, id *string, config TlsProviderConfig) TlsProvider
```
Expand Down Expand Up @@ -154,7 +154,7 @@ func ResetProxy()
##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-tls.provider.TlsProvider.isConstruct"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/provider"
import "github.com/cdktf/cdktf-provider-tls-go/tls/provider"

provider.TlsProvider_IsConstruct(x interface{}) *bool
```
Expand Down Expand Up @@ -186,7 +186,7 @@ Any object.
##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-tls.provider.TlsProvider.isTerraformElement"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/provider"
import "github.com/cdktf/cdktf-provider-tls-go/tls/provider"

provider.TlsProvider_IsTerraformElement(x interface{}) *bool
```
Expand All @@ -200,7 +200,7 @@ provider.TlsProvider_IsTerraformElement(x interface{}) *bool
##### `IsTerraformProvider` <a name="IsTerraformProvider" id="@cdktf/provider-tls.provider.TlsProvider.isTerraformProvider"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/provider"
import "github.com/cdktf/cdktf-provider-tls-go/tls/provider"

provider.TlsProvider_IsTerraformProvider(x interface{}) *bool
```
Expand Down Expand Up @@ -377,11 +377,11 @@ func TfResourceType() *string
#### Initializer <a name="Initializer" id="@cdktf/provider-tls.provider.TlsProviderConfig.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/provider"
import "github.com/cdktf/cdktf-provider-tls-go/tls/provider"

&provider.TlsProviderConfig {
Alias: *string,
Proxy: github.com/cdktf/cdktf-provider-tls-go/tls/v6.provider.TlsProviderProxy,
Proxy: github.com/cdktf/cdktf-provider-tls-go/tls.provider.TlsProviderProxy,
}
```

Expand Down Expand Up @@ -427,7 +427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi
#### Initializer <a name="Initializer" id="@cdktf/provider-tls.provider.TlsProviderProxy.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-tls-go/tls/v6/provider"
import "github.com/cdktf/cdktf-provider-tls-go/tls/provider"

&provider.TlsProviderProxy {
FromEnv: interface{},
Expand Down