You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ module "lambda_api" {
94
94
| tags | map(string) | A map of AWS Tags to attach to each resource created | {}
95
95
| role_permissions_boundary_arn | string | IAM Role Permissions Boundary ARN |
96
96
| 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. | []'
98
98
| 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
0 commit comments