Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/vpc/aws to ~> 5.1…
Browse files Browse the repository at this point in the history
…6.0 (#214)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent a28ee71 commit e97b4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws-example-vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e97b4ef

Please sign in to comment.