I would like to be able to set this using the terraform provider: <img width="590" alt="Screenshot 2024-10-19 at 5 59 59β―PM" src="https://github.com/user-attachments/assets/a6ffb969-fef8-42fe-a81a-3683f4bbd540"> Maybe with the following config? ```terraform resource "tailscale_dns_preferences" "sample_preferences" { magic_dns = true https_certificates = true } ```