Skip to content

Commit

Permalink
[IOPLT-807] Update Azure Tags of Core module resources (#1375)
Browse files Browse the repository at this point in the history
Co-authored-by: Krusty93 <[email protected]>
  • Loading branch information
Krusty93 and Krusty93 authored Jan 9, 2025
1 parent 55e396b commit 6d82a6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions src/core/prod/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ locals {
secondary_project = "${local.prefix}-${local.env_short}-${local.location_short.germanywestcentral}"

tags = {
CostCenter = "TS310 - PAGAMENTI & SERVIZI"
CreatedBy = "Terraform"
Environment = "Prod"
Owner = "IO"
Source = "https://github.com/pagopa/io-infra/blob/main/src/core/prod"
CostCenter = "TS000 - Tecnologia e Servizi"
CreatedBy = "Terraform"
Environment = "Prod"
BusinessUnit = "App IO"
Source = "https://github.com/pagopa/io-infra/blob/main/src/core/prod"
ManagementTeam = "IO Platform"
}

# TODO: edit this block when resource groups module is implemented
Expand Down
2 changes: 1 addition & 1 deletion src/core/prod/westeurope.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module "networking_weu" {
ng_ips_number = 2
ng_ippres_number = 0

tags = merge(local.tags, { Source = "https://github.com/pagopa/io-infra" })
tags = local.tags
}

module "vnet_peering_weu" {
Expand Down

0 comments on commit 6d82a6e

Please sign in to comment.