This message was deleted.
# getting-started
s
This message was deleted.
f
Maybe you need to use a shared credentials file and/or profiles for that? https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/#shared-credentials-file
p
You should be able to simply edit stack YAML file in order to change some config values. If you want to store some complex values and you insist on using
pulumi config
command, you’ll probably have to add
--path
option, see: https://www.pulumi.com/docs/intro/concepts/config/#structured-configuration
c
@salmon-zoo-99782
pulumi up --config ami=ami-123 --config instance_type=t2.micro