We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8c956 commit aa3314aCopy full SHA for aa3314a
modules/bastion/main.tf
@@ -25,8 +25,8 @@ resource "aws_launch_configuration" "bastion_instance" {
25
}
26
27
28
-
29
resource "aws_autoscaling_group" "bastion_instance" {
+ #checkov:skip=CKV_AWS_315: Use EC2 launch template
30
name = "${local.namespace}-instance"
31
min_size = local.min_instance_count
32
max_size = local.max_instance_count
0 commit comments