Skip to content

Commit aa3314a

Browse files
committed
Skip checkov
1 parent 1a8c956 commit aa3314a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/bastion/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ resource "aws_launch_configuration" "bastion_instance" {
2525
}
2626
}
2727

28-
2928
resource "aws_autoscaling_group" "bastion_instance" {
29+
#checkov:skip=CKV_AWS_315: Use EC2 launch template
3030
name = "${local.namespace}-instance"
3131
min_size = local.min_instance_count
3232
max_size = local.max_instance_count

0 commit comments

Comments
 (0)