scribd / terraform-aws-datadog

Terraform module for setting up AWS Datadog integration
https://registry.terraform.io/modules/scribd/datadog/aws/1.0.0
MIT License
38 stars 30 forks source link

feat: attach extra iam policies #37

Closed bcha closed 3 years ago

bcha commented 3 years ago

adds datadog-core-attach-extras, a simple feature to just allow extra policies to be attached to the core integration role. we've been using this for like over 6 months in a fork with the datadog s3 log archive functionality, which uses the same role as the core integration & requires some extra s3 permissions.

i'm not personally aware of other similarish cases where the core role would need some extra permissions, but if there are any then this can be used for those too

plus fix some terraform fmt issues while at it

jim80net commented 3 years ago

Thanks @bcha, this looks good!

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 2.4.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: