mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
change aws_kms example (#43438)
This commit is contained in:
parent
9259f31fee
commit
486a43829c
1 changed files with 2 additions and 2 deletions
|
@ -69,14 +69,14 @@ extends_documentation_fragment:
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: grant user-style access to production secrets
|
- name: grant user-style access to production secrets
|
||||||
kms:
|
aws_kms:
|
||||||
args:
|
args:
|
||||||
mode: grant
|
mode: grant
|
||||||
key_alias: "alias/my_production_secrets"
|
key_alias: "alias/my_production_secrets"
|
||||||
role_name: "prod-appServerRole-1R5AQG2BSEL6L"
|
role_name: "prod-appServerRole-1R5AQG2BSEL6L"
|
||||||
grant_types: "role,role grant"
|
grant_types: "role,role grant"
|
||||||
- name: remove access to production secrets from role
|
- name: remove access to production secrets from role
|
||||||
kms:
|
aws_kms:
|
||||||
args:
|
args:
|
||||||
mode: deny
|
mode: deny
|
||||||
key_alias: "alias/my_production_secrets"
|
key_alias: "alias/my_production_secrets"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue