We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514858c commit c410e02Copy full SHA for c410e02
src/0_entra/01_tags.tf
@@ -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
@@ -14,4 +14,5 @@ module "argocd_entra" {
14
argocd_service_account_name = local.argocd_service_account_name
15
key_vault_id = data.azurerm_key_vault.kv_core_ita.id
16
17
+ tags = module.tag_config.tags
18
}
0 commit comments