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
plugin-framework
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
s
silly-scientist-20604
07/20/2022, 9:17 PM
I am trying to wrap my head around outputs and stack references and using
.apply(lambda x: x)
with Pulumi/Python, but am having difficulty really understanding it. Is there a good white paper that explains it all clearly?
e
echoing-dinner-19531
07/24/2022, 8:37 AM
So there's a few resources for this: Firstly our main docs on Inputs and Outputs,
https://www.pulumi.com/docs/intro/concepts/inputs-outputs/
But also me and
@billowy-army-68599
have both wrote blogs about apply, Lee's is targeted at just about anyone,
https://leebriggs.co.uk/blog/2021/05/09/pulumi-apply
. While mine is if you've got an functional programming background,
https://blog.ibasa.uk/programming/pulumi/2021/05/20/pulumi-apply-monad.html
4 Views
#getting-started
Join Slack