File tree Expand file tree Collapse file tree 15 files changed +47
-0
lines changed
beta-private-cluster-update-variant
beta-public-cluster-update-variant
private-cluster-update-variant Expand file tree Collapse file tree 15 files changed +47
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ Then perform the following commands on the root folder:
185185| horizontal\_ pod\_ autoscaling\_ enabled | Whether horizontal pod autoscaling enabled |
186186| http\_ load\_ balancing\_ enabled | Whether http load balancing enabled |
187187| identity\_ namespace | Workload Identity namespace |
188+ | instance\_ group\_ urls | List of GKE generated instance groups |
188189| location | Cluster location (region if regional cluster, zone if zonal cluster) |
189190| logging\_ service | Logging service used |
190191| master\_ authorized\_ networks\_ config | Networks from which access to master is permitted |
Original file line number Diff line number Diff line change @@ -131,6 +131,11 @@ output "identity_namespace" {
131131 google_container_cluster.primary
132132 ]
133133}
134+
135+ output "instance_group_urls" {
136+ description = "List of GKE generated instance groups"
137+ value = google_container_cluster.primary.instance_group_urls
138+ }
134139{% if private_cluster %}
135140
136141output "master_ipv4_cidr_block" {
Original file line number Diff line number Diff line change @@ -241,6 +241,7 @@ Then perform the following commands on the root folder:
241241| horizontal\_ pod\_ autoscaling\_ enabled | Whether horizontal pod autoscaling enabled |
242242| http\_ load\_ balancing\_ enabled | Whether http load balancing enabled |
243243| identity\_ namespace | Workload Identity namespace |
244+ | instance\_ group\_ urls | List of GKE generated instance groups |
244245| intranode\_ visibility\_ enabled | Whether intra-node visibility is enabled |
245246| istio\_ enabled | Whether Istio is enabled |
246247| location | Cluster location (region if regional cluster, zone if zonal cluster) |
Original file line number Diff line number Diff line change @@ -132,6 +132,11 @@ output "identity_namespace" {
132132 ]
133133}
134134
135+ output "instance_group_urls" {
136+ description = " List of GKE generated instance groups"
137+ value = google_container_cluster. primary . instance_group_urls
138+ }
139+
135140output "master_ipv4_cidr_block" {
136141 description = " The IP range in CIDR notation used for the hosted master network"
137142 value = var. master_ipv4_cidr_block
Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ Then perform the following commands on the root folder:
219219| horizontal\_ pod\_ autoscaling\_ enabled | Whether horizontal pod autoscaling enabled |
220220| http\_ load\_ balancing\_ enabled | Whether http load balancing enabled |
221221| identity\_ namespace | Workload Identity namespace |
222+ | instance\_ group\_ urls | List of GKE generated instance groups |
222223| intranode\_ visibility\_ enabled | Whether intra-node visibility is enabled |
223224| istio\_ enabled | Whether Istio is enabled |
224225| location | Cluster location (region if regional cluster, zone if zonal cluster) |
Original file line number Diff line number Diff line change @@ -132,6 +132,11 @@ output "identity_namespace" {
132132 ]
133133}
134134
135+ output "instance_group_urls" {
136+ description = " List of GKE generated instance groups"
137+ value = google_container_cluster. primary . instance_group_urls
138+ }
139+
135140output "master_ipv4_cidr_block" {
136141 description = " The IP range in CIDR notation used for the hosted master network"
137142 value = var. master_ipv4_cidr_block
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ Then perform the following commands on the root folder:
230230| horizontal\_ pod\_ autoscaling\_ enabled | Whether horizontal pod autoscaling enabled |
231231| http\_ load\_ balancing\_ enabled | Whether http load balancing enabled |
232232| identity\_ namespace | Workload Identity namespace |
233+ | instance\_ group\_ urls | List of GKE generated instance groups |
233234| intranode\_ visibility\_ enabled | Whether intra-node visibility is enabled |
234235| istio\_ enabled | Whether Istio is enabled |
235236| location | Cluster location (region if regional cluster, zone if zonal cluster) |
Original file line number Diff line number Diff line change @@ -132,6 +132,11 @@ output "identity_namespace" {
132132 ]
133133}
134134
135+ output "instance_group_urls" {
136+ description = " List of GKE generated instance groups"
137+ value = google_container_cluster. primary . instance_group_urls
138+ }
139+
135140output "istio_enabled" {
136141 description = " Whether Istio is enabled"
137142 value = local. cluster_istio_enabled
Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ Then perform the following commands on the root folder:
208208| horizontal\_ pod\_ autoscaling\_ enabled | Whether horizontal pod autoscaling enabled |
209209| http\_ load\_ balancing\_ enabled | Whether http load balancing enabled |
210210| identity\_ namespace | Workload Identity namespace |
211+ | instance\_ group\_ urls | List of GKE generated instance groups |
211212| intranode\_ visibility\_ enabled | Whether intra-node visibility is enabled |
212213| istio\_ enabled | Whether Istio is enabled |
213214| location | Cluster location (region if regional cluster, zone if zonal cluster) |
Original file line number Diff line number Diff line change @@ -132,6 +132,11 @@ output "identity_namespace" {
132132 ]
133133}
134134
135+ output "instance_group_urls" {
136+ description = " List of GKE generated instance groups"
137+ value = google_container_cluster. primary . instance_group_urls
138+ }
139+
135140output "istio_enabled" {
136141 description = " Whether Istio is enabled"
137142 value = local. cluster_istio_enabled
You can’t perform that action at this time.
0 commit comments