Skip to content

Commit c410e02

Browse files
committed
added tags to argocd entra apps
1 parent 514858c commit c410e02

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/0_entra/01_tags.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module "tag_config" {
2+
source = "../tag_config"
3+
domain = var.domain
4+
environment = var.env
5+
}

src/0_entra/10_argocd_entra.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ module "argocd_entra" {
1414
argocd_service_account_name = local.argocd_service_account_name
1515
key_vault_id = data.azurerm_key_vault.kv_core_ita.id
1616

17+
tags = module.tag_config.tags
1718
}

0 commit comments

Comments
 (0)