sticky-jelly-69198
09/24/2021, 6:41 PMsomeString
and would like to register it with custom name, so that it can be reused on the next run.billowy-army-68599
sticky-jelly-69198
09/24/2021, 7:05 PMconst someString = "abc"
and would like to register it as custom resource, e.g Type: custom, Name: some-string, and it will hold that value "abc" and would be visible in Resources tab, as: Properties -> Name : Value in the console.billowy-army-68599
crooked-pillow-11944
09/24/2021, 9:58 PMpulumi.export('someString', pulumi.Output('abc'))