diff --git a/control_plane/main.tf b/control_plane/main.tf index d008444..6d3c63e 100644 --- a/control_plane/main.tf +++ b/control_plane/main.tf @@ -115,10 +115,11 @@ resource "talos_machine_configuration_apply" "this" { node = "10.5.0.2" config_patches = [ yamlencode({ - cluster = { - apiServer = { - certSANs = [ - "- 10.5.0.1" + machine = { + network = { + nameservers = [ + "1.1.1.1", + "10.0.0.0" ] } }