DataDog / cloudformation-template

Easily set up the Datadog AWS integration using CloudFormation
Apache License 2.0
34 stars 44 forks source link

Add missing IAM permissions for Metrics Streams CF stack, solves #66 #67

Open iul1an opened 1 year ago

iul1an commented 1 year ago

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

pryan-pro commented 1 year ago

@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?