<@UB9JVTW07> I am setting up a awsx.FargateService...
# general
a
@lemon-spoon-91807 I am setting up a awsx.FargateService and it looks like there is no way to pass
dependsOn
for the containers configs? Not to be confused with the pulumi
dependsOn
, I am referring to https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#container_definition_dependson It looks like this parameter is not inside the pulumi-aws package either, so not sure how to workaround this, since
links
doesn't work with
awsvpc
network mode.
l
Hi Richard! I am unfortunately traveling on vacation until Monday. I can help then. I'm the meantime, I'm a lot of places we do allow you to pass extra values that we will just copy over wholesale. So it may be possible to do that here
But from your description it may not be, given that it's not in aws. Sorry I can't be more helpful! Happy to look again Monday if you can't get answers in the meantime
a
No worries, I think I can hack it by passing
containerDefinitions
as a json file and using ecs.TaskDefinition
Went ahead and filed an issue for this one, https://github.com/pulumi/pulumi-aws/issues/713