Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk committed Dec 20, 2024
1 parent 5681a8e commit 0964317
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 38 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
6 changes: 3 additions & 3 deletions yarn.lock

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

0 comments on commit 0964317

Please sign in to comment.