Skip to content

Commit

Permalink
Add optout back
Browse files Browse the repository at this point in the history
  • Loading branch information
abuabraham-ttd committed Dec 18, 2024
1 parent fc5e76b commit b582ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/create_cloudformation_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def create_cloudformation_stack(client, stack_name, cft_content, api_token, core
{ 'ParameterKey': 'APIToken', 'ParameterValue': api_token },
{ 'ParameterKey': 'DeployToEnvironment', 'ParameterValue': 'integ' },
{ 'ParameterKey': 'OptoutBaseURL', 'ParameterValue': optout_base_url },
{ 'ParameterKey': 'OptoutBaseURL', 'ParameterValue': core_base_url },
{ 'ParameterKey': 'CoreBaseURL', 'ParameterValue': core_base_url },
{ 'ParameterKey': 'VpcId', 'ParameterValue': dc_cfg['VpcId'] },
{ 'ParameterKey': 'VpcSubnet1', 'ParameterValue': dc_cfg['VpcSubnet1'] },
{ 'ParameterKey': 'VpcSubnet2', 'ParameterValue': dc_cfg['VpcSubnet2'] },
Expand Down

0 comments on commit b582ac1

Please sign in to comment.