Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk committed Dec 15, 2024
1 parent a94f412 commit c1ad27f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 63 deletions.
18 changes: 9 additions & 9 deletions docs/dataHttp.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/data-http/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/http/3.4.5/docs/data-sources/http
// 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 dataHttp from './data-http';
export * as provider from './provider';
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, 'dataHttp', { get: function () { return require('./data-http'); } });
Object.defineProperty(exports, 'provider', { get: function () { return require('./provider'); } });
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/http/3.4.5/docs
// generated from terraform resource schema

Expand Down
31 changes: 3 additions & 28 deletions yarn.lock

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

0 comments on commit c1ad27f

Please sign in to comment.