From 70b3bdaaf82fdfbddec78b6e26c55327cb9f269a Mon Sep 17 00:00:00 2001 From: Matt White <16320656+matt-FFFFFF@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:17:01 +0000 Subject: [PATCH] fix: cmk interface default (#536) --- docs/static/includes/interfaces/int.cmk.schema.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/includes/interfaces/int.cmk.schema.tf b/docs/static/includes/interfaces/int.cmk.schema.tf index 3996e0652..7b2ca61e3 100644 --- a/docs/static/includes/interfaces/int.cmk.schema.tf +++ b/docs/static/includes/interfaces/int.cmk.schema.tf @@ -5,5 +5,5 @@ variable "customer_managed_key" { key_version = optional(string, null) user_assigned_identity_resource_id = optional(string, null) }) - default = {} + default = null }