-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dns servers cannot be removed #174
Comments
Hi! It's not really a bug, since this resource is a system resource. That is, we do not know from what state we changed it to what state to return it. I can do a cleanup of Servers, Dynamic Servers, Verify DoH Certificate. |
I did not look at how the provider is working internally, so it may be more difficult to implement for a system resource. BTW, thx for the provider it's super useful. |
Okay, I think this kind of behavior might be necessary for more than just this resource. I'll think about how to do it better and try to make changes this week. |
Fixes #174 Setting the "servers" and "use_doh_server" fields to an empty value. Setting the "allow_remote_requests" and "verify_doh_cert" fields to a false value.
Fixes #174 Setting the "servers" and "use_doh_server" fields to an empty value. Setting the "allow_remote_requests" and "verify_doh_cert" fields to a false value.
🎉 This issue has been resolved in version 1.3.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@n0rad I want to ask you to test the release on a real state file (the resource has changed its Id generation scheme, but that shouldn't be a problem). |
Just looked at your fix and tested: deleting the resource is working, but I think you miss read my issue because I'm actually not trying to delete the resource but changing it instead.
This is where it's not working, I cannot empty the server list. |
Oh yeah, I came up with an easier problem myself and solved it 🤦 I'm sorry! |
Fixes #174 Change desealization for empty string fields, lists and sets
@n0rad I fixed the broken operating logic. Let's hope it doesn't cause problems with managing existing resources. Please test the current provider behavior after the release. |
* fix: dns servers cannot be removed Fixes #174 Change desealization for empty string fields, lists and sets * test: Remove additional resource * ci: Increase timeout for tests
🎉 This issue has been resolved in version 1.3.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
👋 |
Yes, this problem was not present in yesterday's synthetic tests. I was able to reproduce it. A little patience and we will fix it :) |
Fixes #174 Remove the "Computed" property
Fixes #174 Remove the "Computed" property
🎉 This issue has been resolved in version 1.3.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
working perfectly, with empty string and removing the field. |
from:
to:
The text was updated successfully, but these errors were encountered: