Closed tw1t611 closed 2 years ago
What configuration are you supplying for the vpc
configuration at the provider level?
vpc:
securityGroupIds:
- sg-xxx
subnetIds:
- subnet-xxx
That's what I have for now. Removing securityGroupIds
causes the warning.
Apologies, looking at the Serverless source both the securityGroupIds
and subnetIds
are required if the provider.vpc
is defined. I have pushed a change to the README to reflect this https://github.com/eddmann/serverless-fargate/commit/d5728456d2d5292629b48b247027f7ee9bb9ced0
Docs show, that securityGroupIds are optional.
Not setting it results in the following error: