Hi there! I’m trying to configure Pulumi to use Lo...
# automation-api
b
Hi there! I’m trying to configure Pulumi to use Localstack for the AWS provider with
s.SetConfig(ctx, "aws:endpoints.route53", auto.ConfigValue{Value: "<http://localstack.localstack:4566>"})
, but the provider keeps crashing saying “cannot validate config.” Is there another syntax I should try for setting this nested object like this?
Confirmed, this worked.
126 Views