Skip to content

Commit 170edda

Browse files
authored
fix(aws_ecs): Do not output NetworkConfiguraiton to ECS Service when using EXTERNAL deployment controller (#26338)
When using an external deployment controller, ECS Service creation fails because the `NetworkConfiguration` is output to the template. This fix prevents the output of `NetworkConfiguration` when using external deployment controller. Closes #26335 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 92de23d commit 170edda

11 files changed

+1869
-22
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"version": "32.0.0",
3+
"files": {
4+
"08f603b34dd592b1fe18725d57edf629a7b88639b2b9e032676b44567f62a470": {
5+
"source": {
6+
"path": "aws-ecs-integ.template.json",
7+
"packaging": "file"
8+
},
9+
"destinations": {
10+
"current_account-current_region": {
11+
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
12+
"objectKey": "08f603b34dd592b1fe18725d57edf629a7b88639b2b9e032676b44567f62a470.json",
13+
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
14+
}
15+
}
16+
}
17+
},
18+
"dockerImages": {}
19+
}

0 commit comments

Comments
 (0)