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 d60eec6 commit 389521bCopy full SHA for 389521b
modules/asm/main.tf
@@ -88,7 +88,7 @@ module "asm_install" {
88
89
gcloud_sdk_version = var.gcloud_sdk_version
90
upgrade = true
91
- additional_components = ["kubectl", "kpt", "beta", "kustomize"]
+ additional_components = ["kubectl", "kpt", "beta"]
92
cluster_name = var.cluster_name
93
cluster_location = var.location
94
project_id = var.project_id
0 commit comments