Skip to content

Commit

Permalink
Prisma Cloud has found BC_AWS_GENERAL_203 and 2 other error(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisma-cloud-devsecops[bot] authored Mar 28, 2024
1 parent 729f8da commit 32b443a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions terraform/aws/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ resource "aws_ebs_volume" "web_host_storage" {
git_repo = "terragoat"
yor_trace = "c5509daf-10f0-46af-9e03-41989212521d"
})
encrypted = true
}

resource "aws_ebs_snapshot" "example_snapshot" {
Expand Down
2 changes: 2 additions & 0 deletions terraform/aws/neptune.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ resource "aws_neptune_cluster" "default" {
git_repo = "terragoat"
yor_trace = "0d4cbb85-73ed-4ca0-b1da-296e4185f34e"
}
kms_key_arn = "CKV_ANY"
}

resource "aws_neptune_cluster_instance" "default" {
Expand All @@ -41,5 +42,6 @@ resource "aws_neptune_cluster_instance" "default" {
resource "aws_neptune_cluster_snapshot" "default" {
db_cluster_identifier = aws_neptune_cluster.default.id
db_cluster_snapshot_identifier = "resourcetestsnapshot1"
storage_encrypted = true
}

0 comments on commit 32b443a

Please sign in to comment.