https://pulumi.com logo
#general
Title
# general
d

damp-school-17708

04/08/2021, 3:10 PM
has anyone ever used the datadog provider ? I am in a mouse/cat game where it looks like 'something' (could be our ci/cd pipeine?) is changing the integration all the times, even if I don't see a diff with pulumi up. is that possible? I basically go on the datadog ui and I read
Datadog is not authorized to perform action sts:AssumeRole Account affected:...
I wonder if this snippet:
Copy code
<https://www.pulumi.com/docs/reference/pkg/datadog/aws/integration/> 

Calls also their APIs messing around stuff, the Role doesn't change at all so I am a bit puzzled on what is breaking the integration
g

green-musician-49057

04/08/2021, 6:07 PM
Looks like something got borked copy-pasting your snippet, BUT....we're using the datadog AWS cloudformation template in pulumi, and it also detects a change with every single pulumi preview/up -- however nothing is really changing when you drill down into the AWS resources in cloudformation
d

damp-school-17708

04/09/2021, 8:11 AM
yes is that with the parameters / api key? I've noticed an open bug in Terraform and I've added an ignore to that. Still, I can't get to see my lambdas and the integration is marked as broken all the times. It must be something else, thanks
2 Views