Skip to content

Commit 8488236

Browse files
authored
Support Amazon Linux 2023 (#330)
1 parent 8142d5f commit 8488236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

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

0 commit comments

Comments
 (0)