DataDog / cloudformation-template

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

Wrap DdAWSAccountId in quotes to represent string for main.yaml + main_extended.yaml #109

Closed sabiurr closed 1 month ago

sabiurr commented 1 month ago

What does this PR do?

Wrap DdAWSAccountId in quotes to represent string instead of octal. Because our govcloud DdAWSAccountId account starts with a 0, it is treated as octal and 65115117704 in octal -> 7133765572, which is not the account ID we want to use

By wrapping in quotes, we can treat as a real string

This is updated for main.yaml + main_extended.yaml. For main_extended.yaml, we are also fixing the govcloud DdAWSAccountId

Motivation

Fix govcloud account creation through quickstart template