diff --git a/changelogs/fragments/1308-ssm_parameter-check_mode.yml b/changelogs/fragments/1308-ssm_parameter-check_mode.yml new file mode 100644 index 00000000000..c728cf98ad6 --- /dev/null +++ b/changelogs/fragments/1308-ssm_parameter-check_mode.yml @@ -0,0 +1,4 @@ +minor_changes: +- aws_ssm_parameter_store - added support for check_mode (https://github.com/ansible-collections/community.aws/pull/1309). +bugfixes: +- aws_ssm_parameter_store - fixed bug where module wasn't consistently idempotent (https://github.com/ansible-collections/community.aws/pull/1309).