Open cwe1ss opened 1 month ago
Hi @cwe1ss ,
Thank you for taking time to report this issue!
In the 2.0, the output
will default to the readonly properties. In above case, it will output the etag
and etag
gets updated when there're PUT requests to update the resource.
I'll work on improving this.
And I have some workarounds to help with this case:
response_export_values = ["properties"]
in the resource block to avoid outputting the etag
.
When trying to upgrade from v1.14.0 to v2.0.1 we are having an issue with our
Microsoft.Network/routeTables/routes
-resource.Our code with v1.14.0 was:
With v2.0.1 this resulted in the following error:
hasBgpOverride is not expected here, it's read only
.As this seems to be an error with the schema, we added
schema_validation_enabled = false
. This resulted in the following terraform plan:The apply then failed with following error message: