Skip to content

Commit

Permalink
Merge pull request #259 from ministryofjustice/dependabot/terraform/t…
Browse files Browse the repository at this point in the history
…erraform-aws-modules/vpc/aws-5.8.1

Bump terraform-aws-modules/vpc/aws from 5.1.1 to 5.8.1
  • Loading branch information
laurentb4 authored Jun 11, 2024
2 parents cf65a10 + 04c1c2e commit 8a30c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.1.1"
version = "5.8.1"

name = var.prefix
cidr = var.cidr
Expand Down

0 comments on commit 8a30c13

Please sign in to comment.