Browse Source

Allows moose-hf to access cloudwatch logs

to be tagged v3.4.11
Brad Poulton 3 years ago
parent
commit
14228d284b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      base/account_standards_c2/iam.moose-hf.tf

+ 3 - 0
base/account_standards_c2/iam.moose-hf.tf

@@ -54,6 +54,9 @@ resource "aws_iam_policy" "moose-hf" {
     {
       "Effect": "Allow",
       "Action": "sts:AssumeRole",
+                "logs:DescribeLogGroups",
+                "logs:DescribeLogStreams",
+                "logs:GetLogEvents",
       "Resource": "*"
     }
   ]