Skip to content

Commit

Permalink
allowing to override the ecr repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Aug 3, 2023
1 parent e323252 commit fc0b68d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/terraform/aws/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ module "port_ocean_ecs" {
lb_targ_group_arn = var.allow_incoming_requests ? module.port_ocean_ecs_lb[0].target_group_arn : ""
additional_security_groups = concat(var.additional_security_groups, module.port_ocean_ecs_lb[0].security_groups)

ecr_repo_url = var.ecr_repo_url

port = {
client_id = var.port.client_id
client_secret = var.port.client_secret
Expand Down

0 comments on commit fc0b68d

Please sign in to comment.