Skip to content

Commit 8588cd7

Browse files
committed
add quote
1 parent 559a43e commit 8588cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ variable "distribution" {
5656
description = "(Required) What is the OS distribution of the instance on which Terraoform Enterprise will be deployed?"
5757
validation {
5858
condition = contains(["rhel", "ubuntu", "amazon-linux-2023"], var.distribution)
59-
error_message = "Supported values for distribution are 'rhel', 'ubuntu' or amazon-linux-2023."
59+
error_message = "Supported values for distribution are 'rhel', 'ubuntu' or 'amazon-linux-2023'."
6060
}
6161
}
6262

0 commit comments

Comments
 (0)