Skip to content

Commit

Permalink
Merge pull request #25 from isovalent/pr/philip/update_upstream_module
Browse files Browse the repository at this point in the history
Upgraded upstream module from 3.18.1 to 5.0.0
  • Loading branch information
darox committed Jul 3, 2023
2 parents 5a65aba + af950ba commit 4c78244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data "aws_availability_zones" "available" {
// The VPC itself, as well as main subnets.
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "3.18.1"
version = "5.0.0"

azs = data.aws_availability_zones.available.names // Use all availability zones.
cidr = var.cidr // Use the CIDR specified as a variable.
Expand Down

0 comments on commit 4c78244

Please sign in to comment.