Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from gruntwork-io/module-design-patch-2
Browse files Browse the repository at this point in the history
 Remove extraneous line.
  • Loading branch information
robmorgan authored Jan 17, 2019
2 parents 62ca09b + a410079 commit 6718373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/gke-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ locals {
cluster_location = "${element(concat(google_container_cluster.cluster.*.region, list("")), 0)}"
cluster_region = "${element(concat(google_container_cluster.cluster.*.region, list("")), 0)}"
cluster_endpoint = "${element(concat(google_container_cluster.cluster.*.endpoint, list("")), 0)}"
cluster_ca_certificate = "${lookup(local.cluster_master_auth_map, "cluster_ca_certificate")}"
cluster_master_version = "${element(concat(google_container_cluster.cluster.*.master_version, list("")), 0)}"
cluster_min_master_version = "${element(concat(google_container_cluster.primary.*.min_master_version, list("")), 0)}"
cluster_logging_service = "${element(concat(google_container_cluster.cluster.*.logging_service, list("")), 0)}"
Expand Down

0 comments on commit 6718373

Please sign in to comment.