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

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


The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new 9d9670f  added step-ca
9d9670f is described below

commit 9d9670f625153ef72494970f885212dc094cf362
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Thu Dec 5 13:16:48 2019 +0200

    added step-ca
---
 infrastructure-provisioning/terraform/gcp/endpoint/main/instance.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/terraform/gcp/endpoint/main/instance.tf 
b/infrastructure-provisioning/terraform/gcp/endpoint/main/instance.tf
index 680bb6c..637f115 100644
--- a/infrastructure-provisioning/terraform/gcp/endpoint/main/instance.tf
+++ b/infrastructure-provisioning/terraform/gcp/endpoint/main/instance.tf
@@ -34,7 +34,7 @@ resource "google_compute_instance" "endpoint" {
     product     = "${var.product}"
     endpoint_id = "${var.endpoint_id}"
   }
-  zone         = "${var.region}${var.zone}"
+  zone         = "${var.region}-${var.zone}"
 
   boot_disk {
     initialize_params {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to