Skip to content

Commit 4e2461f

Browse files
committed
rebase
Signed-off-by: drfaust92 <[email protected]>
1 parent d94fa51 commit 4e2461f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cluster.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ resource "google_container_cluster" "primary" {
213213

214214
in_transit_encryption_config = var.in_transit_encryption_config
215215

216-
217216
dynamic "anonymous_authentication_config" {
218217
for_each = var.anonymous_authentication_config_mode != null ? [1] : []
219218
content {

0 commit comments

Comments
 (0)