Closed feyzee closed 1 year ago
Inside the ingress_with_ipv6_cidr_blocks
section, I believe the argument should be ipv6_cidr_blocks
.
So from your reproduction code: ipv6_cidr_blocks = "::/0"
instead of cidr_blocks = "::/0"
.
@magreenbaum that worked, thanks.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
When creating a security group for an EC2 instance I'm encountering this issue if there is an
ingress_with_ipv6_cidr_blocks
rule specified. I've tried with all public CIDR block and a private one, both are having this issue. This goes away if i comment out the code.Earlier I thought it might be related to VPC not having an IPV6 enabled, but even adding
enable_ipv6 = true
in the VPC module(v3.18.1) the issue persists. I've added the code below in Reproduction Code section. Here's the error i'm getting -Versions
Module version [Required]: 4.16.2
Terraform version:
Reproduction Code
Steps to reproduce the behavior:
Are you using workspaces? No. Statefile backend is S3.
List steps in order that led up to the issue you encountered