-
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_synthetics_canary: increase maximum name
length to 255 characters
#39315
Conversation
Community NoteVoting for Prioritization
For Submitters
|
…ters ```console % make testacc PKG=synthetics TESTS=TestAccSyntheticsCanary_ make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.22.6 test ./internal/service/synthetics/... -v -count 1 -parallel 20 -run='TestAccSyntheticsCanary_' -timeout 360m --- PASS: TestAccSyntheticsCanary_runtimeVersion (98.95s) --- PASS: TestAccSyntheticsCanary_artifactEncryption (100.34s) --- PASS: TestAccSyntheticsCanary_tags (150.84s) --- PASS: TestAccSyntheticsCanary_runEnvironmentVariables (155.54s) --- PASS: TestAccSyntheticsCanary_runTracing (239.88s) --- PASS: TestAccSyntheticsCanary_run (281.66s) --- PASS: TestAccSyntheticsCanary_startCanary (297.75s) --- PASS: TestAccSyntheticsCanary_disappears (498.48s) --- PASS: TestAccSyntheticsCanary_s3 (523.35s) --- PASS: TestAccSyntheticsCanary_StartCanary_codeChanges (580.49s) --- PASS: TestAccSyntheticsCanary_basic (615.16s) --- PASS: TestAccSyntheticsCanary_rate (650.49s) --- PASS: TestAccSyntheticsCanary_vpc (2172.42s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/synthetics 2178.691s ```
5383fa0
to
dec05c7
Compare
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 🚀.
This functionality has been released in v5.68.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Canary name can now be a maximum of 255 characters.
Relations
Closes #39313
Depends on #39299
References
Output from Acceptance Testing