Skip to content

Commit 5837840

Browse files
authored
fix: dashboards and workbooks vars
1 parent d442eff commit 5837840

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

variables.tf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,15 @@ variable "purviews" {
150150
description = "Set of unique strings to create Purviews full names"
151151
default = []
152152
}
153+
154+
variable "dashboards" {
155+
type = set(string)
156+
description = "Set of unique strings to create Dashboards full names"
157+
default = []
158+
}
159+
160+
variable "workbooks" {
161+
type = set(string)
162+
description = "Set of unique strings to create Workbooks full names"
163+
default = []
164+
}

0 commit comments

Comments
 (0)