From 0736bea005e4c8a8e16fa8ebfdd472a5f2fe75e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:09:06 +0000 Subject: [PATCH] chore(deps): update terraform github.com/isovalent/terraform-aws-vpc to v1.10 Signed-off-by: renovate[bot] --- example/01-vpc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/01-vpc.tf b/example/01-vpc.tf index 25c3218..09ef57e 100644 --- a/example/01-vpc.tf +++ b/example/01-vpc.tf @@ -5,7 +5,7 @@ resource "random_id" "cluster" { } module "vpc" { - source = "git::https://github.com/isovalent/terraform-aws-vpc.git?ref=v1.9" + source = "git::https://github.com/isovalent/terraform-aws-vpc.git?ref=v1.10" cidr = var.vpc_cidr name = "${var.cluster_name}-${random_id.cluster.dec}"