Skip to content

Commit

Permalink
DBP-817 add lan_id variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sahassou committed Jun 3, 2024
1 parent ad2abfa commit 2b410c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/ionos-cidr-workaround/variables.tf
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 2b410c8

Please sign in to comment.