Skip to content

Commit

Permalink
docs: add vpc config description
Browse files Browse the repository at this point in the history
Signed-off-by: sivchari <shibuuuu5@gmail.com>
  • Loading branch information
sivchari committed Aug 18, 2023
1 parent a0e7b3b commit ac2b825
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ spec:
app: simple
environments:
FOO: bar
# vpcConfig is optional value. If you define a vpc configuration to lambda, you can
# use this field.
vpcConfig:
securityGroupIds:
- sg-01234
- sg-56789
subnetIds:
- subnet-01234
- subnet-56789
```
Except the `tags` and the `environments` field, all others are required fields for the deployment to run.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ spec:
app: simple
environments:
FOO: bar
# vpcConfig is optional value. If you define a vpc configuration to lambda, you can
# use this field.
vpcConfig:
securityGroupIds:
- sg-01234
- sg-56789
subnetIds:
- subnet-01234
- subnet-56789
```
Except the `tags` and the `environments` field, all others are required fields for the deployment to run.
Expand Down

0 comments on commit ac2b825

Please sign in to comment.