Skip to content

Commit

Permalink
test(vpc): Add invalid ami to test TFLint AWS deep check
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware committed Sep 18, 2024
1 parent 4999379 commit 46a7dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/dev/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ resource "aws_key_pair" "a4l" {
# trunk-ignore(trivy)
# trunk-ignore(checkov)
resource "aws_instance" "a4l_bastion" {
ami = "ami-033b95fb8079dc48"
ami = "ami-033b95fb8079dc48-fail"
instance_type = "t2.micro"
subnet_id = module.vpc.public_subnets[0]
associate_public_ip_address = true
Expand Down

0 comments on commit 46a7dc3

Please sign in to comment.