Skip to content

Commit

Permalink
Update terraform plugin to include proto files in build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekaalim committed Jan 12, 2021
1 parent ecf048d commit 9c73660
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 31 deletions.
64 changes: 35 additions & 29 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@aws-sdk/client-s3": "^3.1.0",
"@aws-sdk/credential-provider-node": "^3.1.0",
"@lukekaalim/cast": "^1.0.0",
"@lukekaalim/terraform-plugin": "^2.4.1",
"@lukekaalim/terraform-plugin": "^2.4.2",
"winston": "^3.3.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion terraform-plugin.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "immutable-elastic-beanstalk",
"namespace": "lukekaalim",
"version": "2.0.3",
"version": "2.0.4",
"entry": "plugin.js"
}

0 comments on commit 9c73660

Please sign in to comment.