You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/aws_parameter_store_paginat...

6 lines
244 B
YAML

---
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.