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:
Same issue here. As stated above, the name must be < 32 characters. Reducing the length of the name will allow us to use gitlab self-managed with AFT. Any update as to when this can be addressed? Forced to fork it for now, as a workaround.
Any update on this? This is basically making it impossible to use the official module with self managed GitLab. We have to fork the repo and modify the connection name to be shorter than the 32 limit.
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: