We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f151a commit a796559Copy full SHA for a796559
code/infra/variables.tf
@@ -65,7 +65,7 @@ variable "function_sku" {
65
nullable = false
66
default = "P0v3"
67
validation {
68
- condition = contains(["F1", "B1", "B2", "B3", "S1", "S2", "S3", "P0v3", "P1v3", "P2v3", "P3v3", "P1mv3", "P2mv3", "P3mv3", "P4mv3", "P5mv3"], var.function_sku)
+ condition = contains(["F1", "B1", "B2", "B3", "S1", "S2", "S3", "P0v3", "P1v3", "P2v3", "P3v3", "P1mv3", "P2mv3", "P3mv3", "P4mv3", "P5mv3", "EP1", "EP2", "EP3"], var.function_sku)
69
error_message = "Please specify a valid sku name."
70
}
71
0 commit comments