Skip to content

Commit

Permalink
fix message for lambda environment rule
Browse files Browse the repository at this point in the history
  • Loading branch information
lhitchon committed Nov 4, 2018
1 parent b636cb8 commit bad3ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/assets/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ rules:
- ecs

- id: LAMBDA_ENVIRONMENT_SECRETS
message: Environment for ECS task definition should not include AWS secrets
message: Environment for Lambda function should not include AWS secrets
resource: aws_lambda_function
severity: FAILURE
# this rule fails is it finds a regex match for both the key and the secret key
Expand Down

0 comments on commit bad3ecb

Please sign in to comment.