ansible/changelogs/fragments/aws_parameter_store_pagination.yaml

6 lines
244 B
YAML
Raw Normal View History

---
bugfixes:
- aws_ssm_parameter_store - AWS Systems Manager Parameter Store may reach
an internal limit before finding the expected parameter, causing misleading
results. This is resolved by paginating the describe_parameters call.