hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.74k stars 9.1k forks source link

[Enhancement]: `r/aws_synthetics_canary`: Name length can now be 255 characters #39313

Closed jar-b closed 4 days ago

jar-b commented 4 days ago

Description

The aws_synthetics_canary currently includes plan time validation limiting name lengths to 21 characters. The AWS API has increased this limit to 255, so the provider validation should be updated accordingly.

Affected Resource(s) and/or Data Source(s)

Potential Terraform Configuration

# Configuration unchanged, validation should be updated to allow 255 character names.

References

Depends on #39299

Would you like to implement a fix?

None

github-actions[bot] commented 4 days ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

github-actions[bot] commented 4 days ago

[!WARNING] This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.