Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down