From 8d9f0f82f04b4baebaa37f5812d76a718b0a2eef Mon Sep 17 00:00:00 2001 From: Walery Strauch Date: Fri, 28 Jul 2017 19:28:04 +0200 Subject: [PATCH] Adjust comment about vpc property. --- docs/providers/aws/guide/serverless.yml.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/providers/aws/guide/serverless.yml.md b/docs/providers/aws/guide/serverless.yml.md index 755ce16c5..8463439c1 100644 --- a/docs/providers/aws/guide/serverless.yml.md +++ b/docs/providers/aws/guide/serverless.yml.md @@ -76,7 +76,7 @@ provider: StringEquals: ResourceType: - AWS::EC2::Instance - vpc: # Optional VPC + vpc: # Optional VPC. But if you use VPC then both subproperties (securityGroupIds and subnetIds) are required securityGroupIds: - securityGroupId1 - securityGroupId2 @@ -107,7 +107,7 @@ functions: functionEnvVar: 12345678 tags: # Function specific tags foo: bar - vpc: # Optional VPC + vpc: # Optional VPC. But if you use VPC then both subproperties (securityGroupIds and subnetIds) are required securityGroupIds: - securityGroupId1 - securityGroupId2