-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Validation check of Global Accelerator is different from AWS Console #17978
Comments
@n-osanai Thanks for raising this issue. I'll correct the max. length to |
My team just ran into the 32 character limitation when attempting to import our production global accelerator instances which have a name that exceeds 32 characters. I reached out to our AWS TAM around the contradictory nature of the docs and they have escalated to the service team to hopefully get them corrected. Based on our testing the Max length of 255 seems to be the actual limitation that is enforced. |
We've just been hit with the same issue. The name can have a maximum of 64 characters, must contain only alphanumeric characters, periods (.), or hyphens (-), and must not begin or end with a hyphen or period. You can check the API documentation here: https://docs.aws.amazon.com/global-accelerator/latest/api/API_CreateAccelerator.html#API_CreateAccelerator_RequestSyntax |
@ewbankkit The actual max length is 64 and not 255. Please can you amend your PR? |
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! |
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Actual Behavior
Steps to Reproduce
Important Factoids
terraform-provider-aws/aws/resource_aws_globalaccelerator_accelerator.go
Line 46 in 366aa1d
The text was updated successfully, but these errors were encountered: