Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
# general
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
Post