Skip to content

Commit a9b063d

Browse files
authored
fix: Forgot default value of vault_roles_extra_statements in #8 (#9)
1 parent 529c79d commit a9b063d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variables.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ variable "vault_roles_extra_statements" {
4141
all-privileges = optional(list(string)),
4242
read-only = optional(list(string)),
4343
})
44+
45+
default = {}
4446
}

0 commit comments

Comments
 (0)