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
billowy-author-1954
11/15/2023, 6:04 AM
Is it possible to use the pulumi
Get function
without having the result output to console with each
preview
or
up
? Use case is I need to read a metadata label of an existing resource without importing it into my pulumi stack.
e
echoing-dinner-19531
11/15/2023, 8:05 AM
In general no, but some providers have alternatives to the plain "Get" functions that fetch similar data but don't change the stack state.
Post