The datadog_integration_role.yml template changed the name of the Permissions parameter to BasePermissions, which caused errors like this when upgrading the stack:
2/5 | 11:31:31 PM | UPDATE_FAILED | AWS::CloudFormation::Stack | Datadog/AwsIntegration/IntegrationRoleStack (IntegrationRoleStack) Parameters: [Permissions] do not exist in the template
2/5 | 11:31:31 PM | UPDATE_FAILED | AWS::CloudFormation::Stack | Datadog/AwsIntegration/ForwarderStack (ForwarderStack) Resource update cancelled
The
datadog_integration_role.yml
template changed the name of thePermissions
parameter toBasePermissions
, which caused errors like this when upgrading the stack: