Skip to content

Commit

Permalink
add quote
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyfrances committed May 16, 2024
1 parent 559a43e commit 8588cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ variable "distribution" {
description = "(Required) What is the OS distribution of the instance on which Terraoform Enterprise will be deployed?"
validation {
condition = contains(["rhel", "ubuntu", "amazon-linux-2023"], var.distribution)
error_message = "Supported values for distribution are 'rhel', 'ubuntu' or amazon-linux-2023."
error_message = "Supported values for distribution are 'rhel', 'ubuntu' or 'amazon-linux-2023'."
}
}

Expand Down

0 comments on commit 8588cd7

Please sign in to comment.