cloudformation-template
cloudformation-template copied to clipboard
Add missing IAM permissions for Metrics Streams CF stack, solves #66
What does this PR do?
This PR solves issue #66 by adding cloudwatch:TagResource
permissions to DatadogStreamStackSetExecutionRole
IAM role
Testing Guidelines
Deploy/update the Cloudformation template containing this change
@BrunoChauvet Hi! I'm running into this issue as well. If I run the stack directly from the Datadog link in Integrations, it seems to work. However, when I reference this stack as a terraform reference, I get the TagResources error.
Can this be merged?