[s3_bucket] Cast tag keys and values to text to match the values returned (#46405)

* Cast tag keys and values to text to match the values returned

* changelog
This commit is contained in:
Sloane Hertel
2018-10-17 13:39:52 -04:00
committed by Ryan Brown
parent 7fd31b1da0
commit b808e1bc5c
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
bugfixes:
- s3_bucket - Prior to 2.6 using non-text tags worked, although was not idempotent. In 2.6
waiters were introduced causing non-text tags to be fatal to the module's completion.
This fixes the module failure as well as idempotence using integers as tags.