From 97b19074a3dba755e406ed9c739f89233c558b73 Mon Sep 17 00:00:00 2001 From: bruzzechesse Date: Fri, 13 Dec 2024 16:01:10 +0100 Subject: [PATCH] fix --- modules/cloud-config-container/bindplane/variables.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/cloud-config-container/bindplane/variables.tf b/modules/cloud-config-container/bindplane/variables.tf index 07139a75ee..39856f4585 100644 --- a/modules/cloud-config-container/bindplane/variables.tf +++ b/modules/cloud-config-container/bindplane/variables.tf @@ -26,11 +26,6 @@ variable "bindplane_config" { nullable = false } -variable "bindplane_license" { - description = "BindPlane License." - type = string -} - variable "cloud_config" { description = "Cloud config template path. If null default will be used." type = string