You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore dns_config changes for Autopilot clusters (#8654) (#15549)
Autopilot does not allow to modify dns_config.
Recently, in Autopilot the default dns_config has changed to be:
```
dns_config {
cluster_dns = "CLOUD_DNS"
cluster_dns_domain = "cluster.local"
cluster_dns_scope = "CLUSTER_SCOPE"
}
```
This breaks Autopilot customers as the terraform tries to converge dns_config back to null.
Signed-off-by: Modular Magician <[email protected]>
0 commit comments