https://pulumi.com logo
b

brave-afternoon-91593

08/24/2021, 6:38 PM
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.
52 Views