terraform/builtin
johnthedev97 de78838cd4 Fix issues in Cloudwatch Log Group tag (#14886)
* 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
2017-06-02 22:18:27 +03:00
..
bins Various built-in provisioners improvements: 2017-05-19 20:43:51 +02:00
providers Fix issues in Cloudwatch Log Group tag (#14886) 2017-06-02 22:18:27 +03:00
provisioners Fix and refactor the Chef provisioner 2017-05-19 21:05:21 +02:00