https://pulumi.com logo
#dotnet
Title
h

high-france-81657

08/09/2022, 4:02 PM
Code:
Copy code
async Task<Output<string>> x()
        {
            return OutputUtilities.CreateUnknown("false");
        }

output = Output.Create(x()).Apply(_ => _);