Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mamu0 committed Nov 21, 2024
1 parent f671ae9 commit 43e58a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/domains/eucovidcert/_modules/function_apps/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ locals {

# Region ITN
locals {
itn_location = "italynorth"
itn_location_short = "itn"

vnet_common_name_itn = "io-p-itn-common-vnet-01"
vnet_common_resource_group_name_itn = "io-p-itn-common-rg-01"
vnet_common_name_itn = "${var.project}-${local.itn_location_short}-common-vnet-01"
vnet_common_resource_group_name_itn = "${var.project}-${local.itn_location_short}-common-rg-01"
}

0 comments on commit 43e58a4

Please sign in to comment.