setup-terraform/wrapper
Brian Flad 1d777b53ee
deps: Bump all development dependencies and fix check-dist (#301)
Reference: https://github.com/hashicorp/setup-terraform/pull/285
Reference: https://github.com/hashicorp/setup-terraform/pull/286
Reference: https://github.com/hashicorp/setup-terraform/pull/288
Reference: https://github.com/hashicorp/setup-terraform/pull/291
Reference: https://github.com/hashicorp/setup-terraform/pull/292

```shell
npm install '@vercel/ncc@0.36.1'
npm install 'husky@8.0.3'
npm install 'jest@29.4.1'
npm install 'nock@13.3.0'
pushd wrapper
npm install '@vercel/ncc@0.36.1'
npm install 'jest@29.4.1'
npm audit fix # json5@1.0.2 security fix
popd
npm run build
```
2023-02-09 10:05:39 -05:00
..
lib Initial commit 2020-04-25 19:46:30 -04:00
test Initial commit 2020-04-25 19:46:30 -04:00
package-lock.json deps: Bump all development dependencies and fix check-dist (#301) 2023-02-09 10:05:39 -05:00
package.json deps: Bump all development dependencies and fix check-dist (#301) 2023-02-09 10:05:39 -05:00
terraform.js Support detailed exit codes. (#125) 2022-05-18 08:47:46 -04:00