Skip to content

Commit ab07b8c

Browse files
Remove null_resource that installed gke-auth-plugin binary
No longer needed — pure bash approach has zero binary dependencies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f51dd8f commit ab07b8c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • modules/kubernetes_cluster/gke/1.0

modules/kubernetes_cluster/gke/1.0/main.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,3 @@ resource "google_container_cluster" "primary" {
127127
# Resource labels
128128
resource_labels = local.cluster_labels
129129
}
130-
131-
# Install bundled gke-auth-plugin binary for downstream provider exec authentication
132-
resource "null_resource" "install_gke_auth_plugin" {
133-
provisioner "local-exec" {
134-
command = "cp ${path.module}/gke-auth-plugin /usr/local/bin/gke-auth-plugin && chmod +x /usr/local/bin/gke-auth-plugin"
135-
}
136-
}

0 commit comments

Comments
 (0)