Joshua Spence

Results 78 comments of Joshua Spence

I'm seeing a similar issue, I think: ``` Error: Put https://api.godaddy.com/v1/domains/REDACTED/records/NS: net/http: request canceled (Client.Timeout exceeded while awaiting headers) on dns.tf line 81, in resource "godaddy_domain_record" "main": 81: resource "godaddy_domain_record"...

On an unrelated note, `dhcp` seems to be a valid value for `wan_type`, contrary to this provider's documentation.

The same thing happens with some other default values that Terraform tries to apply: - Setting `dhcp_lease` to `86400`. - Setting `ipv6_interface_type` to `"none"`.

Actually this seems to be a problem with all networks created by the provider, I think, I just hadn't noticed it as I had imported my networks into Terraform rather...

Controller version is 6.0.45 and it's currently running as a Home Assistant add-on (so Docker).

No problem. I managed the solve the issue by modifying the network config in MongoDB and so it's easy for me to test this now, I can just restore a...

It would be great if `set` could work with `list` and `map` values, performing the necessary conversion (i.e. from `["x", "y", "z"]` to `{x,y,z}`).

Can you provide a little more context? Is something currently failing?