Skip to content

Commit

Permalink
fix: upgrade provider from 2.3.5 to version 2.3.5
Browse files Browse the repository at this point in the history
Signed-off-by: team-tf-cdk <github-team-tf-cdk@hashicorp.com>
  • Loading branch information
team-tf-cdk committed Feb 1, 2025
1 parent d2b56d1 commit 70af513
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 49 deletions.
18 changes: 9 additions & 9 deletions docs/config.go.md

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

18 changes: 9 additions & 9 deletions docs/dataCloudinitConfig.go.md

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

12 changes: 6 additions & 6 deletions docs/provider.go.md

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

5 changes: 0 additions & 5 deletions src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// https://registry.terraform.io/providers/hashicorp/cloudinit/2.3.5/docs/resources/config
// generated from terraform resource schema

Expand Down
5 changes: 0 additions & 5 deletions src/data-cloudinit-config/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// https://registry.terraform.io/providers/hashicorp/cloudinit/2.3.5/docs/data-sources/config
// generated from terraform resource schema

Expand Down
5 changes: 0 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// generated by cdktf get
export * as config from './config';
export * as dataCloudinitConfig from './data-cloudinit-config';
Expand Down
5 changes: 0 additions & 5 deletions src/lazy-index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// generated by cdktf get
Object.defineProperty(exports, 'config', { get: function () { return require('./config'); } });
Object.defineProperty(exports, 'dataCloudinitConfig', { get: function () { return require('./data-cloudinit-config'); } });
Expand Down
5 changes: 0 additions & 5 deletions src/provider/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// https://registry.terraform.io/providers/hashicorp/cloudinit/2.3.5/docs
// generated from terraform resource schema

Expand Down

0 comments on commit 70af513

Please sign in to comment.