`config.Require(...)` returns `Output<string&gt...
# getting-started
s
config.Require(...)
returns
Output<string>
and there is no way to get the actual value?
p
Maybe you forgot to pass in the name of the config you wanted. E.g. to get the config "azure-nativelocation WestEurope:
var azureConfig = new Config("azure-native");
var location = azureConfig.Require("location");