Skip to content

Commit a796559

Browse files
committed
Update allowed values for variable
1 parent c5f151a commit a796559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/infra/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ variable "function_sku" {
6565
nullable = false
6666
default = "P0v3"
6767
validation {
68-
condition = contains(["F1", "B1", "B2", "B3", "S1", "S2", "S3", "P0v3", "P1v3", "P2v3", "P3v3", "P1mv3", "P2mv3", "P3mv3", "P4mv3", "P5mv3"], var.function_sku)
68+
condition = contains(["F1", "B1", "B2", "B3", "S1", "S2", "S3", "P0v3", "P1v3", "P2v3", "P3v3", "P1mv3", "P2mv3", "P3mv3", "P4mv3", "P5mv3", "EP1", "EP2", "EP3"], var.function_sku)
6969
error_message = "Please specify a valid sku name."
7070
}
7171
}

0 commit comments

Comments
 (0)