Skip to content

Commit 8bd5ba6

Browse files
authored
fix: added tags to vars
1 parent 47f842e commit 8bd5ba6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ variable "server_fqdn" {
88
description = "FQDN of Azure SQL Server"
99
}
1010

11+
variable "tags" {
12+
type = map(string)
13+
description = "tags for resources"
14+
default = {}
15+
}
16+
1117
variable "default_collation" {
1218
type = string
1319
description = "Specifies the collation of the database"

0 commit comments

Comments
 (0)