Skip to content

Commit

Permalink
chore(deps)!: Updated CDKTF version to 0.18.0 (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk authored Aug 24, 2023
1 parent 0c3b25c commit d918115
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 74 deletions.
6 changes: 3 additions & 3 deletions .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { CdktfProviderProject } = require("@cdktf/provider-project");
const project = new CdktfProviderProject({
useCustomGithubRunner: false,
terraformProvider: "hashicorp/local@~> 2.1",
cdktfVersion: "^0.17.0",
cdktfVersion: "^0.18.0",
constructsVersion: "^10.0.0",
minNodeVersion: "16.14.0",
jsiiVersion: "^5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json

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

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

// generated by cdktf get
Object.defineProperty(exports, 'file', { get: function () { return require('./file'); } });
Object.defineProperty(exports, 'sensitiveFile', { get: function () { return require('./sensitive-file'); } });
Object.defineProperty(exports, 'dataLocalFile', { get: function () { return require('./data-local-file'); } });
Object.defineProperty(exports, 'dataLocalSensitiveFile', { get: function () { return require('./data-local-sensitive-file'); } });
Object.defineProperty(exports, 'provider', { get: function () { return require('./provider'); } });

132 changes: 66 additions & 66 deletions yarn.lock

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

0 comments on commit d918115

Please sign in to comment.