From e1b3414e300d178cddcdd4800f98c70433fc398b Mon Sep 17 00:00:00 2001 From: github-team-tf-cdk Date: Mon, 15 Jan 2024 11:47:05 +0000 Subject: [PATCH 1/2] chore(deps): update by cdktf/cdktf-repository-manager@5796aa9 --- docs/bytes.go.md | 12 ++++++------ docs/id.go.md | 12 ++++++------ docs/integer.go.md | 12 ++++++------ docs/password.go.md | 12 ++++++------ docs/pet.go.md | 12 ++++++------ docs/provider.go.md | 12 ++++++------ docs/shuffle.go.md | 12 ++++++------ docs/stringResource.go.md | 12 ++++++------ docs/uuid.go.md | 12 ++++++------ src/bytes/index.ts | 5 ----- src/id/index.ts | 5 ----- src/index.ts | 5 ----- src/integer/index.ts | 5 ----- src/lazy-index.ts | 5 ----- src/password/index.ts | 5 ----- src/pet/index.ts | 5 ----- src/provider/index.ts | 5 ----- src/shuffle/index.ts | 5 ----- src/string-resource/index.ts | 5 ----- src/uuid/index.ts | 5 ----- yarn.lock | 6 +++--- 21 files changed, 57 insertions(+), 112 deletions(-) diff --git a/docs/bytes.go.md b/docs/bytes.go.md index f6973b8d..fbcd1111 100644 --- a/docs/bytes.go.md +++ b/docs/bytes.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/bytes" +import "github.com/cdktf/cdktf-provider-random-go/random/bytes" bytes.NewBytes(scope Construct, id *string, config BytesConfig) Bytes ``` @@ -385,7 +385,7 @@ func ResetKeepers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/bytes" +import "github.com/cdktf/cdktf-provider-random-go/random/bytes" bytes.Bytes_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/bytes" +import "github.com/cdktf/cdktf-provider-random-go/random/bytes" bytes.Bytes_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ bytes.Bytes_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/bytes" +import "github.com/cdktf/cdktf-provider-random-go/random/bytes" bytes.Bytes_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ bytes.Bytes_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/bytes" +import "github.com/cdktf/cdktf-provider-random-go/random/bytes" bytes.Bytes_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/bytes" +import "github.com/cdktf/cdktf-provider-random-go/random/bytes" &bytes.BytesConfig { Connection: interface{}, diff --git a/docs/id.go.md b/docs/id.go.md index 86b0256b..2dd111c8 100644 --- a/docs/id.go.md +++ b/docs/id.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/id" +import "github.com/cdktf/cdktf-provider-random-go/random/id" id.NewId(scope Construct, id *string, config IdConfig) Id ``` @@ -392,7 +392,7 @@ func ResetPrefix() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/id" +import "github.com/cdktf/cdktf-provider-random-go/random/id" id.Id_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/id" +import "github.com/cdktf/cdktf-provider-random-go/random/id" id.Id_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ id.Id_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/id" +import "github.com/cdktf/cdktf-provider-random-go/random/id" id.Id_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ id.Id_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/id" +import "github.com/cdktf/cdktf-provider-random-go/random/id" id.Id_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -802,7 +802,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/id" +import "github.com/cdktf/cdktf-provider-random-go/random/id" &id.IdConfig { Connection: interface{}, diff --git a/docs/integer.go.md b/docs/integer.go.md index 8910d910..c716cd03 100644 --- a/docs/integer.go.md +++ b/docs/integer.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/integer" +import "github.com/cdktf/cdktf-provider-random-go/random/integer" integer.NewInteger(scope Construct, id *string, config IntegerConfig) Integer ``` @@ -392,7 +392,7 @@ func ResetSeed() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/integer" +import "github.com/cdktf/cdktf-provider-random-go/random/integer" integer.Integer_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/integer" +import "github.com/cdktf/cdktf-provider-random-go/random/integer" integer.Integer_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ integer.Integer_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/integer" +import "github.com/cdktf/cdktf-provider-random-go/random/integer" integer.Integer_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ integer.Integer_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/integer" +import "github.com/cdktf/cdktf-provider-random-go/random/integer" integer.Integer_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -791,7 +791,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/integer" +import "github.com/cdktf/cdktf-provider-random-go/random/integer" &integer.IntegerConfig { Connection: interface{}, diff --git a/docs/password.go.md b/docs/password.go.md index 8752df59..c5a33085 100644 --- a/docs/password.go.md +++ b/docs/password.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/password" +import "github.com/cdktf/cdktf-provider-random-go/random/password" password.NewPassword(scope Construct, id *string, config PasswordConfig) Password ``` @@ -455,7 +455,7 @@ func ResetUpper() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/password" +import "github.com/cdktf/cdktf-provider-random-go/random/password" password.Password_IsConstruct(x interface{}) *bool ``` @@ -487,7 +487,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/password" +import "github.com/cdktf/cdktf-provider-random-go/random/password" password.Password_IsTerraformElement(x interface{}) *bool ``` @@ -501,7 +501,7 @@ password.Password_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/password" +import "github.com/cdktf/cdktf-provider-random-go/random/password" password.Password_IsTerraformResource(x interface{}) *bool ``` @@ -515,7 +515,7 @@ password.Password_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/password" +import "github.com/cdktf/cdktf-provider-random-go/random/password" password.Password_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1041,7 +1041,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/password" +import "github.com/cdktf/cdktf-provider-random-go/random/password" &password.PasswordConfig { Connection: interface{}, diff --git a/docs/pet.go.md b/docs/pet.go.md index 67a45589..325dd7c9 100644 --- a/docs/pet.go.md +++ b/docs/pet.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/pet" +import "github.com/cdktf/cdktf-provider-random-go/random/pet" pet.NewPet(scope Construct, id *string, config PetConfig) Pet ``` @@ -406,7 +406,7 @@ func ResetSeparator() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/pet" +import "github.com/cdktf/cdktf-provider-random-go/random/pet" pet.Pet_IsConstruct(x interface{}) *bool ``` @@ -438,7 +438,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/pet" +import "github.com/cdktf/cdktf-provider-random-go/random/pet" pet.Pet_IsTerraformElement(x interface{}) *bool ``` @@ -452,7 +452,7 @@ pet.Pet_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/pet" +import "github.com/cdktf/cdktf-provider-random-go/random/pet" pet.Pet_IsTerraformResource(x interface{}) *bool ``` @@ -466,7 +466,7 @@ pet.Pet_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/pet" +import "github.com/cdktf/cdktf-provider-random-go/random/pet" pet.Pet_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -794,7 +794,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/pet" +import "github.com/cdktf/cdktf-provider-random-go/random/pet" &pet.PetConfig { Connection: interface{}, diff --git a/docs/provider.go.md b/docs/provider.go.md index 8cf052da..42432eb2 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/provider" +import "github.com/cdktf/cdktf-provider-random-go/random/provider" provider.NewRandomProvider(scope Construct, id *string, config RandomProviderConfig) RandomProvider ``` @@ -151,7 +151,7 @@ func ResetAlias() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/provider" +import "github.com/cdktf/cdktf-provider-random-go/random/provider" provider.RandomProvider_IsConstruct(x interface{}) *bool ``` @@ -183,7 +183,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/provider" +import "github.com/cdktf/cdktf-provider-random-go/random/provider" provider.RandomProvider_IsTerraformElement(x interface{}) *bool ``` @@ -197,7 +197,7 @@ provider.RandomProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/provider" +import "github.com/cdktf/cdktf-provider-random-go/random/provider" provider.RandomProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -211,7 +211,7 @@ provider.RandomProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/provider" +import "github.com/cdktf/cdktf-provider-random-go/random/provider" provider.RandomProvider_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-random-go/random/v11/provider" +import "github.com/cdktf/cdktf-provider-random-go/random/provider" &provider.RandomProviderConfig { Alias: *string, diff --git a/docs/shuffle.go.md b/docs/shuffle.go.md index baf77e60..9b195b82 100644 --- a/docs/shuffle.go.md +++ b/docs/shuffle.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/shuffle" +import "github.com/cdktf/cdktf-provider-random-go/random/shuffle" shuffle.NewShuffle(scope Construct, id *string, config ShuffleConfig) Shuffle ``` @@ -399,7 +399,7 @@ func ResetSeed() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/shuffle" +import "github.com/cdktf/cdktf-provider-random-go/random/shuffle" shuffle.Shuffle_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/shuffle" +import "github.com/cdktf/cdktf-provider-random-go/random/shuffle" shuffle.Shuffle_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ shuffle.Shuffle_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/shuffle" +import "github.com/cdktf/cdktf-provider-random-go/random/shuffle" shuffle.Shuffle_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ shuffle.Shuffle_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/shuffle" +import "github.com/cdktf/cdktf-provider-random-go/random/shuffle" shuffle.Shuffle_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -798,7 +798,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/shuffle" +import "github.com/cdktf/cdktf-provider-random-go/random/shuffle" &shuffle.ShuffleConfig { Connection: interface{}, diff --git a/docs/stringResource.go.md b/docs/stringResource.go.md index d81e1f6f..853d0f11 100644 --- a/docs/stringResource.go.md +++ b/docs/stringResource.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/stringresource" +import "github.com/cdktf/cdktf-provider-random-go/random/stringresource" stringresource.NewStringResource(scope Construct, id *string, config StringResourceConfig) StringResource ``` @@ -455,7 +455,7 @@ func ResetUpper() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/stringresource" +import "github.com/cdktf/cdktf-provider-random-go/random/stringresource" stringresource.StringResource_IsConstruct(x interface{}) *bool ``` @@ -487,7 +487,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/stringresource" +import "github.com/cdktf/cdktf-provider-random-go/random/stringresource" stringresource.StringResource_IsTerraformElement(x interface{}) *bool ``` @@ -501,7 +501,7 @@ stringresource.StringResource_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/stringresource" +import "github.com/cdktf/cdktf-provider-random-go/random/stringresource" stringresource.StringResource_IsTerraformResource(x interface{}) *bool ``` @@ -515,7 +515,7 @@ stringresource.StringResource_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/stringresource" +import "github.com/cdktf/cdktf-provider-random-go/random/stringresource" stringresource.StringResource_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1030,7 +1030,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/stringresource" +import "github.com/cdktf/cdktf-provider-random-go/random/stringresource" &stringresource.StringResourceConfig { Connection: interface{}, diff --git a/docs/uuid.go.md b/docs/uuid.go.md index 198f5192..db4bf725 100644 --- a/docs/uuid.go.md +++ b/docs/uuid.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/uuid" +import "github.com/cdktf/cdktf-provider-random-go/random/uuid" uuid.NewUuid(scope Construct, id *string, config UuidConfig) Uuid ``` @@ -385,7 +385,7 @@ func ResetKeepers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/uuid" +import "github.com/cdktf/cdktf-provider-random-go/random/uuid" uuid.Uuid_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/uuid" +import "github.com/cdktf/cdktf-provider-random-go/random/uuid" uuid.Uuid_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ uuid.Uuid_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/uuid" +import "github.com/cdktf/cdktf-provider-random-go/random/uuid" uuid.Uuid_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ uuid.Uuid_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/uuid" +import "github.com/cdktf/cdktf-provider-random-go/random/uuid" uuid.Uuid_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -718,7 +718,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/v11/uuid" +import "github.com/cdktf/cdktf-provider-random-go/random/uuid" &uuid.UuidConfig { Connection: interface{}, diff --git a/src/bytes/index.ts b/src/bytes/index.ts index db113bc3..42217e92 100644 --- a/src/bytes/index.ts +++ b/src/bytes/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/bytes // generated from terraform resource schema diff --git a/src/id/index.ts b/src/id/index.ts index 54bac127..0fb0158b 100644 --- a/src/id/index.ts +++ b/src/id/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/id // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index e3274b96..d367315e 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 bytes from './bytes'; export * as id from './id'; diff --git a/src/integer/index.ts b/src/integer/index.ts index 097711c0..4c6e37ff 100644 --- a/src/integer/index.ts +++ b/src/integer/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/integer // generated from terraform resource schema diff --git a/src/lazy-index.ts b/src/lazy-index.ts index ba3259f2..1e6b914e 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, 'bytes', { get: function () { return require('./bytes'); } }); Object.defineProperty(exports, 'id', { get: function () { return require('./id'); } }); diff --git a/src/password/index.ts b/src/password/index.ts index 46cd24c0..bbdf355b 100644 --- a/src/password/index.ts +++ b/src/password/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/password // generated from terraform resource schema diff --git a/src/pet/index.ts b/src/pet/index.ts index 610401ff..0445f5a1 100644 --- a/src/pet/index.ts +++ b/src/pet/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/pet // generated from terraform resource schema diff --git a/src/provider/index.ts b/src/provider/index.ts index 4023347d..adf7b26d 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/random/3.6.0/docs // generated from terraform resource schema diff --git a/src/shuffle/index.ts b/src/shuffle/index.ts index 5a2d3f7b..b4c3c747 100644 --- a/src/shuffle/index.ts +++ b/src/shuffle/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/shuffle // generated from terraform resource schema diff --git a/src/string-resource/index.ts b/src/string-resource/index.ts index d08525c4..0a38e428 100644 --- a/src/string-resource/index.ts +++ b/src/string-resource/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/string // generated from terraform resource schema diff --git a/src/uuid/index.ts b/src/uuid/index.ts index df055ecf..786356d9 100644 --- a/src/uuid/index.ts +++ b/src/uuid/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/uuid // generated from terraform resource schema diff --git a/yarn.lock b/yarn.lock index d01d6984..2507661e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -217,9 +217,9 @@ jsii-srcmak "0.1.999" "@cdktf/provider-project@^0.5.0": - version "0.5.10" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.5.10.tgz#3d1f91178dce5e5f6e0742ba495b0f8376040e8a" - integrity sha512-nDtqIZVwOMgqtKLDz7QchlhqxQhjQGWrN9M5IR8fMOqJNIVMYkyEi5jJxtsKym2PJ64TKQMfFTWOOtYxTF4nZw== + version "0.5.11" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.5.11.tgz#8ef9d8c60157365c1cb3a85feb51c9b223f69f16" + integrity sha512-Kshkow52jhhgGvDn6ubpIN5B6fGrbDfXGd44MU5W6LJTKHsvilR1VsbQpmYIuFmDPLmcuQGiS7SP6NjA7+eipQ== dependencies: change-case "^4.1.2" fs-extra "^10.1.0" From f4e3f0300c2a4f8762f21a293c5cef69cf20f1ea Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Mon, 15 Jan 2024 11:49:01 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: team-tf-cdk --- docs/bytes.go.md | 12 ++++++------ docs/id.go.md | 12 ++++++------ docs/integer.go.md | 12 ++++++------ docs/password.go.md | 12 ++++++------ docs/pet.go.md | 12 ++++++------ docs/provider.go.md | 12 ++++++------ docs/shuffle.go.md | 12 ++++++------ docs/stringResource.go.md | 12 ++++++------ docs/uuid.go.md | 12 ++++++------ src/bytes/index.ts | 5 +++++ src/id/index.ts | 5 +++++ src/index.ts | 5 +++++ src/integer/index.ts | 5 +++++ src/lazy-index.ts | 5 +++++ src/password/index.ts | 5 +++++ src/pet/index.ts | 5 +++++ src/provider/index.ts | 5 +++++ src/shuffle/index.ts | 5 +++++ src/string-resource/index.ts | 5 +++++ src/uuid/index.ts | 5 +++++ 20 files changed, 109 insertions(+), 54 deletions(-) diff --git a/docs/bytes.go.md b/docs/bytes.go.md index fbcd1111..f6973b8d 100644 --- a/docs/bytes.go.md +++ b/docs/bytes.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/bytes" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/bytes" bytes.NewBytes(scope Construct, id *string, config BytesConfig) Bytes ``` @@ -385,7 +385,7 @@ func ResetKeepers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/bytes" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/bytes" bytes.Bytes_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/bytes" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/bytes" bytes.Bytes_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ bytes.Bytes_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/bytes" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/bytes" bytes.Bytes_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ bytes.Bytes_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/bytes" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/bytes" bytes.Bytes_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/bytes" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/bytes" &bytes.BytesConfig { Connection: interface{}, diff --git a/docs/id.go.md b/docs/id.go.md index 2dd111c8..86b0256b 100644 --- a/docs/id.go.md +++ b/docs/id.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/id" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/id" id.NewId(scope Construct, id *string, config IdConfig) Id ``` @@ -392,7 +392,7 @@ func ResetPrefix() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/id" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/id" id.Id_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/id" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/id" id.Id_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ id.Id_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/id" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/id" id.Id_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ id.Id_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/id" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/id" id.Id_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -802,7 +802,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/id" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/id" &id.IdConfig { Connection: interface{}, diff --git a/docs/integer.go.md b/docs/integer.go.md index c716cd03..8910d910 100644 --- a/docs/integer.go.md +++ b/docs/integer.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/integer" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/integer" integer.NewInteger(scope Construct, id *string, config IntegerConfig) Integer ``` @@ -392,7 +392,7 @@ func ResetSeed() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/integer" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/integer" integer.Integer_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/integer" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/integer" integer.Integer_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ integer.Integer_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/integer" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/integer" integer.Integer_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ integer.Integer_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/integer" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/integer" integer.Integer_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -791,7 +791,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/integer" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/integer" &integer.IntegerConfig { Connection: interface{}, diff --git a/docs/password.go.md b/docs/password.go.md index c5a33085..8752df59 100644 --- a/docs/password.go.md +++ b/docs/password.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/password" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/password" password.NewPassword(scope Construct, id *string, config PasswordConfig) Password ``` @@ -455,7 +455,7 @@ func ResetUpper() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/password" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/password" password.Password_IsConstruct(x interface{}) *bool ``` @@ -487,7 +487,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/password" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/password" password.Password_IsTerraformElement(x interface{}) *bool ``` @@ -501,7 +501,7 @@ password.Password_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/password" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/password" password.Password_IsTerraformResource(x interface{}) *bool ``` @@ -515,7 +515,7 @@ password.Password_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/password" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/password" password.Password_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1041,7 +1041,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/password" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/password" &password.PasswordConfig { Connection: interface{}, diff --git a/docs/pet.go.md b/docs/pet.go.md index 325dd7c9..67a45589 100644 --- a/docs/pet.go.md +++ b/docs/pet.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/pet" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/pet" pet.NewPet(scope Construct, id *string, config PetConfig) Pet ``` @@ -406,7 +406,7 @@ func ResetSeparator() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/pet" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/pet" pet.Pet_IsConstruct(x interface{}) *bool ``` @@ -438,7 +438,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/pet" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/pet" pet.Pet_IsTerraformElement(x interface{}) *bool ``` @@ -452,7 +452,7 @@ pet.Pet_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/pet" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/pet" pet.Pet_IsTerraformResource(x interface{}) *bool ``` @@ -466,7 +466,7 @@ pet.Pet_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/pet" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/pet" pet.Pet_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -794,7 +794,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/pet" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/pet" &pet.PetConfig { Connection: interface{}, diff --git a/docs/provider.go.md b/docs/provider.go.md index 42432eb2..8cf052da 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/provider" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/provider" provider.NewRandomProvider(scope Construct, id *string, config RandomProviderConfig) RandomProvider ``` @@ -151,7 +151,7 @@ func ResetAlias() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/provider" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/provider" provider.RandomProvider_IsConstruct(x interface{}) *bool ``` @@ -183,7 +183,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/provider" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/provider" provider.RandomProvider_IsTerraformElement(x interface{}) *bool ``` @@ -197,7 +197,7 @@ provider.RandomProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/provider" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/provider" provider.RandomProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -211,7 +211,7 @@ provider.RandomProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/provider" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/provider" provider.RandomProvider_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-random-go/random/provider" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/provider" &provider.RandomProviderConfig { Alias: *string, diff --git a/docs/shuffle.go.md b/docs/shuffle.go.md index 9b195b82..baf77e60 100644 --- a/docs/shuffle.go.md +++ b/docs/shuffle.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/shuffle" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/shuffle" shuffle.NewShuffle(scope Construct, id *string, config ShuffleConfig) Shuffle ``` @@ -399,7 +399,7 @@ func ResetSeed() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/shuffle" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/shuffle" shuffle.Shuffle_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/shuffle" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/shuffle" shuffle.Shuffle_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ shuffle.Shuffle_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/shuffle" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/shuffle" shuffle.Shuffle_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ shuffle.Shuffle_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/shuffle" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/shuffle" shuffle.Shuffle_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -798,7 +798,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/shuffle" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/shuffle" &shuffle.ShuffleConfig { Connection: interface{}, diff --git a/docs/stringResource.go.md b/docs/stringResource.go.md index 853d0f11..d81e1f6f 100644 --- a/docs/stringResource.go.md +++ b/docs/stringResource.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/stringresource" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/stringresource" stringresource.NewStringResource(scope Construct, id *string, config StringResourceConfig) StringResource ``` @@ -455,7 +455,7 @@ func ResetUpper() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/stringresource" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/stringresource" stringresource.StringResource_IsConstruct(x interface{}) *bool ``` @@ -487,7 +487,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/stringresource" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/stringresource" stringresource.StringResource_IsTerraformElement(x interface{}) *bool ``` @@ -501,7 +501,7 @@ stringresource.StringResource_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/stringresource" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/stringresource" stringresource.StringResource_IsTerraformResource(x interface{}) *bool ``` @@ -515,7 +515,7 @@ stringresource.StringResource_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/stringresource" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/stringresource" stringresource.StringResource_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -1030,7 +1030,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/stringresource" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/stringresource" &stringresource.StringResourceConfig { Connection: interface{}, diff --git a/docs/uuid.go.md b/docs/uuid.go.md index db4bf725..198f5192 100644 --- a/docs/uuid.go.md +++ b/docs/uuid.go.md @@ -9,7 +9,7 @@ Represents a {@link https://registry.terraform.io/providers/hashicorp/random/3.6 #### Initializers ```go -import "github.com/cdktf/cdktf-provider-random-go/random/uuid" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/uuid" uuid.NewUuid(scope Construct, id *string, config UuidConfig) Uuid ``` @@ -385,7 +385,7 @@ func ResetKeepers() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/uuid" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/uuid" uuid.Uuid_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/uuid" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/uuid" uuid.Uuid_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ uuid.Uuid_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/uuid" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/uuid" uuid.Uuid_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ uuid.Uuid_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-random-go/random/uuid" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/uuid" uuid.Uuid_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -718,7 +718,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-random-go/random/uuid" +import "github.com/cdktf/cdktf-provider-random-go/random/v11/uuid" &uuid.UuidConfig { Connection: interface{}, diff --git a/src/bytes/index.ts b/src/bytes/index.ts index 42217e92..db113bc3 100644 --- a/src/bytes/index.ts +++ b/src/bytes/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/bytes // generated from terraform resource schema diff --git a/src/id/index.ts b/src/id/index.ts index 0fb0158b..54bac127 100644 --- a/src/id/index.ts +++ b/src/id/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/id // generated from terraform resource schema diff --git a/src/index.ts b/src/index.ts index d367315e..e3274b96 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 bytes from './bytes'; export * as id from './id'; diff --git a/src/integer/index.ts b/src/integer/index.ts index 4c6e37ff..097711c0 100644 --- a/src/integer/index.ts +++ b/src/integer/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/integer // generated from terraform resource schema diff --git a/src/lazy-index.ts b/src/lazy-index.ts index 1e6b914e..ba3259f2 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, 'bytes', { get: function () { return require('./bytes'); } }); Object.defineProperty(exports, 'id', { get: function () { return require('./id'); } }); diff --git a/src/password/index.ts b/src/password/index.ts index bbdf355b..46cd24c0 100644 --- a/src/password/index.ts +++ b/src/password/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/password // generated from terraform resource schema diff --git a/src/pet/index.ts b/src/pet/index.ts index 0445f5a1..610401ff 100644 --- a/src/pet/index.ts +++ b/src/pet/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/pet // generated from terraform resource schema diff --git a/src/provider/index.ts b/src/provider/index.ts index adf7b26d..4023347d 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/random/3.6.0/docs // generated from terraform resource schema diff --git a/src/shuffle/index.ts b/src/shuffle/index.ts index b4c3c747..5a2d3f7b 100644 --- a/src/shuffle/index.ts +++ b/src/shuffle/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/shuffle // generated from terraform resource schema diff --git a/src/string-resource/index.ts b/src/string-resource/index.ts index 0a38e428..d08525c4 100644 --- a/src/string-resource/index.ts +++ b/src/string-resource/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/string // generated from terraform resource schema diff --git a/src/uuid/index.ts b/src/uuid/index.ts index 786356d9..df055ecf 100644 --- a/src/uuid/index.ts +++ b/src/uuid/index.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // https://registry.terraform.io/providers/hashicorp/random/3.6.0/docs/resources/uuid // generated from terraform resource schema