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 d94fa51 commit 4e2461fCopy full SHA for 4e2461f
cluster.tf
@@ -213,7 +213,6 @@ resource "google_container_cluster" "primary" {
213
214
in_transit_encryption_config = var.in_transit_encryption_config
215
216
-
217
dynamic "anonymous_authentication_config" {
218
for_each = var.anonymous_authentication_config_mode != null ? [1] : []
219
content {
0 commit comments