sparse-intern-71089
10/08/2022, 10:09 AMcalm-butcher-40899
10/08/2022, 10:09 AMservices:
localstack:
container_name: "${LOCALSTACK_DOCKER_NAME-localstack_main}"
image: localstack/localstack
ports:
- "127.0.0.1:4566:4566" # LocalStack Gateway
- "127.0.0.1:4510-4559:4510-4559" # external services port range
- "127.0.0.1:53:53" # DNS config (only required for Pro)
- "127.0.0.1:53:53/udp" # DNS config (only required for Pro)
- "127.0.0.1:443:443" # LocalStack HTTPS Gateway (only required for Pro)
environment:
- DEBUG=${DEBUG-}
- PERSISTENCE=${PERSISTENCE-}
- LAMBDA_EXECUTOR=${LAMBDA_EXECUTOR-}
- LOCALSTACK_API_KEY=${LOCALSTACK_API_KEY-} # only required for Pro
- DOCKER_HOST=unix:///var/run/docker.sock
volumes:
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
- "/var/run/docker.sock:/var/run/docker.sock"
billowy-army-68599
aws:endpoints
is a list, and you’ve only made the first element in your list a list item:
Try adding -
to every one of your endpointscalm-butcher-40899
10/09/2022, 5:37 AMProviderEndpointArgs
object, which consists of key-value pairs of the endpoint config for each service.
I also tried adding -
to each endpoint config and it doesn’t help.calm-butcher-40899
10/09/2022, 6:05 AMaws:endpoints
. Then pulumi up
just works for the quickstart code.
I guess there’s some invalid endpoint config under the aws:endpoints
. But there are around 300 endpoint configs here, it’s difficult to test one by one to find out the bad service with wrong endpoint config.No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by