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

lfrolov pushed a commit to branch DATALAB-2969
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2969 by this push:
     new efd58ba63 [DATALAB-2969]: added argument to datalab.py
efd58ba63 is described below

commit efd58ba635ed85347988d9e6db70edcdf6f42487
Author: leonidfrolov <[email protected]>
AuthorDate: Mon Aug 15 14:50:25 2022 +0300

    [DATALAB-2969]: added argument to datalab.py
---
 infrastructure-provisioning/terraform/bin/datalab.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/terraform/bin/datalab.py 
b/infrastructure-provisioning/terraform/bin/datalab.py
index 34826615a..5f46ce93b 100644
--- a/infrastructure-provisioning/terraform/bin/datalab.py
+++ b/infrastructure-provisioning/terraform/bin/datalab.py
@@ -1016,6 +1016,7 @@ class AWSEndpointBuilder(AbstractDeployBuilder):
          .add_str('--billing_aws_account_id', 'The ID of ASW linked account', 
group='endpoint', default='')
          .add_str('--billing_tag', 'Billing tag', group='endpoint', 
default='datalab')
          .add_str('--allowed_ip_cidrs', 'Allowed IP CIDRs for SGs', 
group='endpoint', default='["0.0.0.0/0"]')
+         .add_str('--sg_ids', 'SGs IDs to be added to instance', 
group='endpoint', default='[""]')
          )
         return params.build()
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to