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/28 09:11:59 UTC

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

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 8b01095  [DLAB-1595]: changed nif dependency
8b01095 is described below

commit 8b01095ef1e8a10d0b023ed5ba4f59340c05bf4b
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Feb 28 11:11:39 2020 +0200

    [DLAB-1595]: changed nif dependency
---
 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 4ab798b..744bbeb 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]
+  depends_on                = [azurerm_virtual_machine.endpoint_instance]
   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