ansible/changelogs/fragments/aws_cloudfront_distribution_fix_nonexistent_method_name.yaml
Sloane Hertel 4c080f649b [aws] cloudfront_distribution - fix method name, backport/2.7/45498 (#45512)
* [AWS] cloudfront_distribution - fix method name from 'validate_distribution_id_from_caller_reference' to 'validate_distribution_from_caller_reference' and set distribution_id to the distribution's key 'Id' (#45498)

(cherry picked from commit e5269c047c)

* changelog
2018-09-11 14:34:35 -07:00

5 lines
256 B
YAML

---
bugfixes:
- cloudfront_distribution - replace call to nonexistent method 'validate_distribution_id_from_caller_reference'
with 'validate_distribution_from_caller_reference' and set the distribution_id variable to the distribution's
'Id' key.