Skip to content

Commit

Permalink
Change swap conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickEvers committed Jul 9, 2024
1 parent b8c09c4 commit 8defd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ionos-mongodb-cluster/cidr-workaround.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "cidr_workaround" {
count = var.ip_prefix == null ? 1 : 0
count = var.k8s_cluster_id == null ? 0 : 1
source = "../../modules/ionos-cidr-workaround"
k8s_cluster_id = var.k8s_cluster_id
lan_id = var.lan_id
Expand Down

0 comments on commit 8defd6c

Please sign in to comment.