Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indentation inconsistent on cloudfront_distribution module #2008

Open
1 task done
RHeynsZa opened this issue Nov 27, 2023 · 0 comments
Open
1 task done

Indentation inconsistent on cloudfront_distribution module #2008

RHeynsZa opened this issue Nov 27, 2023 · 0 comments

Comments

@RHeynsZa
Copy link

RHeynsZa commented Nov 27, 2023

Summary

A few things seem to be inconsistently indented on the cloudfront_distribution module

ie Look at viewer_protocol_policy seems to be indented under forwarded_values, however, under the example, it isnt under forwarded_values at all

    default_cache_behavior:
      target_origin_id: 'my test origin-000111'
      forwarded_values:
        query_string: true
        cookies:
          forward: all
        headers:
         - '*'
      viewer_protocol_policy: allow-all
      smooth_streaming: true
      compress: true

Its hard to know which properties go where, by following this

Issue Type

Documentation Report

Component Name

cloudfront_distribution

Ansible Version

$ ansible --version
ansible [core 2.16.0]

Collection Versions

$ ansible-galaxy collection list
amazon.aws                    7.0.0
community.aws                 7.0.0
netapp.aws                    21.7.1

Configuration

$ ansible-config dump --only-changed

OS / Environment

No response

Additional Information

No response

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant