This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-terraform
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-terraform by this push:
     new eae0216  fixe issue with tag
eae0216 is described below

commit eae0216844c452c331760e406fa78e0afc1f0e0e
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Mon Sep 9 13:38:51 2019 +0300

    fixe issue with tag
---
 infrastructure-provisioning/terraform/gcp/ssn-gke/main/gke.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/gke.tf 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/gke.tf
index 44a90ef..9d1cc11 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/gke.tf
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/gke.tf
@@ -34,7 +34,7 @@ resource "google_container_cluster" "ssn_k8s_gke_cluster" {
   network = data.google_compute_network.ssn_gke_vpc_data.self_link
   subnetwork = data.google_compute_subnetwork.ssn_gke_subnet_data.self_link
   resource_labels = {
-    Name                              = local.gke_name
+    name                              = local.gke_name
     "${local.additional_tag[0]}"      = local.additional_tag[1]
     # "${var.tag_resource_id}"          = 
"${var.service_base_name}:${local.gke_name}"
     "${var.service_base_name}-Tag"    = local.gke_name


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to