Skip to content

Commit

Permalink
Merge pull request #95 from god-dev-team/dependabot/terraform/eks-vpc…
Browse files Browse the repository at this point in the history
…/terraform-aws-modules/vpc/aws-3.13.0

Bump terraform-aws-modules/vpc/aws from 3.12.0 to 3.13.0 in /eks-vpc
  • Loading branch information
timurgaleev authored Mar 17, 2022
2 parents d9966a4 + 99f5f11 commit 8ec6718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-vpc/modules/vpc/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "3.12.0"
version = "3.13.0"

name = "${var.environment}-${var.cluster_name}"

Expand Down

0 comments on commit 8ec6718

Please sign in to comment.