terraform-provider-huaweicloud
terraform-provider-huaweicloud copied to clipboard
Cant create huaweicloud_swr_repository with name less than 3 symbols
Terraform Version
Terraform v1.5.7
on linux_amd64
+ provider huaweicloud/huaweicloud v1.62.1
Expected Behavior
huaweicloud_swr_repository with name 'ab' will be created
Actual Behavior
Error: invalid value for name (Only lowercase letters, digits, periods (.), underscores (_), and hyphens (-) are allowed.)
Additional Context
validation.StringLenBetween allow name 'ab' but conflict with validation.StringMatch regexp