Closed neonwhiskers closed 2 weeks ago
I ran into this exact issue on the latest version of 3.x (3.116.0) and tested several versions of azurerm to pinpoint when it was introduced, which I found to be 3.103.0:
3.116.0: Broken 3.103.0: Broken 3.102.0: Works
Is there an existing issue for this?
Community Note
Terraform Version
1.9.0
AzureRM Provider Version
4.0.1
Affected Resource(s)/Data Source(s)
azurerm_network_watcher_flow_log
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
When applying a Terraform plan to update the azurerm_network_watcher_flow_log resource, any changes to the tags block (such as modifying the value of an existing tag) should be applied in-place.
Actual Behaviour
The current behavior is that tag updates are not being applied during in-place updates, even though Terraform detects the changes and lists them in the plan.
Steps to Reproduce
Important Factoids
No response
References
No response