Skip to content

Commit

Permalink
fix: Don't put special tags on the DB, added this to the var we pass in
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella committed Dec 17, 2024
1 parent 0ebb1e9 commit 930cba0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ module "database" {

database_key_id = try(module.vault.vault_internal_keys[module.vault.vault_key_map.database].id, null)
identity_ids = module.identity.identity.id
tags = {
"customer-ns" = var.namespace,
"env" = "managed-install"
}
tags = var.tags

depends_on = [module.networking]
}
Expand Down

0 comments on commit 930cba0

Please sign in to comment.