Closed zjhnb11 closed 2 months ago
Hello @zjhnb11
The issue you're experiencing originates from a bug within the Terraform SDK we've observed in various other resources already. It is related to unordered sub blocks (i.e. SETS of blocks) where Terraform generates plans that contain these empty entries.
What's a bit unusual here is that it doesn't emerge with 1.44.1 but only the recent version of the provider. I've checked the history of this resource and that doesn't reveal any changes related since then.
Nevertheless, we are able to work around the above mentioned bug in the Terraform Plugin SDK. I've committed the fix a couple of minutes ago. You plans will STILL show these empty entries, but the provider will handle them properly.
The upcoming release of the provider will contain this fix.
Hi @Reinhard-Pilz-Dynatrace ,
Thanks for your work.
Describe the bug Hi, when I tried to update the version (from 1.44.1 to 1.65.0), I found that the dynatrace_http_monitor resource automatically generated an empty tag. This problem did not occur in the original version(1.44.1).
When I perform the action. It appears the error:
To Reproduce
just apply this resource
Expected behavior It should not create the empty tag.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Even when I only keep tags block,
it will generate empty tag. Although I didn't define any tag in it.