From 2b410c8b5460f036500750b5d6c7fa06c3bd0b18 Mon Sep 17 00:00:00 2001 From: Salima Hassouni Date: Mon, 3 Jun 2024 13:45:04 +0000 Subject: [PATCH] DBP-817 add lan_id variable --- modules/ionos-cidr-workaround/variables.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ionos-cidr-workaround/variables.tf b/modules/ionos-cidr-workaround/variables.tf index f3b278f..145b481 100644 --- a/modules/ionos-cidr-workaround/variables.tf +++ b/modules/ionos-cidr-workaround/variables.tf @@ -1,4 +1,8 @@ variable "k8s_cluster_id" { type = string description = "UUID of the Kubernetes cluster that the LAN is in" +} +variable "lan_id" { + type = string + description = "ID of the LAN whose IP we want to get" } \ No newline at end of file