diff --git a/terraform/live/sample/eks/terragrunt.hcl b/terraform/live/sample/eks/terragrunt.hcl index d21446f4..182ee40f 100644 --- a/terraform/live/sample/eks/terragrunt.hcl +++ b/terraform/live/sample/eks/terragrunt.hcl @@ -244,6 +244,11 @@ POLICY "Action": "cloudwatch:PutMetricData", "Resource": "*", "Effect": "Allow" + }, + { + "Effect": "Allow", + "Resource": "*" + "Action": "ec2:DescribeTags", } ] }