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 15:13:13 UTC

[incubator-dlab] 01/07: [DLAB-1595]: added features block

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

commit 76a0970844f13f954054761e3d2036056cabb600
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Feb 27 16:26:40 2020 +0200

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

diff --git a/infrastructure-provisioning/terraform/azure/endpoint/main/main.tf b/infrastructure-provisioning/terraform/azure/endpoint/main/main.tf
index 5d832fa..b6ed11e 100644
--- a/infrastructure-provisioning/terraform/azure/endpoint/main/main.tf
+++ b/infrastructure-provisioning/terraform/azure/endpoint/main/main.tf
@@ -24,6 +24,7 @@ locals {
 }
 
 provider "azurerm" {
+  features {}
   subscription_id = local.json_data.subscriptionId
   client_id       = local.json_data.clientId
   client_secret   = local.json_data.clientSecret


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