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 16:07:48 UTC

[incubator-dlab] branch DLAB-1595 updated: [DLAB-1595]: added dependency for 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 df3bfd0  [DLAB-1595]: added dependency for sg
df3bfd0 is described below

commit df3bfd0c43a9ca650ee97cef69a9b09a40848b31
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Feb 27 18:07:36 2020 +0200

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

diff --git a/infrastructure-provisioning/terraform/azure/endpoint/main/sg.tf b/infrastructure-provisioning/terraform/azure/endpoint/main/sg.tf
index 9ab63cc..bf82555 100644
--- a/infrastructure-provisioning/terraform/azure/endpoint/main/sg.tf
+++ b/infrastructure-provisioning/terraform/azure/endpoint/main/sg.tf
@@ -27,6 +27,7 @@ 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