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:
commit
36077d59ec
1 changed files with 1 additions and 1 deletions
|
@ -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-*"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue