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 15:49:30 UTC

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

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 d8c119b  [DLAB-1595]: added dependency for nif-sg association
d8c119b is described below

commit d8c119b66f1e66d571a617a0b667a616c84ab63d
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Feb 27 17:49:17 2020 +0200

    [DLAB-1595]: added dependency for nif-sg association
---
 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..23557a0 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_network_interface.endpoint-nif, azurerm_network_security_group.enpoint-sg]
 }
\ 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