de78838cd4
* Fix issues in Cloudwatch Log Group tag 1) Removing tags from terraform doesn’t actually get removed in AWS 2) Trying to update a tag with empty value (“”) to a non-empty value causes terraform to loop forever The issue was caused by a mixup of using tag values where tag name should have used and is corrected in this patch. This patch also removes the comparison of old and new tag values, because AWS api takes care of updates by itself and there is no need to perform an unnecessary UnTag API to update an existing tag value * Updated the test cases to cover the removal and empty update scenarios |
||
---|---|---|
.. | ||
bins | ||
providers | ||
provisioners |