From 05ac738bd8491dc678359aee627292cafc2d63cd Mon Sep 17 00:00:00 2001 From: vandomej Date: Sun, 28 Sep 2025 22:04:58 -0700 Subject: [PATCH] Making patch change harmless --- control_plane/main.tf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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" ] } }