Skip to content

Commit

Permalink
pushing upstream module to the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed May 25, 2021
1 parent 6a9b360 commit 7c3cffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/eks/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ EOT

module "cluster" {
source = "terraform-aws-modules/eks/aws"
version = "16.1.0"
version = "16.2.0"

cluster_create_timeout = "30m"
cluster_delete_timeout = "30m"
Expand Down
2 changes: 1 addition & 1 deletion modules/vpc-and-vpn/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
local = "2.0.0"
null = "3.0.0"
aws = "3.19.0"
aws = "3.37.0"
external = "2.0.0"
}
}
Expand Down

0 comments on commit 7c3cffd

Please sign in to comment.