Hi chris - I think what you want to do is create t...
# general
b
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
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