Skip to content

Commit 47f842e

Browse files
authored
fix: added tags
1 parent e888619 commit 47f842e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ resource "azurerm_mssql_database" "this" {
1111
create_mode = lookup(each.value, "create_mode", var.default_create_mode)
1212
creation_source_database_id = lookup(each.value, "creation_source_database_id", var.default_creation_source_database_id)
1313
storage_account_type = var.storage_account_type == "ZRS" ? "Zone" : "Geo"
14+
tags = var.tags
1415

1516
short_term_retention_policy {
1617
retention_days = lookup(each.value, "retention_days", var.default_retention_days)

0 commit comments

Comments
 (0)