Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
package-authoring
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
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 😞
found it
https://github.com/pulumi/pulumi/issues/1911
thanks for your time
✅ 1
2 Views
#general
Join Slack