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 10:45:07 UTC

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

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 d906020  [DLAB-1595]: added dependency for testing
d906020 is described below

commit d90602085c6a202bbdf00ed98c35bf0bdab6936a
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Feb 28 12:44:20 2020 +0200

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

diff --git a/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf b/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
index bda422b..520b221 100644
--- a/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
+++ b/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
@@ -99,4 +99,5 @@ resource "azurerm_network_interface" "endpoint-nif" {
 resource "azurerm_network_interface_security_group_association" "endpoint-nif-sg" {
   network_interface_id      = azurerm_network_interface.endpoint-nif.id
   network_security_group_id = azurerm_network_security_group.enpoint-sg.id
+  depends_on = [azurerm_virtual_machine.endpoint_instance]
 }
\ No newline at end of file


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