File tree 7 files changed +7
-7
lines changed
beta-autopilot-private-cluster
beta-autopilot-public-cluster
beta-private-cluster-update-variant
beta-public-cluster-update-variant
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ locals {
168
168
cluster_output_istio_disabled = google_container_cluster.primary.addons_config[0].istio_config != null && length(google_container_cluster.primary.addons_config[0].istio_config) == 1 ? google_container_cluster.primary.addons_config[0].istio_config[0].disabled : false
169
169
cluster_output_pod_security_policy_enabled = google_container_cluster.primary.pod_security_policy_config != null && length(google_container_cluster.primary.pod_security_policy_config) == 1 ? google_container_cluster.primary.pod_security_policy_config[0].enabled : false
170
170
cluster_output_intranode_visbility_enabled = google_container_cluster.primary.enable_intranode_visibility
171
- cluster_output_identity_service_enabled = google_container_cluster.primary.identity_service_config != null && length(google_container_cluster.primary.identity_service_config) == 1 ? google_container_cluster.primary.identity_service_config.0 .enabled : false
171
+ cluster_output_identity_service_enabled = google_container_cluster.primary.identity_service_config != null && length(google_container_cluster.primary.identity_service_config) == 1 ? google_container_cluster.primary.identity_service_config[0] .enabled : false
172
172
173
173
# /BETA features
174
174
{% endif %}
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ locals {
92
92
cluster_output_istio_disabled = google_container_cluster. primary . addons_config [0 ]. istio_config != null && length (google_container_cluster. primary . addons_config [0 ]. istio_config ) == 1 ? google_container_cluster. primary . addons_config [0 ]. istio_config [0 ]. disabled : false
93
93
cluster_output_pod_security_policy_enabled = google_container_cluster. primary . pod_security_policy_config != null && length (google_container_cluster. primary . pod_security_policy_config ) == 1 ? google_container_cluster. primary . pod_security_policy_config [0 ]. enabled : false
94
94
cluster_output_intranode_visbility_enabled = google_container_cluster. primary . enable_intranode_visibility
95
- cluster_output_identity_service_enabled = google_container_cluster. primary . identity_service_config != null && length (google_container_cluster. primary . identity_service_config ) == 1 ? google_container_cluster. primary . identity_service_config . 0 . enabled : false
95
+ cluster_output_identity_service_enabled = google_container_cluster. primary . identity_service_config != null && length (google_container_cluster. primary . identity_service_config ) == 1 ? google_container_cluster. primary . identity_service_config [ 0 ] . enabled : false
96
96
97
97
# /BETA features
98
98
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ locals {
91
91
cluster_output_istio_disabled = google_container_cluster. primary . addons_config [0 ]. istio_config != null && length (google_container_cluster. primary . addons_config [0 ]. istio_config ) == 1 ? google_container_cluster. primary . addons_config [0 ]. istio_config [0 ]. disabled : false
92
92
cluster_output_pod_security_policy_enabled = google_container_cluster. primary . pod_security_policy_config != null && length (google_container_cluster. primary . pod_security_policy_config ) == 1 ? google_container_cluster. primary . pod_security_policy_config [0 ]. enabled : false
93
93
cluster_output_intranode_visbility_enabled = google_container_cluster. primary . enable_intranode_visibility
94
- cluster_output_identity_service_enabled = google_container_cluster. primary . identity_service_config != null && length (google_container_cluster. primary . identity_service_config ) == 1 ? google_container_cluster. primary . identity_service_config . 0 . enabled : false
94
+ cluster_output_identity_service_enabled = google_container_cluster. primary . identity_service_config != null && length (google_container_cluster. primary . identity_service_config ) == 1 ? google_container_cluster. primary . identity_service_config [ 0 ] . enabled : false
95
95
96
96
# /BETA features
97
97
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ locals {
140
140
cluster_output_istio_disabled = google_container_cluster. primary . addons_config [0 ]. istio_config != null && length (google_container_cluster. primary . addons_config [0 ]. istio_config ) == 1 ? google_container_cluster. primary . addons_config [0 ]. istio_config [0 ]. disabled : false
141
141
cluster_output_pod_security_policy_enabled = google_container_cluster. primary . pod_security_policy_config != null && length (google_container_cluster. primary . pod_security_policy_config ) == 1 ? google_container_cluster. primary . pod_security_policy_config [0 ]. enabled : false
142
142
cluster_output_intranode_visbility_enabled = google_container_cluster. primary . enable_intranode_visibility
143
- cluster_output_identity_service_enabled = google_container_cluster. primary . identity_service_config != null && length (google_container_cluster. primary . identity_service_config ) == 1 ? google_container_cluster. primary . identity_service_config . 0 . enabled : false
143
+ cluster_output_identity_service_enabled = google_container_cluster. primary . identity_service_config != null && length (google_container_cluster. primary . identity_service_config ) == 1 ? google_container_cluster. primary . identity_service_config [ 0 ] . enabled : false
144
144
145
145
# /BETA features
146
146
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ locals {
140
140
cluster_output_istio_disabled = google_container_cluster. primary . addons_config [0 ]. istio_config != null && length (google_container_cluster. primary . addons_config [0 ]. istio_config ) == 1 ? google_container_cluster. primary . addons_config [0 ]. istio_config [0 ]. disabled : false
141
141
cluster_output_pod_security_policy_enabled = google_container_cluster. primary . pod_security_policy_config != null && length (google_container_cluster. primary . pod_security_policy_config ) == 1 ? google_container_cluster. primary . pod_security_policy_config [0 ]. enabled : false
142
142
cluster_output_intranode_visbility_enabled = google_container_cluster. primary . enable_intranode_visibility
143
- cluster_output_identity_service_enabled = google_container_cluster. primary . identity_service_config != null && length (google_container_cluster. primary . identity_service_config ) == 1 ? google_container_cluster. primary . identity_service_config . 0 . enabled : false
143
+ cluster_output_identity_service_enabled = google_container_cluster. primary . identity_service_config != null && length (google_container_cluster. primary . identity_service_config ) == 1 ? google_container_cluster. primary . identity_service_config [ 0 ] . enabled : false
144
144
145
145
# /BETA features
146
146
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ locals {
139
139
cluster_output_istio_disabled = google_container_cluster. primary . addons_config [0 ]. istio_config != null && length (google_container_cluster. primary . addons_config [0 ]. istio_config ) == 1 ? google_container_cluster. primary . addons_config [0 ]. istio_config [0 ]. disabled : false
140
140
cluster_output_pod_security_policy_enabled = google_container_cluster. primary . pod_security_policy_config != null && length (google_container_cluster. primary . pod_security_policy_config ) == 1 ? google_container_cluster. primary . pod_security_policy_config [0 ]. enabled : false
141
141
cluster_output_intranode_visbility_enabled = google_container_cluster. primary . enable_intranode_visibility
142
- cluster_output_identity_service_enabled = google_container_cluster. primary . identity_service_config != null && length (google_container_cluster. primary . identity_service_config ) == 1 ? google_container_cluster. primary . identity_service_config . 0 . enabled : false
142
+ cluster_output_identity_service_enabled = google_container_cluster. primary . identity_service_config != null && length (google_container_cluster. primary . identity_service_config ) == 1 ? google_container_cluster. primary . identity_service_config [ 0 ] . enabled : false
143
143
144
144
# /BETA features
145
145
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ locals {
139
139
cluster_output_istio_disabled = google_container_cluster. primary . addons_config [0 ]. istio_config != null && length (google_container_cluster. primary . addons_config [0 ]. istio_config ) == 1 ? google_container_cluster. primary . addons_config [0 ]. istio_config [0 ]. disabled : false
140
140
cluster_output_pod_security_policy_enabled = google_container_cluster. primary . pod_security_policy_config != null && length (google_container_cluster. primary . pod_security_policy_config ) == 1 ? google_container_cluster. primary . pod_security_policy_config [0 ]. enabled : false
141
141
cluster_output_intranode_visbility_enabled = google_container_cluster. primary . enable_intranode_visibility
142
- cluster_output_identity_service_enabled = google_container_cluster. primary . identity_service_config != null && length (google_container_cluster. primary . identity_service_config ) == 1 ? google_container_cluster. primary . identity_service_config . 0 . enabled : false
142
+ cluster_output_identity_service_enabled = google_container_cluster. primary . identity_service_config != null && length (google_container_cluster. primary . identity_service_config ) == 1 ? google_container_cluster. primary . identity_service_config [ 0 ] . enabled : false
143
143
144
144
# /BETA features
145
145
You can’t perform that action at this time.
0 commit comments