Просмотр исходного кода

fix: add ssm:DescribeParameters to e2e/managed suite

Moritz Johner 4 лет назад
Родитель
Сommit
875c61dd01
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      terraform/aws/modules/cluster/irsa.tf

+ 1 - 0
terraform/aws/modules/cluster/irsa.tf

@@ -47,6 +47,7 @@ resource "aws_iam_role" "eso-e2e-irsa" {
           Action = [
             "ssm:GetParameter",
             "ssm:PutParameter",
+            "ssm:DescribeParameters",
           ]
           Effect   = "Allow"
           Resource = "*"