-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
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
[PR #1822/dbf6362d backport][stable-6] cloudfront_distribution: no longer crashes when waiting for completion of creation #1835
Conversation
…n of creation (#1822) cloudfront_distribution: no longer crashes when waiting for completion of creation SUMMARY Fixes #255 Here we were referring to the ["Id"] member of a queried distribution, but there is level of embedding missing: ["Distribution"]["Id"] (Just how it's used here ) ISSUE TYPE Bugfix Pull Request COMPONENT NAME cloudfront_distribution Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis (cherry picked from commit dbf6362)
Build failed. ❌ ansible-galaxy-importer FAILURE in 3m 58s |
recheck |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 53s |
recheck |
Build failed. ❌ ansible-galaxy-importer FAILURE in 4m 08s |
recheck |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 18s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 30s |
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
This is a backport of PR #1822 as merged into main (dbf6362).
SUMMARY
Fixes #255
Here we were referring to the
["Id"]
member of a queried distribution, but there is level of embedding missing:["Distribution"]["Id"]
(Just how it's used here )
ISSUE TYPE
COMPONENT NAME
cloudfront_distribution