Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
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
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
#python
Title
s
steep-alligator-79173
08/28/2020, 7:43 PM
Hi I’m trying to conver pulumi output object to string that can be assign to variable and used as a parameter in curl request. Im following documentation
https://www.pulumi.com/docs/intro/concepts/programming-model/#outputs
Copy code
repo_id = gitlab_repo.id.apply(lambda repo_id: repo_id)
3 Views
Post