This message was deleted.
# general
s
This message was deleted.
l
l
The "azure-<language>-webserver" examples in the example repo (https://github.com/pulumi/examples) have config use right at the top, and there's one for each lanugage.
🙌 1
The "default keys" are per provider, so the best place to look would be on each provider's page. For example, https://www.pulumi.com/docs/intro/cloud-providers/azure/
(See the "Configuration" section)
c
@lemon-agent-27707 I tried to use config.New but that is importing mobi(docker) config module. So I'm little confused how to do that. The example is not working for me.
l
You're using golang? What's the import block at the top of your main.go? You need to import "github.com/pulumi/pulumi/sdk/v2/go/pulumi/config", but you may need to alias it if you're already importing another package called config...
🙌 1
c
if this can be updated in the doc, it'll be awesome. for instance, here
l
@chilly-rainbow-79265 thanks for reporting this. I've updated the examples to be more complete https://github.com/pulumi/docs/pull/4038
🎉 1
c
That was fast !!! 🙌