Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from Smana/renovate/terraform-aws-modules-vpc-…
Browse files Browse the repository at this point in the history
…aws-5.x

Update Terraform terraform-aws-modules/vpc/aws to v5
  • Loading branch information
Smana authored Dec 27, 2023
2 parents d32bbcd + 914936d commit 8cc3a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/eks/network.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "~> 4.0"
version = "~> 5.0"

name = "vpc-${var.region}-${var.env}"
cidr = var.vpc_cidr
Expand Down

0 comments on commit 8cc3a80

Please sign in to comment.