terraform-aws-eventbridge
terraform-aws-eventbridge copied to clipboard
feat(iam): Disable tags if desired
Description
This allows a user to specify whether or not they want tags on their IAM resources
Motivation and Context
Some orgs and users limit tagging functionality on IAM resources for administrative governance and as such, make this module (and the parent lambda module) unusable for those orgs.
This PR does not change the default behavior, merely allows a user to alter the default behavior if desired.
Breaking Changes
None