We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccabcb commit 6e7e054Copy full SHA for 6e7e054
dns.tf
@@ -42,7 +42,7 @@ EOF
42
]
43
}
44
45
-resource "kubernetes_config_map_v1_data" "kube-dns-upstream-namservers" {
+resource "kubernetes_config_map_v1_data" "kube-dns-upstream-nameservers" {
46
count = !local.custom_kube_dns_config && local.upstream_nameservers_config ? 1 : 0
47
48
metadata {
0 commit comments