Skip to content

Commit

Permalink
fix tag indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-rosset committed Jan 17, 2022
1 parent ead8f89 commit b96c333
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/modules/aws_acm.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@
- 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"
certificate_request:
domain_name: acm.ansible.com
subject_alternative_names:
Expand All @@ -241,7 +240,9 @@
certificate_transparency_logging_preference: ENABLED
certificate_authority_arn: arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
tags:
Application: earch
Name: my_cert
Application: search
Environment: development
'''

RETURN = '''
Expand Down

0 comments on commit b96c333

Please sign in to comment.