Skip to content

Commit

Permalink
Merge pull request #28 from hashicorp/fix-step-function-example
Browse files Browse the repository at this point in the history
feat: update to cdktf 0.8.0-pre.2 to fix nested json
  • Loading branch information
ansgarm authored Nov 16, 2021
2 parents 0f6431b + 368c4b4 commit ac934aa
Show file tree
Hide file tree
Showing 1,414 changed files with 678,395 additions and 669,242 deletions.
1 change: 1 addition & 0 deletions .gitattributes

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

3 changes: 2 additions & 1 deletion .gitignore

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

3 changes: 2 additions & 1 deletion .npmignore

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

10 changes: 3 additions & 7 deletions .projen/deps.json

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

15 changes: 15 additions & 0 deletions .projen/jest-snapshot-resolver.js

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

24 changes: 15 additions & 9 deletions .projen/tasks.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.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CdktfAwsCdkProject } from "./projen";

const project = new CdktfAwsCdkProject({
terraformProvider: "aws@~> 3.0",
cdktfVersion: '0.7.0-pre.382',
cdktfVersion: '0.8.0-pre.2',
constructsVersion: "^10.0.0",
minNodeVersion: "14.15.0",
projenrcTs: true
Expand Down
Loading

0 comments on commit ac934aa

Please sign in to comment.