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

fix(docs): correct parameter store policy typo

Moritz Johner 5 лет назад
Родитель
Сommit
af0f023345
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/provider-aws-parameter-store.md

+ 1 - 1
docs/provider-aws-parameter-store.md

@@ -26,7 +26,7 @@ Create a IAM Policy to pin down access to secrets matching `dev-*`, for futher i
   "Version": "2012-10-17",
   "Statement": [
     {
-      "Effect": "Deny",
+      "Effect": "Allow",
       "Action": [
         "ssm:GetParameter*"
       ],