You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2020/03/11 10:12:42 UTC

[incubator-dlab] branch azure-edge-fix created (now cfe31ee)

This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a change to branch azure-edge-fix
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at cfe31ee  fixed issue with edge node creation

This branch includes the following new commits:

     new cfe31ee  fixed issue with edge node creation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-dlab] 01/01: fixed issue with edge node creation

Posted by om...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch azure-edge-fix
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit cfe31ee07412424de302ef7f92aed501bb83fe63
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Wed Mar 11 12:12:31 2020 +0200

    fixed issue with edge node creation
---
 infrastructure-provisioning/terraform/azure/endpoint/main/bucket.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/azure/endpoint/main/bucket.tf b/infrastructure-provisioning/terraform/azure/endpoint/main/bucket.tf
index 21fe59f..f2c0cc7 100644
--- a/infrastructure-provisioning/terraform/azure/endpoint/main/bucket.tf
+++ b/infrastructure-provisioning/terraform/azure/endpoint/main/bucket.tf
@@ -39,7 +39,7 @@ resource "azurerm_storage_account" "shared-endpoint-storage-account" {
   account_kind             = "BlobStorage"
 
   tags = {
-    name                              = local.shared_bucket_name
+    Name                              = local.shared_bucket_name
     "${local.additional_tag[0]}"      = local.additional_tag[1]
     "${var.service_base_name}-tag"    = local.shared_bucket_name
     "endpoint_tag"                    = var.endpoint_id


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