Skip to content

Commit

Permalink
DOP-4451 add environment spread
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed May 7, 2024
1 parent a4f9d47 commit 184ff33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdk-infra/lib/constructs/api/webhook-api-construct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export class WebhookApiConstruct extends Construct {
TASK_DEFINITION: taskDefinition.taskDefinitionArn,
SUBNETS: JSON.stringify(vpc.privateSubnets.map((subnet) => subnet.subnetId)),
CLUSTER: clusterName,
...environment,
},
timeout,
});
Expand Down

0 comments on commit 184ff33

Please sign in to comment.