Skip to content

Commit

Permalink
Update terraform-aws-modules/vpc/aws requirement from ~> 3.18.1 to ~>…
Browse files Browse the repository at this point in the history
… 3.19.0

Updates the requirements on [terraform-aws-modules/vpc/aws](https://github.com/terraform-aws-modules/terraform-aws-vpc) to permit the latest version.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-vpc/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-vpc@v3.18.1...v3.19.0)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/vpc/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2023
1 parent c51c3d6 commit e7baf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data "aws_availability_zones" "available" {}

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "~> 3.18.1"
version = "~> 3.19.0"

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

0 comments on commit e7baf00

Please sign in to comment.