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:22:55 UTC

[incubator-dlab] branch DLAB-1595 updated: [DLAB-1595]: changed nif-sg 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 505fcd5  [DLAB-1595]: changed nif-sg dependency
505fcd5 is described below

commit 505fcd56cdfd8d8fd8f0c41ec9e984c0c867da2a
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Feb 28 11:22:41 2020 +0200

    [DLAB-1595]: changed nif-sg 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 23557a0..4f50bc7 100644
--- a/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
+++ b/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
@@ -99,5 +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]
+  depends_on = [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