From 5cf7d210ac2dd2673f5b08a9d1986cd2bcecfc20 Mon Sep 17 00:00:00 2001 From: github-team-tf-cdk Date: Mon, 9 Sep 2024 09:32:05 +0000 Subject: [PATCH 1/2] chore(deps): update by cdktf/cdktf-repository-manager@26f6644 --- 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 98a5c08f..1bfcf0f7 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 03f597fd..dbd1a326 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 e7217f21..7b9e775e 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 d315d0e2..75d3a1e7 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 ca727d0c..13b9a542 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 88029f2d..18dc04c2 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 abdf4a91..ff54729e 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 c3e51340..31870250 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 67dc56fd..62a60dfb 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 b7116bcb..d57170f4 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.2/docs/resources/bytes // generated from terraform resource schema diff --git a/src/id/index.ts b/src/id/index.ts index 3a4e42ad..4f06a3cf 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.2/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 90b2eb6a..687363c6 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.2/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 e099e4d0..040673da 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.2/docs/resources/password // generated from terraform resource schema diff --git a/src/pet/index.ts b/src/pet/index.ts index ac2842e4..57a3a489 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.2/docs/resources/pet // generated from terraform resource schema diff --git a/src/provider/index.ts b/src/provider/index.ts index a855e10b..6a3fc657 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.2/docs // generated from terraform resource schema diff --git a/src/shuffle/index.ts b/src/shuffle/index.ts index 6eb6b141..1db77e25 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.2/docs/resources/shuffle // generated from terraform resource schema diff --git a/src/string-resource/index.ts b/src/string-resource/index.ts index c1028c38..66211b19 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.2/docs/resources/string // generated from terraform resource schema diff --git a/src/uuid/index.ts b/src/uuid/index.ts index 8df3fd9f..e7ce76e4 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.2/docs/resources/uuid // generated from terraform resource schema diff --git a/yarn.lock b/yarn.lock index d6946c2c..445362ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -231,9 +231,9 @@ glob "10.4.1" "@cdktf/provider-project@^0.6.0": - version "0.6.6" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.6.tgz#07d54a91740ad81d5af06313845f990353238483" - integrity sha512-bHtsLeJsDqxsLgR7JkQLg3HJKuQJ3FcsRIlXgzhFxp6ZDIRxHrgnR+o6nE9vmjT28rDfkASnFvGY3En+38mLkg== + version "0.6.7" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.6.7.tgz#6642ced58a574e5f3006065d619b94871ab6d16b" + integrity sha512-hR4H2KQVvMb5a00K1rbNlrUSXXTIPMNMvo2aCBl0fSJK4TO88dGQQkVxcdRxk+JoNXTaWfSFIXqkpiomx+AcWA== dependencies: change-case "^4.1.2" fs-extra "^10.1.0" From b80176473852abff88eb66ff0b974d10a5e61670 Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Mon, 9 Sep 2024 09:34:06 +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 1bfcf0f7..98a5c08f 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 dbd1a326..03f597fd 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 7b9e775e..e7217f21 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 75d3a1e7..d315d0e2 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 13b9a542..ca727d0c 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 18dc04c2..88029f2d 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 ff54729e..abdf4a91 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 31870250..c3e51340 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 62a60dfb..67dc56fd 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 d57170f4..b7116bcb 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.2/docs/resources/bytes // generated from terraform resource schema diff --git a/src/id/index.ts b/src/id/index.ts index 4f06a3cf..3a4e42ad 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.2/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 687363c6..90b2eb6a 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.2/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 040673da..e099e4d0 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.2/docs/resources/password // generated from terraform resource schema diff --git a/src/pet/index.ts b/src/pet/index.ts index 57a3a489..ac2842e4 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.2/docs/resources/pet // generated from terraform resource schema diff --git a/src/provider/index.ts b/src/provider/index.ts index 6a3fc657..a855e10b 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.2/docs // generated from terraform resource schema diff --git a/src/shuffle/index.ts b/src/shuffle/index.ts index 1db77e25..6eb6b141 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.2/docs/resources/shuffle // generated from terraform resource schema diff --git a/src/string-resource/index.ts b/src/string-resource/index.ts index 66211b19..c1028c38 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.2/docs/resources/string // generated from terraform resource schema diff --git a/src/uuid/index.ts b/src/uuid/index.ts index e7ce76e4..8df3fd9f 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.2/docs/resources/uuid // generated from terraform resource schema