Skip to content

Commit 70b3bda

Browse files
authored
fix: cmk interface default (#536)
1 parent 0ae05ba commit 70b3bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/static/includes/interfaces/int.cmk.schema.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ variable "customer_managed_key" {
55
key_version = optional(string, null)
66
user_assigned_identity_resource_id = optional(string, null)
77
})
8-
default = {}
8+
default = null
99
}

0 commit comments

Comments
 (0)