From 85fb2f593e457b19782ef4730cd0a6375bc89dfa Mon Sep 17 00:00:00 2001 From: matttrach Date: Thu, 25 Jul 2024 03:26:07 -0500 Subject: [PATCH] fix: update documentation Signed-off-by: matttrach --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1546f9c..4adc5ac 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ WARNING! The subnets argument must not be derived from an apply time resource. ## Recent Changes +- IPv6 is having issues due to missing the "primary" ipv6 flag in the AWS provider. + https://github.com/hashicorp/terraform-provider-aws/pull/36425 + This PR fixes the issue, but in the mean time I am setting the subnet to "ipv6_native". + - IPv6 only and Dualstack Support BREAKING CHANGES! A few interface changes were necessary to inform the module about options which are now ambiguous. You must now specify "ip_family" in the load balancer access address options.