We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a9f2b commit 4834881Copy full SHA for 4834881
infra/variables.tf
@@ -267,7 +267,7 @@ variable "enrichmentAppServicePlanName" {
267
variable "enrichmentAppServiceSkuSize" {
268
description = "The size of the app service plan for the enrichment service. Must match with the tier value in enrichmentAppServiceSkuTier."
269
type = string
270
- default = "P1v3"
+ default = "P2v3"
271
}
272
273
variable "enrichmentAppServiceSkuTier" {
0 commit comments