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 ca3d7d092 [DATALAB-2969]: moved back to single sg
ca3d7d092 is described below

commit ca3d7d0929e191ab0439783512883934cd62a37b
Author: leonidfrolov <[email protected]>
AuthorDate: Mon Aug 15 15:15:39 2022 +0300

    [DATALAB-2969]: moved back to single sg
---
 infrastructure-provisioning/terraform/bin/datalab.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/bin/datalab.py 
b/infrastructure-provisioning/terraform/bin/datalab.py
index 5f46ce93b..9ca39b2dc 100644
--- a/infrastructure-provisioning/terraform/bin/datalab.py
+++ b/infrastructure-provisioning/terraform/bin/datalab.py
@@ -1016,7 +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='[""]')
+         .add_str('--sg_id', 'SG ID 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