Skip to content

Commit

Permalink
Prisma Cloud has found BC_AWS_GENERAL_31 and 1 other error(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisma-cloud-devsecops[bot] authored Jun 5, 2024
1 parent c6a0b50 commit 8cd2610
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/terraform/resources/complex_tags.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ resource "aws_instance" "instance_null_tags" {
ami = ""
instance_type = ""
tags = null
metadata_options {
http_tokens = "required"
}
}

resource "aws_autoscaling_group" "autoscaling_group_tagged" {
Expand Down
3 changes: 3 additions & 0 deletions tests/terraform/resources/tagged/complex_tags_tagged.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ resource "aws_instance" "many_instance_tags" {
git_modifiers = "jonjozwiak/schosterbarak"
git_repo = "terragoat"
})
metadata_options {
http_tokens = "required"
}
}

resource "aws_alb" "alb_with_merged_tags" {
Expand Down

0 comments on commit 8cd2610

Please sign in to comment.