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:
Support for Tags in the azurerm_redis_cache resource has been added in #1086 which will ship as part of v1.3.3 of the AzureRM Provider which should be shipping soon; as such I'm going to close this issue for the moment.
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. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Mar 31, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue was originally opened by @horsey as hashicorp/terraform#13892. It was migrated here as part of the provider split. The original body of the issue is below.
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: