generated from cloudposse-terraform-components/template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugπ An issue with the systemπ An issue with the system
Description
Describe the Bug
After the deployment of the component, on Datadog's integration page there are warning of missing permissions in some AWS accounts. The missing permissions are;
- lambda:GetPolicy
- states:ListStateMachines
- ec2:SearchTransitGatewayRoutes
It depends on the resources of the accounts, some will complain about 1 or 2 of these permissions.
Expected Behavior
It should have zero warnings after the deployment with the integrations: [all] is set (default).
Steps to Reproduce
- Create the component with the config and deploy it;
components:
terraform:
datadog-integration:
vars:
enabled: true
integrations: [all]- Go to Datadog Integration page
- Go to AWS
- Inspect the Account's Configuration
- Check the Issues tab
- Inspect the Warning message
Screenshots
Environment (please complete the following information):
- OS: Linux
- Atmos: v1.180.0
- Terraform: v1.12.1
Additional Context
Metadata
Metadata
Assignees
Labels
bugπ An issue with the systemπ An issue with the system


