1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Merge pull request #884 from kozaktomas/fix-docs-json-2

Fix invalid json in documentation
This commit is contained in:
paul-the-alien[bot] 2022-03-24 11:05:56 +00:00 committed by GitHub
commit 36077d59ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ Create a IAM Policy to pin down access to secrets matching `dev-*`.
"secretsmanager:ListSecretVersionIds"
],
"Resource": [
"arn:aws:secretsmanager:us-west-2:111122223333:secret:dev-*",
"arn:aws:secretsmanager:us-west-2:111122223333:secret:dev-*"
]
}
]