We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
viewer_protocol_policy
forwarded_values
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
Documentation Report
cloudfront_distribution
$ ansible --version ansible [core 2.16.0]
$ ansible-galaxy collection list amazon.aws 7.0.0 community.aws 7.0.0 netapp.aws 21.7.1
$ ansible-config dump --only-changed
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
A few things seem to be inconsistently indented on the cloudfront_distribution module
ie Look at
viewer_protocol_policy
seems to be indented underforwarded_values
, however, under the example, it isnt underforwarded_values
at allIts hard to know which properties go where, by following this
Issue Type
Documentation Report
Component Name
cloudfront_distribution
Ansible Version
Collection Versions
Configuration
$ ansible-config dump --only-changed
OS / Environment
No response
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: