https://pulumi.com logo
Title
b

busy-lion-51883

03/14/2022, 8:05 PM
Hi chris - I think what you want to do is create the resource within the apply - so for example: const myNewResource = myPreviousResource.arn.apply(myArn => (new Resource(‘my resource’, {arn: myArn}))
@bored-ability-11314
b

bored-ability-11314

03/14/2022, 8:23 PM
Cool. Thanks I’ll give it a whirl
no dice.
pulumi.Resource
is abstract and the
aws.ssm.Parameter
is already a
CustomResource
. I’m stuck 😞
thanks for your time
1