Skip to content

Commit

Permalink
build(deps): bump terraform-aws-modules/vpc/aws in /examples/basic (#120
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 4d9828a commit 6c5b49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.13.0"
version = "5.16.0"

name = "${local.name}-vpc"
cidr = local.vpc_cidr
Expand Down

0 comments on commit 6c5b49d

Please sign in to comment.