This message was deleted.
# automation-api
s
This message was deleted.
b
The answer is to pass a list of stack configs (with
auto.Stacks
) to the
opts
🤦‍♂️
Copy code
auto.Stacks(map[string]workspace.ProjectStack{
	"dev": {
		SecretsProvider: "awskms://...",
	},
}),
The examples in https://github.com/pulumi/automation-api-examples actually cover this. I just missed it completely the first time I’ve looked at them
146 Views