This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DATALAB-2409
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2409 by this push:
new d6fb2d0 [DATALAB-2409]: fixed variable name
d6fb2d0 is described below
commit d6fb2d06fc083c45ea3636d7f08fdf8bb9d671fd
Author: leonidfrolov <[email protected]>
AuthorDate: Tue Oct 19 09:47:34 2021 +0300
[DATALAB-2409]: fixed variable name
---
infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
index c83d6c0..bc16c24 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
@@ -98,7 +98,7 @@ if __name__ == "__main__":
else:
ssn_conf['aws_peering_id'] = None
if 'aws_subnet_id' in os.environ and os.environ['aws_subnet_id'] != '':
- ssn_conf['aws_subnet_id'] = os.environ['aws_subnet_ids']
+ ssn_conf['aws_subnet_id'] = os.environ['aws_subnet_id']
else:
ssn_conf['aws_subnet_id'] =
datalab.meta_lib.get_subnet_by_tag(ssn_conf['subnet_tag'], True)
if 'aws_security_groups_ids' in os.environ and
os.environ['aws_security_groups_ids'] != '':
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]