bulky-agent-73210
05/06/2022, 9:55 AMfunc Read(ctx context.Context, m map[string]interface{}) (map[string]interface{}, bool, error)
echoing-dinner-19531
05/06/2022, 10:18 AMbulky-agent-73210
05/06/2022, 10:33 AMm map[string]interface{}
contain these properties of this struct when read is triggered: https://github.com/pulumi/pulumi/blob/master/sdk/proto/provider.proto#L258echoing-dinner-19531
05/06/2022, 10:50 AMm
will the current set of inputs that the engine currently knows about, so it's only filled in for refresh, not for import (because obv on import it's brand new and the engine doesn't know anything)bulky-agent-73210
05/06/2022, 10:51 AMechoing-dinner-19531
05/06/2022, 10:52 AMbulky-agent-73210
05/06/2022, 10:54 AMechoing-dinner-19531
05/06/2022, 10:55 AMbulky-agent-73210
05/06/2022, 11:00 AMechoing-dinner-19531
05/06/2022, 11:01 AMbulky-agent-73210
05/06/2022, 11:09 AMechoing-dinner-19531
05/06/2022, 12:22 PMAny way I could manually encrypt them?Again nothing really supported, but just set it as a secret config value with
pulumi config set --secret
then copy the encrypted text out of thatbulky-agent-73210
05/06/2022, 12:23 PM