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
Description:
The current version of the Terraform provider exhibits a limitation by not supporting hyphens in Custom Properties configuration. This deviation poses an inconsistency with the expected behavior and functionality.
ValidateFunc: validation.StringMatch(regexp.MustCompile(`^[a-zA-Z]\w{1,128}$`), "custom_properties key must start with a letter and only consist of alphanumeric and underscore characters with no whitespace"),
ValidateFunc: validation.StringMatch(regexp.MustCompile(`^\w{1,256}$`), "custom_properties value can only consist of alphanumeric and underscore characters with no whitespace"),
@greatestusername-splunk can you confirm the requirements of the property values? Hyphens and other special characters are allowed in the UI however are excluded by terraform
Description:
The current version of the Terraform provider exhibits a limitation by not supporting hyphens in Custom Properties configuration. This deviation poses an inconsistency with the expected behavior and functionality.
Additional Information:
terraform-provider-synthetics/synthetics/resource_api_check_v2.go
Line 205 in cd66308
terraform-provider-synthetics/synthetics/resource_api_check_v2.go
Line 210 in cd66308
The text was updated successfully, but these errors were encountered: