terraform-aws-eventbridge
terraform-aws-eventbridge copied to clipboard
Configurable resources for PassRole
Within iam.tf the resources parameter for PassRole is hardcoded to ["*"]. For security reasons It would be desirable if the whole PassRole statement or the resorces parameter is configurable.
https://github.com/terraform-aws-modules/terraform-aws-eventbridge/blob/9cfedbfe42b92bcdfe110100abe5042734979e5f/iam.tf#L237C2-L242C4