limited-rainbow-51650
10/05/2020, 8:36 AMstack.SetConfig(ctx, "osimis.orthanc:config.name", auto.ConfigValue{Value: customer})
stack.SetConfig(ctx, "osimis.orthanc:config.domain", auto.ConfigValue{Value: fmt.Sprintf("<http://%s.orthanc.osimis.io|%s.orthanc.osimis.io>", customer)})
stack.SetConfig(ctx, "osimis.orthanc:config.version", auto.ConfigValue{Value: version})
In my stack, I retrieve the settings via:
const demoConfig = new pulumi.Config('osimis.orthanc').requireObject<orthanc.OrthancServiceConfig>('config')
But when running my automation program, I still have the error: error: Missing required configuration variable 'osimis.orthanc:config'
https://www.pulumi.com/docs/intro/concepts/config/#structured-configurationNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by