-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Need an easy way to exclude / change assignment of custom policies from with the Terraform Accelerator.
I understand the accelerator is downstream from this module, however, I believe that some of the same people are across both?
Is your feature request related to a problem?
Yes. Some policy is not desirable in its current form.
Describe the solution you'd like
The Terraform Accelerator uses this module however it re-downloads each time the pipeline is run and so there's no direct access to the /lib folder.
I don't see a clear way to override policy assignments. As an example, the policy to create Recovery Vaults seems to create multiple vaults in multiple places. Customers don't obviously want that. Ideally, we'd write code to use known Recovery Vaults.
A clear description on overriding policy assignments that doesn't require me to reverse engineer the modules/code :-)