You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
variable"tier" {
type=stringdescription="Resource tiers depending on demanding workload. Allowed values are 'premium', 'standard', 'test'. Note, \"test\" does not support deployment slots."default="premium"validation {
condition=contains(["premium", "standard", "test"], var.tier)
error_message="Allowed values for \"tier\" are \"premium\", \"standard\", or \"test\". Note, \"test\" does not support deployment slots."
}
}
The text was updated successfully, but these errors were encountered:
Issue
tier
is required, but is only needed whenapp_service_plan_id
isnull
Affected modules
Current variable definition
The text was updated successfully, but these errors were encountered: