Skip to content

Commit ac6d79c

Browse files
authored
1 parent 7932182 commit ac6d79c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/modules/dashboard/tfdocs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Description: JSON data representing dashboard body. See above for details on how
3232

3333
Type: `string`
3434

35-
Default: `{}`
35+
Default: `"{}"`
3636

3737
### <a name="input_tags"></a> [tags](#input\_tags)
3838

infrastructure/modules/dashboard/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ variable "tags" {
2525

2626
variable "dashboard_properties" {
2727
type = string
28-
default = {}
28+
default = "{}"
2929
description = "JSON data representing dashboard body. See above for details on how to obtain this from the Portal."
3030
}

0 commit comments

Comments
 (0)