Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/vpc/aws to ~> 5.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 2ffaf5f commit 4334b95
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.14.0"
version = "~> 5.15.0"

name = local.vpc_name
cidr = local.vpc_cidr
Expand Down

0 comments on commit 4334b95

Please sign in to comment.