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 08:04:04 UTC

[incubator-dlab] branch DLAB-1595 updated: [DLAB-1595]: removed dependency for nif and sg

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 c8ec5ac  [DLAB-1595]: removed dependency for nif and sg
c8ec5ac is described below

commit c8ec5acaf2ab7118d044017259198d53297f75ba
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Feb 28 10:03:43 2020 +0200

    [DLAB-1595]: removed dependency for nif and sg
---
 infrastructure-provisioning/terraform/azure/endpoint/main/network.tf | 2 +-
 infrastructure-provisioning/terraform/azure/endpoint/main/sg.tf      | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf b/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
index 546614a..23557a0 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
diff --git a/infrastructure-provisioning/terraform/azure/endpoint/main/sg.tf b/infrastructure-provisioning/terraform/azure/endpoint/main/sg.tf
index bf82555..9ab63cc 100644
--- a/infrastructure-provisioning/terraform/azure/endpoint/main/sg.tf
+++ b/infrastructure-provisioning/terraform/azure/endpoint/main/sg.tf
@@ -27,7 +27,6 @@ resource "azurerm_network_security_group" "enpoint-sg" {
   location            = data.azurerm_resource_group.data-endpoint-resource-group.location
   resource_group_name = data.azurerm_resource_group.data-endpoint-resource-group.name
   name                = local.endpoint_sg_name
-  depends_on = [azurerm_virtual_network.endpoint-network]
 }
 
 resource "azurerm_network_security_rule" "inbound-1" {


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