You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform Version & Provider Versions terraform version
Terraform v1.4.0
Bug Description
In Release 1.13.2, the resource aws_codestarconnections_connection fails to be created due to the name exceeding the 32-character limit.
To Reproduce
Apply the following example configuration using the affected version:
Expected behavior
The resource should be created successfully when the name attribute adheres to the 32-character limit.
Related Logs
Error: creating CodeStar Connections Connection (ct-aft-gitlab-selfmanaged-connection): operation error CodeStar connections: CreateConnection, https response error StatusCode: 400, RequestID: ****, api error ValidationException: 1 validation error detected: Value 'ct-aft-gitlab-selfmanaged-connection' at 'connectionName' failed to satisfy constraint: Member must have length less than or equal to 32
Additional context
The name attribute should be updated to a value that is 32 characters or fewer. For example:
Terraform Version & Prov:
AFT Version:
1.13.2
Terraform Version & Provider Versions
terraform version
Bug Description
In Release 1.13.2, the resource aws_codestarconnections_connection fails to be created due to the name exceeding the 32-character limit.
To Reproduce
Apply the following example configuration using the affected version:
Expected behavior
The resource should be created successfully when the name attribute adheres to the 32-character limit.
Related Logs
Additional context
The name attribute should be updated to a value that is 32 characters or fewer. For example:
The text was updated successfully, but these errors were encountered: