Skip to content

Commit 4834881

Browse files
committed
chore: Update default value for enrichmentAppServiceSkuSize in variables.tf
1 parent 47a9f2b commit 4834881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ variable "enrichmentAppServicePlanName" {
267267
variable "enrichmentAppServiceSkuSize" {
268268
description = "The size of the app service plan for the enrichment service. Must match with the tier value in enrichmentAppServiceSkuTier."
269269
type = string
270-
default = "P1v3"
270+
default = "P2v3"
271271
}
272272

273273
variable "enrichmentAppServiceSkuTier" {

0 commit comments

Comments
 (0)