mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Adjust comment about vpc property.
This commit is contained in:
parent
23b674067d
commit
8d9f0f82f0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user