I am starting with the #pulumi with <#CRVK66N5U|a...
# getting-started
s
I am starting with the #pulumi with #azure and #typescript as a programming language.. I created the multiple component and now I want to pass the resourcegroup name to the component which is already been created somewhere else.But While passing I found out that new resource return pulumi.output<string>. But My interface which is the input of the component take string datatype. how can I get the string name for the new created resource.
s
Are you at liberty to share some of your code? That might help us help you figure out a path forward. Depending on your code, using an Output from one resource as an Input to another resource is typically supported, but the devil is in the details.