Skip to content

Commit 0a463ec

Browse files
author
Tyler Ray
committed
Update README: Removed Security Groups
1 parent c81d923 commit 0a463ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ module "lambda_api" {
9494
| tags | map(string) | A map of AWS Tags to attach to each resource created | {}
9595
| role_permissions_boundary_arn | string | IAM Role Permissions Boundary ARN |
9696
| log_retention_in_days | number | CloudWatch log group retention in days. Defaults to 7. | 7
97-
| lambda_policies | list(string) | List of IAM Policy ARNs to attach to the lambda role. | []
97+
| lambda_policies | list(string) | List of IAM Policy ARNs to attach to the lambda role. | []'
9898
| use_codedeploy | bool | If true, CodeDeploy App and Deployment Group will be created and TF will not update alias to point to new versions of the Lambda (becuase CodeDeploy will do that). | false
9999

100100
#### lambda_vpc_config

0 commit comments

Comments
 (0)