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
Description: `Controls whether user traffic is allowed over this endpoint. Note that GCP-managed services may still use the endpoint even if this is false.`,
1924
1924
},
1925
+
"enable_k8s_tokens_via_dns": {
1926
+
Type: schema.TypeBool,
1927
+
Optional: true,
1928
+
Description: `Controls whether the k8s token auth is allowed via dns.`,
1929
+
},
1930
+
"enable_k8s_certs_via_dns": {
1931
+
Type: schema.TypeBool,
1932
+
Optional: true,
1933
+
Description: `Controls whether the k8s certs auth is allowed via dns.`,
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/container_cluster.html.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1320,6 +1320,10 @@ The `control_plane_endpoints_config.dns_endpoint_config` block supports:
1320
1320
1321
1321
*`allow_external_traffic` - (Optional) Controls whether user traffic is allowed over this endpoint. Note that GCP-managed services may still use the endpoint even if this is false.
1322
1322
1323
+
*`enable_k8s_tokens_via_dns` - (Optional) Controls whether the k8s token auth is allowed via Dns.
1324
+
1325
+
*`enable_k8s_certs_via_dns` - (Optional) Controls whether the k8s certs auth is allowed via Dns.
1326
+
1323
1327
The `control_plane_endpoints_config.ip_endpoints_config` block supports:
1324
1328
1325
1329
*`enabled` - (Optional) Controls whether to allow direct IP access. Defaults to `true`.
0 commit comments