Skip to content

v1.6.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 30 Oct 19:56
· 2 commits to refs/heads/main since this release
086af94

🐛 Bug Fixes

fix: support for 32-bit ASN @riccardolocci (#52) The variable `customer_gateway_bgp_asn` now automatically sets `bgp_asn` or `bgp_asn_extended` whether the value cannot be represented as a 32-bit number

what

This PR adds support for ASN numbers greater than 2147483647

why

Customer Gateways created by the module only use variable bgp_asn, which does not support 32-bit integers
Instead the aws_customer_gateway resource provides a different variable, bgp_asn_extended which is not currently used by the module

references

hashicorp/terraform-provider-aws#38738