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
Error: Invalid validation error message
│
│ on .terraform/modules/bedrock/variables.tf line 509, in variable "kb_log_group_retention_in_days":
│ 509: error_message = "The provided retention period is not a valid CloudWatch logs retention period"
│
│ The validation error message must be at least one full sentence starting with an uppercase letter and ending with a period or question mark.
Running into this error:
Error: Invalid validation error message
│
│ on .terraform/modules/bedrock/variables.tf line 509, in variable "kb_log_group_retention_in_days":
│ 509: error_message = "The provided retention period is not a valid CloudWatch logs retention period"
│
│ The validation error message must be at least one full sentence starting with an uppercase letter and ending with a period or question mark.
Looking into branch with tag 0.0.5 (https://github.com/aws-ia/terraform-aws-bedrock/blob/v0.0.5/variables.tf) I see the variable:
The error_message (line 509) text requires a '.' at the end.
The text was updated successfully, but these errors were encountered: