This is an automated email from the ASF dual-hosted git repository.
mykolabodnar 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 b0b34c6 [DATALAB-2409] - [AWS] SSN configure refactored
b0b34c6 is described below
commit b0b34c652f191ac33ecb38729bcc7010035a98f5
Author: bodnarmykola <[email protected]>
AuthorDate: Fri Jul 30 12:40:59 2021 +0300
[DATALAB-2409] - [AWS] SSN configure refactored
---
infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
index e6be78f..26e0d03 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
@@ -280,11 +280,11 @@ if __name__ == "__main__":
},
{
'key': 'REGION',
- 'value': ssn_conf['aws_region']
+ 'value': ssn_conf['region']
},
{
'key': 'ZONE',
- 'value': ssn_conf['aws_zone']
+ 'value': os.environ['aws_zone']
},
{
'key': 'TAG_RESOURCE_ID',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]