You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/02/27 16:09:27 UTC

[incubator-dlab] branch DLAB-1595 updated: [DLAB-1595]: added dependency for nif

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

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


The following commit(s) were added to refs/heads/DLAB-1595 by this push:
     new 20698b1  [DLAB-1595]: added dependency for nif
20698b1 is described below

commit 20698b1a9c87e2b1719f265ba51e7c6bfc17c809
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Feb 27 18:09:14 2020 +0200

    [DLAB-1595]: added dependency for nif
---
 infrastructure-provisioning/terraform/azure/endpoint/main/network.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf b/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
index 23557a0..546614a 100644
--- a/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
+++ b/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
@@ -79,7 +79,7 @@ resource "azurerm_network_interface" "endpoint-nif" {
   name                      = local.endpoint_nif_name
   location                  = data.azurerm_resource_group.data-endpoint-resource-group.location
   resource_group_name       = data.azurerm_resource_group.data-endpoint-resource-group.name
-
+  depends_on = [azurerm_virtual_network.endpoint-network]
   ip_configuration {
     name                          = "configuration"
     subnet_id                     = data.azurerm_subnet.data-endpoint-subnet.id


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