Terraform-provider-aws: Not able to update tags for AWS ElasticCache

Created on 22 Apr 2020  ·  5Comments  ·  Source: hashicorp/terraform-provider-aws

Issue

I am not able to update tags in my AWS Elasticache cluster using terraform. I am able to successfully apply my terraform changes, but the tags doesn't get reflected when I check them on AWS console.

I even checked my statefile and the tags were present in the state file but are not applied to my elasticache cluster.

Terraform Version

0.11.10

Affected Resource(s)

  • aws_elasticache_replication_group

Steps to Reproduce

  1. Create an AWS elasticache cluster using aws_elasticache_replication_group resource.
  2. After it gets created, add tags to it and apply again
  3. Terraform will show that tags are applied successfully, but in reality that are not applied to the elasticache cluster.
bug servicelasticache

Most helpful comment

Hi @sahilthakral-olx, @sean-zou , et al. 👋 The fix has been merged and will release with v3.4.0 of the Terraform AWS Provider, likely out later today :)

All 5 comments

Reading and Update tag capabilities are missing, i'll open a PR to address this.
FYI the resource being tagged is not the group itself but the nodes/clusters in the group

Can anyone help to merge the pr? We've been waiting for it for a while

Hi @sahilthakral-olx, @sean-zou , et al. 👋 The fix has been merged and will release with v3.4.0 of the Terraform AWS Provider, likely out later today :)

This has been released in version 3.4.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

Was this page helpful?
0 / 5 - 0 ratings