You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/10/09 10:59:05 UTC

[incubator-dlab] branch DLAB-1145 updated: fixed typo;

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

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


The following commit(s) were added to refs/heads/DLAB-1145 by this push:
     new 214951a  fixed typo;
214951a is described below

commit 214951a95807722c20f9f2808da88f268eeee8c9
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Wed Oct 9 13:58:55 2019 +0300

    fixed typo;
---
 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 397b1ec..56e6b12 100644
--- a/infrastructure-provisioning/terraform/gcp/endpoint/main/instance.tf
+++ b/infrastructure-provisioning/terraform/gcp/endpoint/main/instance.tf
@@ -56,7 +56,7 @@ resource "google_compute_instance" "endpoint" {
     network    = data.google_compute_network.endpoint_vpc_data.name
     subnetwork = data.google_compute_subnetwork.endpoint_subnet_data.name
     access_config {
-      nat_ip = google_compute_address.static.address
+      nat_ip = google_compute_address.static.0.address
     }
   }
 }


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