Open Clockwork-Muse opened 1 year ago
Thanks for raising this issue. I assume it's expected since "_etag" is automatically added by the server. So no need to explicitly to set "_etag" in tf config.
So no need to explicitly to set "_etag" in tf config.
Except if I do set it it shows up as a difference in the plan, and so my build process claims that there's a difference.
Is there an existing issue for this?
Community Note
Terraform Version
1.6.2
AzureRM Provider Version
3.80.0
Affected Resource(s)/Data Source(s)
azurerm_cosmosdb_sql_container
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Container should have the added
excluded_path
Actual Behaviour
Container has the
excluded_path
in the Azure portal, but every apply attempts to create theexcluded_path
again.Steps to Reproduce
Use the container listed. I believe the issue is with the path
"/\"_etag\"/?"
.terraform apply
Important Factoids
No response
References
13330 - issue was previously closed as being for "provider 2.0 only, reopen if it shows up for provider 3.0". So here we are....