Commit Graph

2 Commits

Author SHA1 Message Date
Joe Duffy 96a9a77167
Policy remediations feature ()
This PR implements the new policy transforms feature, which allows
policy packs to not only issue warnings and errors in response to policy
violations, but actually fix them by rewriting resource property state.
This can be used, for instance, to auto-tag resources, remove Internet
access on the fly, or apply encryption to storage, among other use
cases.
2023-10-09 18:31:17 +00:00
Pat Gavlin f45087be24
[core] Improve engine test coverage. ()
Improve coverage of analyers and import plans (the state import half of
`pulumi import`) as well as some failure cases in the step generator.
Analyzer coverage required extending the deploytest package to support
loading analyzers.
2022-01-11 09:20:43 -08:00