Skip to content

Commit

Permalink
update triggers with public ips
Browse files Browse the repository at this point in the history
  • Loading branch information
threnjen committed Oct 17, 2024
1 parent 999a0ab commit e5fd6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lambda_functions/bgg_cleaner_fargate_trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def lambda_handler(event, context):
"securityGroups": [
terraform_state_file["outputs"]["sg_ec2_ssh_access"]["value"]
],
"assignPublicIp": "ENABLED",
},
},
)
Expand Down
1 change: 1 addition & 0 deletions lambda_functions/bgg_scraper_fargate_trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def lambda_handler(event, context):
terraform_state_file["outputs"]["sg_ec2_ssh_access"]["value"]
],
},
"assignPublicIp": "ENABLED",
},
overrides={
"containerOverrides": [
Expand Down

0 comments on commit e5fd6e6

Please sign in to comment.