Skip to content

Commit

Permalink
Add missing http
Browse files Browse the repository at this point in the history
  • Loading branch information
abuabraham-ttd committed Dec 20, 2024
1 parent a2e4482 commit 86980dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/aws/create_cloudformation_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def create_cloudformation_stack(client, stack_name, cft_content, api_token, core
stack_name=args.stack,
cft_content=dump_yaml(cft),
api_token=args.operator_key,
core_base_url = args.core_url,
optout_base_url = args.optout_url,
core_base_url = f"http://{args.core_url}",
optout_base_url = f"http://{args.optout_url}",
dc_cfg=dc_cfg,
ip_address=ip)

0 comments on commit 86980dc

Please sign in to comment.