Hi I’m trying to conver pulumi output object to st...
# python
s
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)