From 7017e6c820a8153d0980aeaf23d7fec7c3f562ae Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Mon, 3 Oct 2022 15:28:08 +0200 Subject: [PATCH] Bump module `vshn-lbaas-clouscale` to v3.0.0 This release bumps the module's minimum required Terraform version to 1.3.0. --- lb.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lb.tf b/lb.tf index 1dec75a..1b62b7c 100644 --- a/lb.tf +++ b/lb.tf @@ -1,5 +1,5 @@ module "lb" { - source = "git::https://github.com/appuio/terraform-modules.git//modules/vshn-lbaas-cloudscale?ref=v2.8.0" + source = "git::https://github.com/appuio/terraform-modules.git//modules/vshn-lbaas-cloudscale?ref=v3.0.0" node_name_suffix = local.node_name_suffix cluster_id = var.cluster_id