Skip to content

Commit

Permalink
Merge pull request #70 from Digital-Defiance/dependabot/terraform/k8s…
Browse files Browse the repository at this point in the history
…/terraform-aws-modules/vpc/aws-5.13.0

build(deps): bump terraform-aws-modules/vpc/aws from 5.8.1 to 5.13.0 in /k8s
  • Loading branch information
RuiFilipeCampos authored Aug 27, 2024
2 parents c0413e3 + e576c96 commit cb6cbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data "aws_availability_zones" "available" {

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

name = "cloud-dev-infra"

Expand Down

0 comments on commit cb6cbd9

Please sign in to comment.