Skip to content

Commit 41b872c

Browse files
committed
fix(parent_id): adds default value for parent id
1 parent 1427b41 commit 41b872c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/organizational_unit/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ variable "name" {
77
variable "parent_id" {
88
description = "ID of the parent organizational unit, which may be the root."
99
type = string
10+
default = ""
1011
}
1112

1213
variable "tags" {

0 commit comments

Comments
 (0)