Adjust comment about vpc property.

This commit is contained in:
Walery Strauch 2017-07-28 19:28:04 +02:00 committed by GitHub
parent 23b674067d
commit 8d9f0f82f0

View File

@ -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