Skip to content

Commit

Permalink
Merge pull request #5 from zoro16/fix/validation-for-server-types
Browse files Browse the repository at this point in the history
fix: validation for server type
  • Loading branch information
zoro16 authored Jun 18, 2024
2 parents 083c688 + cca6a96 commit 44edcb7
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 @@ -51,7 +51,7 @@ variable "server_type" {
validation {
condition = contains(
[
"cx11", "cx21", "cx31", "cx41", "cx51", # Intel
"cx22", "cx32", "cx42", "cx52", # Intel
"cpx11", "cpx21", "cpx31", "cpx41", "cpx51", # AMD
"cax11", "cax21", "cax31", "cax41", # ARM64
"ccx13", "ccx23", "ccx33", "ccx43", "ccx53", "ccx63", # Dedicated AMD
Expand Down

0 comments on commit 44edcb7

Please sign in to comment.