diff --git a/main.tf b/main.tf index 38c6d8c..5e820c6 100644 --- a/main.tf +++ b/main.tf @@ -76,6 +76,7 @@ resource "aws_iam_policy" "datadog-core" { "ecs:List*", "elasticache:Describe*", "elasticache:List*", + "elasticfilesystem:DescribeAccessPoints", "elasticfilesystem:DescribeFileSystems", "elasticfilesystem:DescribeTags", "elasticloadbalancing:Describe*", @@ -115,6 +116,7 @@ resource "aws_iam_policy" "datadog-core" { "sns:List*", "sns:Publish", "sqs:ListQueues", + "states:ListStateMachines", "support:*", "tag:GetResources", "tag:GetTagKeys",