-
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
r/aws_globalaccelerator_accelerator: Correct name validation length #17985
r/aws_globalaccelerator_accelerator: Correct name validation length #17985
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
--- PASS: TestAccAwsGlobalAcceleratorAccelerator_basic (106.25s)--- PASS: TestAccAwsGlobalAcceleratorListener_basic (147.17s)
--- PASS: TestAccAwsGlobalAcceleratorListener_disappears (126.04s)
--- PASS: TestAccAwsGlobalAcceleratorListener_update (228.36s)
--- PASS: TestAccAwsGlobalAcceleratorAccelerator_tags (198.08s)
--- PASS: TestAccAwsGlobalAcceleratorAccelerator_update (193.01s)
--- PASS: TestAccAwsGlobalAcceleratorAccelerator_disappears (79.98s)
there was also one unrelated error:
Error: error deleting S3 Bucket (tf-acc-test-8066618524275417147): BucketNotEmpty: The bucket you tried to delete is not empty
status code: 409
--- FAIL: TestAccAwsGlobalAcceleratorAccelerator_attributes (519.52s)
I'll investigate that error... It looks valid - there could be some flow logs written into the test bucket during the acceptance test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Following the API documentation (longer of 255 and 64) is safer for now. If the actual limit is 64 and the API model is updated to reflect that, we can always lower it again. 👍 Looks good to me. 🚀
Output from acceptance testing in AWS Commercial:
--- FAIL: TestAccAwsGlobalAcceleratorAccelerator_attributes (361.78s) # https://github.com/hashicorp/terraform-provider-aws/issues/18121
--- PASS: TestAccAwsGlobalAcceleratorAccelerator_basic (78.46s)
--- PASS: TestAccAwsGlobalAcceleratorAccelerator_disappears (73.64s)
--- PASS: TestAccAwsGlobalAcceleratorAccelerator_tags (107.66s)
--- PASS: TestAccAwsGlobalAcceleratorAccelerator_update (166.17s)
--- PASS: TestAccAwsGlobalAcceleratorListener_basic (136.40s)
--- PASS: TestAccAwsGlobalAcceleratorListener_disappears (134.18s)
--- PASS: TestAccAwsGlobalAcceleratorListener_update (178.99s)
Output from acceptance testing in AWS GovCloud (US):
--- SKIP: TestAccAwsGlobalAcceleratorAccelerator_attributes (30.06s)
--- SKIP: TestAccAwsGlobalAcceleratorAccelerator_basic (36.40s)
--- SKIP: TestAccAwsGlobalAcceleratorAccelerator_tags (28.51s)
--- SKIP: TestAccAwsGlobalAcceleratorAccelerator_update (27.43s)
--- SKIP: TestAccAwsGlobalAcceleratorAccelerator_disappears (28.93s)
--- SKIP: TestAccAwsGlobalAcceleratorListener_basic (28.74s)
--- SKIP: TestAccAwsGlobalAcceleratorListener_disappears (31.23s)
--- SKIP: TestAccAwsGlobalAcceleratorListener_update (30.72s)
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
Closes #17978.
Relates: #14601.
Output from acceptance testing: