-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
issue with aws_dx_gateway and amazon_side_asn #6242
Comments
OK, this should be easy to fix; we'll just have one Amazon-side ASN validation function |
The fix for this has been merged and will release with version 1.42.0 of the AWS provider, likely today or tomorrow. 👍 |
This has been released in version 1.42.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
@bflad @ewbankkit |
hi, 14:28:14 Error: module.my-vpc.aws_dx_gateway.my-dx-gateway: "amazon_side_asn" ("7224") must be in the range 64512 to 65534 or 4200000000 to 4294967294 On 1.42 the plan now succeeds but fails on deploy: any ideas? |
you can't create in the console so suspect it's an AWS backend limitation |
@dhermans As I understand it you can't create new DX Gateways (or VPN Gateways) with the legacy ASN |
HI @ewbankkit - thanks - think you're right - raised a ticket with them. Odd they allow 7224 on virtual private gateway but not dx gateway. |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Hello Team,
I'd like to thank the community for all the hard work that's gone into this incredible provider!
We've run into an issue with the aws_dx_gateway resource while creating one using the Amazon Legacy ASN '7224'
"amazon_side_asn" ("7224") must be in the range 64512 to 65534 or 4200000000 to 4294967294
We had run into a similar bug while creating an aws_vpn_gateway resource using this ASN:
#5441
Appreciate your support!
Thanks in advance!
The text was updated successfully, but these errors were encountered: