mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
Merge pull request #248 from external-secrets/fix/docs-typo
fix(docs): correct parameter store policy typo
This commit is contained in:
commit
03d61864b4
1 changed files with 1 additions and 1 deletions
|
@ -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*"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue