Skip to content

Commit

Permalink
Check Add inline skip
Browse files Browse the repository at this point in the history
  • Loading branch information
talazuri committed Dec 4, 2024
1 parent 729f8da commit 6d5eb08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/aws/db-app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ data "aws_ami" "amazon-linux-2" {

resource "aws_instance" "db_app" {
# ec2 have plain text secrets in user data
#checkov:skip=CKV_AWS_135:Remove EC2 EBS is not optimized
ami = data.aws_ami.amazon-linux-2.id
instance_type = "t2.nano"
iam_instance_profile = aws_iam_instance_profile.ec2profile.name
Expand Down

0 comments on commit 6d5eb08

Please sign in to comment.