Skip to content

Commit

Permalink
Change acm_certificate to certificate_request
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-rosset authored Jan 17, 2022
1 parent 564db0a commit e8a1762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/aws_acm.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
- name: request a certificate issued by ACM
community.aws.aws_acm:
name_tag: my_cert # to be applied through an AWS tag as "Name":"my_cert"
acm_certificate:
certificate_request:
domain_name: acm.ansible.com
subject_alternative_names:
- acm-east.ansible.com
Expand Down

0 comments on commit e8a1762

Please sign in to comment.