Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Nov 11, 2024
1 parent 97e0a2c commit 8e1c15f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/bright-lamps-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@guardian/cdk": major
---

ECS task now uses GuVpc.subnetsFromParameter rather than defaulting to CDK context

Note that this is a breaking change, because the previous behaviour was [this](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_stepfunctions_tasks.EcsRunTask.html#subnets)
- which relied on a CDK context file with details of the different subnets.

0 comments on commit 8e1c15f

Please sign in to comment.