https://pulumi.com logo
#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