ragumix
ragumix
Hello! Due to AWS recommendations to use aws_launch_template instead of aws_launch_configuration looks like it needs to change this module a little bit. https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-config.html Even in the page of Launch configurations...
### Describe the Bug Looks like there is a mistake in the module regarding the **engine_version** parameter. When **snapshot_identifier** parameter specified, it needs to specify **engine_version** parameter. If **engine_version** parameter...
**Describe the issue** False positive for unrestricted egress when using the standalone Terraform resource `aws_vpc_security_group_egress_rule`. Relevant check ID: **CKV_AWS_382** (implemented via `SecurityGroupUnrestrictedEgressAll`, which inherits from `AbsSecurityGroupUnrestrictedEgress`). Root cause logic gaps...