Closed mikluko closed 1 year ago
@kpocius I think your resources might have retained "Managed by Terraform" notes from v1.0 of the provider. That wasn’t a problem until in v2.1 notes
became empty string by default.
I’m working to come up a viable fix for that. Meanwhile, I’d suggest assigning some value to notes
for each problematic resource as a workaround. Even an empty string should work.
UPD: Empty string won’t work. It’s exactly the issue. On API calls empty strings just get dropped because of ,omitempty
serializer option.
That's exactly what I've done, and I can confirm the workaround behaves as expected.
@kpocius commented on #35: