sparse-intern-71089
08/09/2021, 8:35 PMbillowy-army-68599
many-spring-73557
08/09/2021, 8:40 PMpulumi up
to add it to the stack, but I don’t want pulumi to update other resources as part of (e.g. helm charts that would be updated)billowy-army-68599
many-spring-73557
08/09/2021, 9:38 PMpulumi up
shows a bunch of things that would be updated. I don’t want to update them yet - I only want to create the new resource that I added to my pulumi configbillowy-army-68599
-t
i grabbed the urn of the resource being created using jq
but you can probably just run pulumi preview
and copy it
pulumi preview -j | jq '.steps[] | select(.op=="create") | .urn'
and then run pulumi up -t <urn>
billowy-army-68599
many-spring-73557
08/09/2021, 10:43 PMpulumi preview
doesn’t provide an urn (anywhere that I can see) but -j
doesmany-spring-73557
08/09/2021, 10:43 PMbillowy-army-68599
details
tab