File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121headers : Dict [str , str ] = {'Content-Type' : 'application/json' }
2222session : Dict [str , str ] = {}
2323endpoint = '/api/latest/{}'
24- env_machines : str = os .environ .get ('CLOUDENDURE_MACHINES' , 'SG6524KMSP ' )
24+ env_machines : str = os .environ .get ('CLOUDENDURE_MACHINES' , '' )
2525_machines : List [str ] = env_machines .split (',' )
26- global_project_id : str = os .environ .get ('CLOUDENDURE_PROJECT_ID' , 'f6f40681-dee0-4bf5-b978-98e93cd4db69 ' )
27- global_project_name : str = os .environ .get ('CLOUDENDURE_PROJECT_NAME' , 'AirProducts ' )
28- AWS_REGION : str = os .environ .get ('AWS_REGION' , 'ap-southeast-1 ' )
26+ global_project_id : str = os .environ .get ('CLOUDENDURE_PROJECT_ID' , '' )
27+ global_project_name : str = os .environ .get ('CLOUDENDURE_PROJECT_NAME' , '' )
28+ AWS_REGION : str = os .environ .get ('AWS_REGION' , '' )
2929_DESTINATION_ACCOUNTS : str = os .environ .get ('CLOUDENDURE_DESTINATION_ACCOUNTS' , '' )
3030DESTINATION_ACCOUNTS : List [str ] = _DESTINATION_ACCOUNTS .split (',' )
3131LAUNCH_TYPES : List [str ] = ['test' , 'cutover' ]
You can’t perform that action at this time.
0 commit comments