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 e8a1762 commit c00fcfc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions plugins/modules/aws_acm.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,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 @@ -206,8 +205,10 @@
options:
certificate_transparency_logging_preference: ENABLED
certificate_authority_arn: arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
tags:
Application: opensearch
tags:
Name: my_cert
Application: search
Environment: development
'''

RETURN = '''
Expand Down

0 comments on commit c00fcfc

Please sign in to comment.