From c1ad27f2839872e1c867af4d16282cb45de1bf99 Mon Sep 17 00:00:00 2001 From: github-team-tf-cdk Date: Sun, 15 Dec 2024 06:02:18 +0000 Subject: [PATCH] chore(deps): update by cdktf/cdktf-repository-manager@64ca0e5 --- docs/dataHttp.go.md | 18 +++++++++--------- docs/provider.go.md | 12 ++++++------ src/data-http/index.ts | 5 ----- src/index.ts | 5 ----- src/lazy-index.ts | 5 ----- src/provider/index.ts | 5 ----- yarn.lock | 31 +++---------------------------- 7 files changed, 18 insertions(+), 63 deletions(-) diff --git a/docs/dataHttp.go.md b/docs/dataHttp.go.md index df88b6a..27c256a 100644 --- a/docs/dataHttp.go.md +++ b/docs/dataHttp.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/http/3.4.5 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-http-go/http/v9/datahttp" +import "github.com/cdktf/cdktf-provider-http-go/http/datahttp" datahttp.NewDataHttp(scope Construct, id *string, config DataHttpConfig) DataHttp ``` @@ -338,7 +338,7 @@ func ResetRetry() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-http-go/http/v9/datahttp" +import "github.com/cdktf/cdktf-provider-http-go/http/datahttp" datahttp.DataHttp_IsConstruct(x interface{}) *bool ``` @@ -370,7 +370,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-http-go/http/v9/datahttp" +import "github.com/cdktf/cdktf-provider-http-go/http/datahttp" datahttp.DataHttp_IsTerraformElement(x interface{}) *bool ``` @@ -384,7 +384,7 @@ datahttp.DataHttp_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-http-go/http/v9/datahttp" +import "github.com/cdktf/cdktf-provider-http-go/http/datahttp" datahttp.DataHttp_IsTerraformDataSource(x interface{}) *bool ``` @@ -398,7 +398,7 @@ datahttp.DataHttp_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-http-go/http/v9/datahttp" +import "github.com/cdktf/cdktf-provider-http-go/http/datahttp" datahttp.DataHttp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -847,7 +847,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-http-go/http/v9/datahttp" +import "github.com/cdktf/cdktf-provider-http-go/http/datahttp" &datahttp.DataHttpConfig { Connection: interface{}, @@ -864,7 +864,7 @@ import "github.com/cdktf/cdktf-provider-http-go/http/v9/datahttp" RequestBody: *string, RequestHeaders: *map[string]*string, RequestTimeoutMs: *f64, - Retry: github.com/cdktf/cdktf-provider-http-go/http/v9.dataHttp.DataHttpRetry, + Retry: github.com/cdktf/cdktf-provider-http-go/http.dataHttp.DataHttpRetry, } ``` @@ -1079,7 +1079,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-http-go/http/v9/datahttp" +import "github.com/cdktf/cdktf-provider-http-go/http/datahttp" &datahttp.DataHttpRetry { Attempts: *f64, @@ -1149,7 +1149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-http-go/http/v9/datahttp" +import "github.com/cdktf/cdktf-provider-http-go/http/datahttp" datahttp.NewDataHttpRetryOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataHttpRetryOutputReference ``` diff --git a/docs/provider.go.md b/docs/provider.go.md index 7448da7..8d10e07 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/http/3.4.5 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-http-go/http/v9/provider" +import "github.com/cdktf/cdktf-provider-http-go/http/provider" provider.NewHttpProvider(scope Construct, id *string, config HttpProviderConfig) HttpProvider ``` @@ -151,7 +151,7 @@ func ResetAlias() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-http-go/http/v9/provider" +import "github.com/cdktf/cdktf-provider-http-go/http/provider" provider.HttpProvider_IsConstruct(x interface{}) *bool ``` @@ -183,7 +183,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-http-go/http/v9/provider" +import "github.com/cdktf/cdktf-provider-http-go/http/provider" provider.HttpProvider_IsTerraformElement(x interface{}) *bool ``` @@ -197,7 +197,7 @@ provider.HttpProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-http-go/http/v9/provider" +import "github.com/cdktf/cdktf-provider-http-go/http/provider" provider.HttpProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -211,7 +211,7 @@ provider.HttpProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-http-go/http/v9/provider" +import "github.com/cdktf/cdktf-provider-http-go/http/provider" provider.HttpProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -396,7 +396,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-http-go/http/v9/provider" +import "github.com/cdktf/cdktf-provider-http-go/http/provider" &provider.HttpProviderConfig { Alias: *string, diff --git a/src/data-http/index.ts b/src/data-http/index.ts index 214e5f9..303d1ed 100644 --- a/src/data-http/index.ts +++ b/src/data-http/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/http/3.4.5/docs/data-sources/http // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index 8a82a35..b9c6b6b 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 dataHttp from './data-http'; export * as provider from './provider'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index 69af8e6..ef0ef19 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, 'dataHttp', { get: function () { return require('./data-http'); } }); Object.defineProperty(exports, 'provider', { get: function () { return require('./provider'); } }); diff --git a/src/provider/index.ts b/src/provider/index.ts index c315b66..1c28d2c 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/http/3.4.5/docs // generated from terraform resource schema diff --git a/yarn.lock b/yarn.lock index 49eaecf..11f5808 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4134,16 +4134,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== @@ -4175,14 +4166,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== @@ -4579,7 +4563,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== @@ -4597,15 +4581,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"