-
-
Notifications
You must be signed in to change notification settings - Fork 223
Feat: Add instance_initiated_shutdown_behavior Variable #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Add instance_initiated_shutdown_behavior Variable #101
Conversation
/test all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bridgecrew has found 1 infrastructure configuration error in this PR ⬇️
source_dest_check = var.source_dest_check | ||
ipv6_address_count = var.ipv6_address_count < 0 ? null : var.ipv6_address_count | ||
ipv6_addresses = length(var.ipv6_addresses) == 0 ? null : var.ipv6_addresses | ||
count = local.instance_count |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error Description: Ensure that EC2 instances belong to a VPC
Category: Networking | Severity: MEDIUM
Resource: aws_instance [default], lines: 108 - 153
/test all |
94d898a
to
95070ce
Compare
/test all |
…ncorrectly flagging that this instance does not belong to a VPC even though subnet_id is configured.
…ithub.com:cloudposse/terraform-aws-ec2-instance into feat/add-instance-initiated-shutdown-behavior-var
/test all |
what
instance_initiated_shutdown_behavior
variablewhy
aws_instance
resource customizationreferences