Skip to content

Commit

Permalink
fixed plan name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldisaro committed Sep 5, 2023
1 parent 93baee1 commit 16a929a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/citizen-auth-app/04_fims.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ module "appservice_fims_plus" {

# App service plan
plan_type = "internal"
plan_name = format("%s-plan-fims", local.project)
plan_name = format("%s-plan-fims-plus", local.project)
plan_reserved = true # Mandatory for Linux plan
plan_kind = "Linux"
plan_sku_tier = var.fims_plan_sku_tier
Expand Down

0 comments on commit 16a929a

Please sign in to comment.