From e97b4ef368d7f805820463303197718baba61ca9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:12:20 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/vpc/aws to ~> 5.16.0 (#214) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- modules/aws-example-vpc/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws-example-vpc/main.tf b/modules/aws-example-vpc/main.tf index b1d0fc7..2bc05bb 100644 --- a/modules/aws-example-vpc/main.tf +++ b/modules/aws-example-vpc/main.tf @@ -51,7 +51,7 @@ resource "aws_eip" "nat" { module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "~> 5.15.0" + version = "~> 5.16.0" name = local.vpc_name cidr = local.vpc_cidr