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
The regex validation on the topic field does not work for single-character topics (e.g. the letter "a" or "c")
Terraform Configuration Files
resource"github_repository""repo" {
name="Test"description="Single Letter topics will fail"topics=[
"a"
]
Expected Behavior
Plan should succeed
Actual Behavior
Plan fails, with error:
Error: invalid value for topics.0 (must include only lowercase alphanumeric characters or hyphens and cannot start with a hyphen and consist of 35 characters or less)
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Terraform Version
0.13.7
Affected Resource(s)
Please list the resources as a list, for example:
The regex validation on the topic field does not work for single-character topics (e.g. the letter "a" or "c")
Terraform Configuration Files
Expected Behavior
Plan should succeed
Actual Behavior
Plan fails, with error:
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
https://regex101.com/r/vdLOLS/2
The text was updated successfully, but these errors were encountered: