Skip to content

Commit

Permalink
chore(deps): update terraform-aws
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent efcc53a commit b41cbde
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 61 deletions.
60 changes: 30 additions & 30 deletions aws/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module "vpc" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "20.31.6"
version = "20.33.0"

cluster_name = var.cluster_name
cluster_version = var.cluster_version
Expand Down
58 changes: 29 additions & 29 deletions aws/shared-state/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.82.0"
version = "~> 5.84.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit b41cbde

Please sign in to comment.