Skip to content

Commit

Permalink
CES-460-migrate-iopsteucovidcert fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FasanoBip committed Nov 7, 2024
1 parent db113b3 commit e165ca3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/domains/eucovidcert/_modules/storage_accounts/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ data "azurerm_subnet" "subnet_private_endpoints_itn" {

data "azurerm_monitor_action_group" "status_action_group" {
name = "SLACK IO_STATUS"
resource_group_name = "${local.prefix}-${local.env_short}-rg-common"
resource_group_name = "${local.prefix}-${local.env_short}-rg-common"
}


data "azurerm_monitor_action_group" "operations_action_group" {
name = "IO OPERATIONS"
resource_group_name = "${local.prefix}-${local.env_short}-rg-operations"
resource_group_name = "${local.prefix}-${local.env_short}-rg-operations"
}
8 changes: 4 additions & 4 deletions src/domains/eucovidcert/_modules/storage_accounts/locals.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
###Italy North
locals {
prefix = "io"
env_short = "p"
domain = "eucovidcert"
prefix = "io"
env_short = "p"
domain = "eucovidcert"
instance_number = "01"
itn_environment = {
prefix = local.prefix
env_short = local.env_short
location = var.location
domain = local.domain
instance_number = local.instance_number
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ module "azure_storage_account" {

environment = local.itn_environment
resource_group_name = var.resource_group_name
access_tier = "Hot"
access_tier = "Hot"

subnet_pep_id = data.azurerm_subnet.subnet_pep_itn.id
private_dns_zone_resource_group_name = "${local.prefix}-${local.env_short}-itn-common-rg-01"

subservices_enabled = {
blob = false
file = false
queue = true
table = true
queue = true
table = true
}

force_public_network_access_enabled = true
Expand Down

0 comments on commit e165ca3

Please sign in to comment.