Skip to content

Commit

Permalink
Add FB in FB
Browse files Browse the repository at this point in the history
  • Loading branch information
abuabraham-ttd committed Dec 18, 2024
1 parent 907e426 commit 4212622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/aws/create_cloudformation_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def get_port(url):
return url.split(":")[1]

def create_cloudformation_stack(client, stack_name, cft_content, api_token, core_base_url, optout_base_url, dc_cfg, ip_address):
print("ABU TESTING - IF USING THIS")
result = client.create_stack(
StackName=stack_name,
TemplateBody=cft_content,
Expand Down

0 comments on commit 4212622

Please sign in to comment.