From 6ab92dd45af946906c8f48d77e949c2865d7421c Mon Sep 17 00:00:00 2001 From: github-team-tf-cdk Date: Mon, 15 Jul 2024 09:06:23 +0000 Subject: [PATCH 1/2] chore(deps): update JSII version to --- .projen/deps.json | 6 +++--- .projenrc.js | 4 ++-- docs/offset.go.md | 12 ++++++------ docs/provider.go.md | 12 ++++++------ docs/rotating.go.md | 12 ++++++------ docs/sleep.go.md | 12 ++++++------ docs/staticResource.go.md | 12 ++++++------ package.json | 6 +++--- src/index.ts | 5 ----- src/lazy-index.ts | 5 ----- src/offset/index.ts | 5 ----- src/provider/index.ts | 5 ----- src/rotating/index.ts | 5 ----- src/sleep/index.ts | 5 ----- src/static-resource/index.ts | 5 ----- yarn.lock | 38 +++++++----------------------------- 16 files changed, 45 insertions(+), 104 deletions(-) diff --git a/.projen/deps.json b/.projen/deps.json index cafcdf6..e6a6afd 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -50,12 +50,12 @@ }, { "name": "jsii-rosetta", - "version": "~5.3.0", + "version": "~5.4.0", "type": "build" }, { "name": "jsii", - "version": "~5.3.0", + "version": "~5.4.0", "type": "build" }, { @@ -74,7 +74,7 @@ }, { "name": "typescript", - "version": "~5.3.0", + "version": "~5.4.0", "type": "build" }, { diff --git a/.projenrc.js b/.projenrc.js index e1a51c7..87dc999 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -10,8 +10,8 @@ const project = new CdktfProviderProject({ cdktfVersion: "^0.20.0", constructsVersion: "^10.3.0", minNodeVersion: "18.12.0", - jsiiVersion: "~5.3.0", - typescriptVersion: "~5.3.0", // NOTE: this should be the same major/minor version as JSII + jsiiVersion: "~5.4.0", + typescriptVersion: "~5.4.0", // NOTE: this should be the same major/minor version as JSII devDeps: ["@cdktf/provider-project@^0.5.0"], isDeprecated: false, }); diff --git a/docs/offset.go.md b/docs/offset.go.md index 39993f3..7958abd 100644 --- a/docs/offset.go.md +++ b/docs/offset.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/offset" +import "github.com/cdktf/cdktf-provider-time-go/time/offset" offset.NewOffset(scope Construct, id *string, config OffsetConfig) Offset ``` @@ -434,7 +434,7 @@ func ResetTriggers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/offset" +import "github.com/cdktf/cdktf-provider-time-go/time/offset" offset.Offset_IsConstruct(x interface{}) *bool ``` @@ -466,7 +466,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/offset" +import "github.com/cdktf/cdktf-provider-time-go/time/offset" offset.Offset_IsTerraformElement(x interface{}) *bool ``` @@ -480,7 +480,7 @@ offset.Offset_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/offset" +import "github.com/cdktf/cdktf-provider-time-go/time/offset" offset.Offset_IsTerraformResource(x interface{}) *bool ``` @@ -494,7 +494,7 @@ offset.Offset_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/offset" +import "github.com/cdktf/cdktf-provider-time-go/time/offset" offset.Offset_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -998,7 +998,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/offset" +import "github.com/cdktf/cdktf-provider-time-go/time/offset" &offset.OffsetConfig { Connection: interface{}, diff --git a/docs/provider.go.md b/docs/provider.go.md index 21092ec..2d0ae4e 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/provider" +import "github.com/cdktf/cdktf-provider-time-go/time/provider" provider.NewTimeProvider(scope Construct, id *string, config TimeProviderConfig) TimeProvider ``` @@ -151,7 +151,7 @@ func ResetAlias() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/provider" +import "github.com/cdktf/cdktf-provider-time-go/time/provider" provider.TimeProvider_IsConstruct(x interface{}) *bool ``` @@ -183,7 +183,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/provider" +import "github.com/cdktf/cdktf-provider-time-go/time/provider" provider.TimeProvider_IsTerraformElement(x interface{}) *bool ``` @@ -197,7 +197,7 @@ provider.TimeProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/provider" +import "github.com/cdktf/cdktf-provider-time-go/time/provider" provider.TimeProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -211,7 +211,7 @@ provider.TimeProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/provider" +import "github.com/cdktf/cdktf-provider-time-go/time/provider" provider.TimeProvider_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-time-go/time/v10/provider" +import "github.com/cdktf/cdktf-provider-time-go/time/provider" &provider.TimeProviderConfig { Alias: *string, diff --git a/docs/rotating.go.md b/docs/rotating.go.md index dd23833..585781b 100644 --- a/docs/rotating.go.md +++ b/docs/rotating.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/rotating" +import "github.com/cdktf/cdktf-provider-time-go/time/rotating" rotating.NewRotating(scope Construct, id *string, config RotatingConfig) Rotating ``` @@ -434,7 +434,7 @@ func ResetTriggers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/rotating" +import "github.com/cdktf/cdktf-provider-time-go/time/rotating" rotating.Rotating_IsConstruct(x interface{}) *bool ``` @@ -466,7 +466,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/rotating" +import "github.com/cdktf/cdktf-provider-time-go/time/rotating" rotating.Rotating_IsTerraformElement(x interface{}) *bool ``` @@ -480,7 +480,7 @@ rotating.Rotating_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/rotating" +import "github.com/cdktf/cdktf-provider-time-go/time/rotating" rotating.Rotating_IsTerraformResource(x interface{}) *bool ``` @@ -494,7 +494,7 @@ rotating.Rotating_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/rotating" +import "github.com/cdktf/cdktf-provider-time-go/time/rotating" rotating.Rotating_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -987,7 +987,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/rotating" +import "github.com/cdktf/cdktf-provider-time-go/time/rotating" &rotating.RotatingConfig { Connection: interface{}, diff --git a/docs/sleep.go.md b/docs/sleep.go.md index 0fd611d..37e5bee 100644 --- a/docs/sleep.go.md +++ b/docs/sleep.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/sleep" +import "github.com/cdktf/cdktf-provider-time-go/time/sleep" sleep.NewSleep(scope Construct, id *string, config SleepConfig) Sleep ``` @@ -399,7 +399,7 @@ func ResetTriggers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/sleep" +import "github.com/cdktf/cdktf-provider-time-go/time/sleep" sleep.Sleep_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/sleep" +import "github.com/cdktf/cdktf-provider-time-go/time/sleep" sleep.Sleep_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ sleep.Sleep_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/sleep" +import "github.com/cdktf/cdktf-provider-time-go/time/sleep" sleep.Sleep_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ sleep.Sleep_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/sleep" +import "github.com/cdktf/cdktf-provider-time-go/time/sleep" sleep.Sleep_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -765,7 +765,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/sleep" +import "github.com/cdktf/cdktf-provider-time-go/time/sleep" &sleep.SleepConfig { Connection: interface{}, diff --git a/docs/staticResource.go.md b/docs/staticResource.go.md index 5d0d135..45fee8d 100644 --- a/docs/staticResource.go.md +++ b/docs/staticResource.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/staticresource" +import "github.com/cdktf/cdktf-provider-time-go/time/staticresource" staticresource.NewStaticResource(scope Construct, id *string, config StaticResourceConfig) StaticResource ``` @@ -392,7 +392,7 @@ func ResetTriggers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/staticresource" +import "github.com/cdktf/cdktf-provider-time-go/time/staticresource" staticresource.StaticResource_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/staticresource" +import "github.com/cdktf/cdktf-provider-time-go/time/staticresource" staticresource.StaticResource_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ staticresource.StaticResource_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/staticresource" +import "github.com/cdktf/cdktf-provider-time-go/time/staticresource" staticresource.StaticResource_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ staticresource.StaticResource_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/staticresource" +import "github.com/cdktf/cdktf-provider-time-go/time/staticresource" staticresource.StaticResource_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -813,7 +813,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-time-go/time/v10/staticresource" +import "github.com/cdktf/cdktf-provider-time-go/time/staticresource" &staticresource.StaticResourceConfig { Connection: interface{}, diff --git a/package.json b/package.json index 94bdab0..f8a0ed7 100644 --- a/package.json +++ b/package.json @@ -51,15 +51,15 @@ "cdktf-cli": "^0.20.0", "constructs": "^10.3.0", "dot-prop": "^5.2.0", - "jsii": "~5.3.0", + "jsii": "~5.4.0", "jsii-diff": "^1.101.0", "jsii-docgen": "^10.2.3", "jsii-pacmak": "^1.101.0", - "jsii-rosetta": "~5.3.0", + "jsii-rosetta": "~5.4.0", "projen": "^0.84.4", "semver": "^7.5.3", "standard-version": "^9", - "typescript": "~5.3.0" + "typescript": "~5.4.0" }, "peerDependencies": { "cdktf": "^0.20.0", diff --git a/src/index.ts b/src/index.ts index fb96b20..a19c979 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 offset from './offset'; export * as rotating from './rotating'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index 2727477..4b921bf 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, 'offset', { get: function () { return require('./offset'); } }); Object.defineProperty(exports, 'rotating', { get: function () { return require('./rotating'); } }); diff --git a/src/offset/index.ts b/src/offset/index.ts index b680271..38d1f62 100644 --- a/src/offset/index.ts +++ b/src/offset/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset // generated from terraform resource schema diff --git a/src/provider/index.ts b/src/provider/index.ts index f49b013..8fc4490 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/time/0.11.2/docs // generated from terraform resource schema diff --git a/src/rotating/index.ts b/src/rotating/index.ts index 2f997b9..b768884 100644 --- a/src/rotating/index.ts +++ b/src/rotating/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating // generated from terraform resource schema diff --git a/src/sleep/index.ts b/src/sleep/index.ts index 4b2c220..c4ed940 100644 --- a/src/sleep/index.ts +++ b/src/sleep/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep // generated from terraform resource schema diff --git a/src/static-resource/index.ts b/src/static-resource/index.ts index bb71cb4..72c5fed 100644 --- a/src/static-resource/index.ts +++ b/src/static-resource/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static // generated from terraform resource schema diff --git a/yarn.lock b/yarn.lock index 25f4973..f6ac04a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2818,10 +2818,10 @@ jsii-rosetta@5.4.14: workerpool "^6.5.1" yargs "^17.7.2" -jsii-rosetta@~5.3.0: - version "5.3.44" - resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.3.44.tgz#bc491a916d9c2c46a177ec65dd09b30ef5fffbda" - integrity sha512-bg+Axv6T6BwixyyI6UlP5kMkkQr1BeJtEmlaGaEs6+VBxUqg14DefyPp3FAWlMlJOKyAXXHCsNojp+LVqo3vfw== +jsii-rosetta@~5.4.0: + version "5.4.25" + resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.4.25.tgz#77df5ffae3b97c4f2e56d31383f6a4cb38ed1133" + integrity sha512-tXVABsWJMknMNhUpGkbOWaqHYv45vRSxO2ZLY+s+Eiti1R/G2XeGWJd/a9MJDauLaOVODpzN6z1GQ+WYZjZlIw== dependencies: "@jsii/check-node" "1.101.0" "@jsii/spec" "^1.101.0" @@ -2829,11 +2829,11 @@ jsii-rosetta@~5.3.0: chalk "^4" commonmark "^0.31.0" fast-glob "^3.3.2" - jsii "~5.3.0" + jsii "~5.4.0" semver "^7.6.2" semver-intersect "^1.5.0" stream-json "^1.8.0" - typescript "~5.3" + typescript "~5.4" workerpool "^6.5.1" yargs "^17.7.2" @@ -2856,25 +2856,6 @@ jsii@5.4.12: typescript "~5.4" yargs "^17.7.2" -jsii@~5.3.0: - version "5.3.43" - resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.3.43.tgz#f57262a442a795b5bcaf248016b33015a99ca839" - integrity sha512-JDdLnGNtNk4ah9XLc9cv8xIbxYlEkKdqzIfZDqety0Nj9H/mDdQvLkumS/MxrvdwuBgvE48lKkLg7BK5qTjkIQ== - dependencies: - "@jsii/check-node" "1.101.0" - "@jsii/spec" "^1.101.0" - case "^1.6.3" - chalk "^4" - downlevel-dts "^0.11.0" - fast-deep-equal "^3.1.3" - log4js "^6.9.1" - semver "^7.6.2" - semver-intersect "^1.5.0" - sort-json "^2.0.1" - spdx-license-list "^6.9.0" - typescript "~5.3" - yargs "^17.7.2" - jsii@~5.4.0: version "5.4.26" resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.4.26.tgz#8146598ffe2de2f9f160ffd263fc4e9ec416f9f8" @@ -4476,12 +4457,7 @@ typescript@next: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.0-dev.20240714.tgz#b538eb2a48f226a23d497926d5f37e13a6247395" integrity sha512-Y7U2NlVOP63n3EV8bSwrxdyM2yHRQnX/TXNRZYjrQQJ5PfGOEgNVQV9fYEBfCLCHAaSU8cCdYFuxlOke8Wwabw== -typescript@~5.3, typescript@~5.3.0: - version "5.3.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" - integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== - -typescript@~5.4: +typescript@~5.4, typescript@~5.4.0: version "5.4.5" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== From 1647743d7391bd755ba9e31b12f655c6f75aae5f Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Mon, 15 Jul 2024 09:08:10 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: team-tf-cdk --- docs/offset.go.md | 12 ++++++------ docs/provider.go.md | 12 ++++++------ docs/rotating.go.md | 12 ++++++------ docs/sleep.go.md | 12 ++++++------ docs/staticResource.go.md | 12 ++++++------ src/index.ts | 5 +++++ src/lazy-index.ts | 5 +++++ src/offset/index.ts | 5 +++++ src/provider/index.ts | 5 +++++ src/rotating/index.ts | 5 +++++ src/sleep/index.ts | 5 +++++ src/static-resource/index.ts | 5 +++++ 12 files changed, 65 insertions(+), 30 deletions(-) diff --git a/docs/offset.go.md b/docs/offset.go.md index 7958abd..39993f3 100644 --- a/docs/offset.go.md +++ b/docs/offset.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-time-go/time/offset" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/offset" offset.NewOffset(scope Construct, id *string, config OffsetConfig) Offset ``` @@ -434,7 +434,7 @@ func ResetTriggers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/offset" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/offset" offset.Offset_IsConstruct(x interface{}) *bool ``` @@ -466,7 +466,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/offset" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/offset" offset.Offset_IsTerraformElement(x interface{}) *bool ``` @@ -480,7 +480,7 @@ offset.Offset_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/offset" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/offset" offset.Offset_IsTerraformResource(x interface{}) *bool ``` @@ -494,7 +494,7 @@ offset.Offset_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/offset" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/offset" offset.Offset_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -998,7 +998,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-time-go/time/offset" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/offset" &offset.OffsetConfig { Connection: interface{}, diff --git a/docs/provider.go.md b/docs/provider.go.md index 2d0ae4e..21092ec 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-time-go/time/provider" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/provider" provider.NewTimeProvider(scope Construct, id *string, config TimeProviderConfig) TimeProvider ``` @@ -151,7 +151,7 @@ func ResetAlias() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/provider" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/provider" provider.TimeProvider_IsConstruct(x interface{}) *bool ``` @@ -183,7 +183,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/provider" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/provider" provider.TimeProvider_IsTerraformElement(x interface{}) *bool ``` @@ -197,7 +197,7 @@ provider.TimeProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/provider" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/provider" provider.TimeProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -211,7 +211,7 @@ provider.TimeProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/provider" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/provider" provider.TimeProvider_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-time-go/time/provider" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/provider" &provider.TimeProviderConfig { Alias: *string, diff --git a/docs/rotating.go.md b/docs/rotating.go.md index 585781b..dd23833 100644 --- a/docs/rotating.go.md +++ b/docs/rotating.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-time-go/time/rotating" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/rotating" rotating.NewRotating(scope Construct, id *string, config RotatingConfig) Rotating ``` @@ -434,7 +434,7 @@ func ResetTriggers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/rotating" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/rotating" rotating.Rotating_IsConstruct(x interface{}) *bool ``` @@ -466,7 +466,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/rotating" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/rotating" rotating.Rotating_IsTerraformElement(x interface{}) *bool ``` @@ -480,7 +480,7 @@ rotating.Rotating_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/rotating" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/rotating" rotating.Rotating_IsTerraformResource(x interface{}) *bool ``` @@ -494,7 +494,7 @@ rotating.Rotating_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/rotating" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/rotating" rotating.Rotating_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -987,7 +987,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-time-go/time/rotating" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/rotating" &rotating.RotatingConfig { Connection: interface{}, diff --git a/docs/sleep.go.md b/docs/sleep.go.md index 37e5bee..0fd611d 100644 --- a/docs/sleep.go.md +++ b/docs/sleep.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-time-go/time/sleep" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/sleep" sleep.NewSleep(scope Construct, id *string, config SleepConfig) Sleep ``` @@ -399,7 +399,7 @@ func ResetTriggers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/sleep" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/sleep" sleep.Sleep_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/sleep" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/sleep" sleep.Sleep_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ sleep.Sleep_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/sleep" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/sleep" sleep.Sleep_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ sleep.Sleep_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/sleep" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/sleep" sleep.Sleep_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -765,7 +765,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-time-go/time/sleep" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/sleep" &sleep.SleepConfig { Connection: interface{}, diff --git a/docs/staticResource.go.md b/docs/staticResource.go.md index 45fee8d..5d0d135 100644 --- a/docs/staticResource.go.md +++ b/docs/staticResource.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-time-go/time/staticresource" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/staticresource" staticresource.NewStaticResource(scope Construct, id *string, config StaticResourceConfig) StaticResource ``` @@ -392,7 +392,7 @@ func ResetTriggers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/staticresource" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/staticresource" staticresource.StaticResource_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/staticresource" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/staticresource" staticresource.StaticResource_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ staticresource.StaticResource_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/staticresource" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/staticresource" staticresource.StaticResource_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ staticresource.StaticResource_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-time-go/time/staticresource" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/staticresource" staticresource.StaticResource_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -813,7 +813,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-time-go/time/staticresource" +import "github.com/cdktf/cdktf-provider-time-go/time/v10/staticresource" &staticresource.StaticResourceConfig { Connection: interface{}, diff --git a/src/index.ts b/src/index.ts index a19c979..fb96b20 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 offset from './offset'; export * as rotating from './rotating'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index 4b921bf..2727477 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, 'offset', { get: function () { return require('./offset'); } }); Object.defineProperty(exports, 'rotating', { get: function () { return require('./rotating'); } }); diff --git a/src/offset/index.ts b/src/offset/index.ts index 38d1f62..b680271 100644 --- a/src/offset/index.ts +++ b/src/offset/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset // generated from terraform resource schema diff --git a/src/provider/index.ts b/src/provider/index.ts index 8fc4490..f49b013 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/time/0.11.2/docs // generated from terraform resource schema diff --git a/src/rotating/index.ts b/src/rotating/index.ts index b768884..2f997b9 100644 --- a/src/rotating/index.ts +++ b/src/rotating/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating // generated from terraform resource schema diff --git a/src/sleep/index.ts b/src/sleep/index.ts index c4ed940..4b2c220 100644 --- a/src/sleep/index.ts +++ b/src/sleep/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep // generated from terraform resource schema diff --git a/src/static-resource/index.ts b/src/static-resource/index.ts index 72c5fed..bb71cb4 100644 --- a/src/static-resource/index.ts +++ b/src/static-resource/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static // generated from terraform resource schema