average-tiger-58107
05/19/2022, 2:09 PMawsx.ecs.FargateService
and would like to pass it a cluster
as an argument. These docs show an example of passing cluster.arn
from an aws.ecs.Cluster
resource, (type Output<string>
). However the code for awsx.ecs.FargateService
expects cluster to be a non-output_,_ of type ecs.Cluster
Is this a bug? What I would really like to do is pass a cluster from a StackReference to my various ECS services that are each managed on their own stacks.miniature-musician-31262
05/19/2022, 7:13 PM1.0.0-beta.5
. I’m guessing your awsx is maybe 0.40.x
or similar. Is that right?average-tiger-58107
05/19/2022, 7:55 PMawsx
because it speeds up my life quite a bit. I started down the road of defining the underlying aws.ecs.{TaskDefinition, Service}
, but there's a ton of added complexity with defining a JSON container definition, etcminiature-musician-31262
05/19/2022, 8:13 PMaverage-tiger-58107
05/19/2022, 8:42 PMpulumi up
pulumi:providers:awsx (default_1_0_0_beta_5):
error: could not read plugin [/Users/wizardfiction/.pulumi/plugins/resource-awsx-v1.0.0-beta.5/pulumi-resource-awsx] stdout: EOF