Is anyone else using Pulumi to create fargate serv...
# aws
f
Is anyone else using Pulumi to create fargate services? I can't seem to find a way to reference the arn of a service once it's been created ...
q
The
id
property of the ECS service resource should contain the ARN
h
Can confirm, I'm using
service.id
in IAM Policies without issue
f
thanks!
it's odd that most other resources have an arn member variable lol 🤨
h
Yeah, that is odd. But the kind of thing that I'm just numb to at this point in this work. Even within AWS things aren't consistent so you just have to roll with it I guess