Skip to content

Commit

Permalink
fix: cmk interface default (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored Jan 25, 2024
1 parent 0ae05ba commit 70b3bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/includes/interfaces/int.cmk.schema.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ variable "customer_managed_key" {
key_version = optional(string, null)
user_assigned_identity_resource_id = optional(string, null)
})
default = {}
default = null
}

0 comments on commit 70b3bda

Please sign in to comment.