Skip to content

v0.45.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 01 Dec 04:06
7caab4b

πŸš€ Enhancements

Turn tenancy validation message into English prose @irl (#144)

Adds a period at the end of the error message.

what

A single character change to make this into English prose.

why

β•·
β”‚ Error: Invalid validation error message
β”‚ 
β”‚   on .terraform/modules/instance/variables.tf line 378, in variable "tenancy":
β”‚  378:     error_message = "Tenancy field can only be one of default, dedicated, host"
β”‚ 
β”‚ The validation error message must be at least one full sentence starting with an uppercase letter and ending with a period or question mark.
β”‚ 
β”‚ Your given message will be included as part of a larger Terraform error message, written as English prose. For broadly-shared modules we suggest using a similar writing style so that the overall result will be consistent.
β•΅