Commit Graph

4 Commits

Author SHA1 Message Date
Justin Van Patten efa5237598
Fix policy integration test dependencies ()
And remove some other unnecessary cruft while cleaning things up here.
2020-03-29 17:55:08 -07:00
Sean Holung fa3d50faa2
Remove pulumi/aws dependency from policy int tests () 2020-03-27 14:55:58 -07:00
Luke Hoban 2ada63ef4e
Fix versions of dependencies in policy tests ()
These were causing *very* old versions of `@pulumi/pulumi` to get pulled in, and were seeing failures on Node 13 due to missnig gRPC native modules.

Aside - we've tried to not have any dependencies in `@pulumi/pulumi` on `@pulumi/aws` and other higher-level libraries, to avoid layering violation issues.  Would love to see if we can reasonably simplify the testing at this layer to not have this dependency.
2020-03-25 09:35:41 -07:00
Sean Holung d0f5e35b50
Add support for enabling Policy Packs with configuration ()
* Support policy pack configiguration using policy enable cmd.
2020-03-24 13:30:36 -07:00