You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/03/26 13:52:36 UTC

[incubator-dlab] branch DLAB-1565-aws updated: [DLAB-1571]: [AWS] - Billing parameters fixed

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

mykolabodnar pushed a commit to branch DLAB-1565-aws
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1565-aws by this push:
     new eddfe93  [DLAB-1571]: [AWS] - Billing parameters fixed
eddfe93 is described below

commit eddfe93996b84c3ee62350afb67e1e2665391319
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Thu Mar 26 15:40:16 2020 +0200

    [DLAB-1571]: [AWS] - Billing parameters fixed
---
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 6832217..c77f9e7 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -1019,7 +1019,7 @@ def init_args():
     parser.add_argument('--access_key_id', type=str, default='')
     parser.add_argument('--secret_access_key', type=str, default='')
     parser.add_argument('--billing_tag', type=str, default='dlab')
-    parser.add_argument('--billing_dlab_id', type=str, default='=resource_tags_user_user_tag')
+    parser.add_argument('--billing_dlab_id', type=str, default='resource_tags_user_user_tag')
     parser.add_argument('--billing_usage_date', type=str, default='line_item_usage_start_date')
     parser.add_argument('--billing_product', type=str, default='product_product_name')
     parser.add_argument('--billing_usage_type', type=str, default='line_item_usage_type')


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