https://pulumi.com logo
s

sparse-fall-69374

06/29/2023, 6:55 AM
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

salmon-account-74572

06/29/2023, 3:24 PM
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.