From a53c546d9ac6167d0e0071f518a1708533317e67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 20:05:55 +0000 Subject: [PATCH] chore(deps): update terraform terraform-aws-modules/vpc/aws to ~> 5.10.0 --- 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 be1c824..82423d9 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.9.0" + version = "~> 5.10.0" name = local.vpc_name cidr = local.vpc_cidr