You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tags updated inside the .tf file should reflect on the resource.
Actual Behavior
Terraform converges successfully saying that the tags were updated, but one can't see the tags on the portal.
Steps to Reproduce
Create a azurerm_redis_cache resource with empty tags.
Converge the resource successfully.
Update tags as shown in the snippet above.
terraform apply
Important Factoids
When the azurerm_redis_cache resource was converged for the first time, the resource did not have any tag field absolutely. It was not checked if the tags were added to the resource for the first time.
References
None.
The text was updated successfully, but these errors were encountered:
I've spent some time looking into this - and from what I can see this looks like a bug in the Redis API (we're posting the updated Tags to the API, but it looks like it's not being set, even after a ~15m delay to allow for an eventual consistency issue).
In order to get this fixed, I've opened an issue about the Redis API. Unfortunately, given this is an API issue, there's not a great deal we can do to work around this in the interim - sorry :(
Once that's fixed, we'll also going to add a test to cover this use-case - apologies for the inconvenience here :(
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
v0.9.2
Affected Resource(s)
azurerm_redis_cache
Terraform Configuration Files
Debug Output
https://gist.github.com/horsey/355b4caa85cb10b3135d828fc554c63b
Panic Output
None
Expected Behavior
The tags updated inside the .tf file should reflect on the resource.
Actual Behavior
Terraform converges successfully saying that the tags were updated, but one can't see the tags on the portal.
Steps to Reproduce
terraform apply
Important Factoids
When the azurerm_redis_cache resource was converged for the first time, the resource did not have any tag field absolutely. It was not checked if the tags were added to the resource for the first time.
References
None.
The text was updated successfully, but these errors were encountered: