Skip to content

Commit

Permalink
chore(deps): update terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent f5a2a99 commit 04a6b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/terraform/eks.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "~> 19.16"
version = "~> 20.0"

cluster_name = var.cluster_name
cluster_version = var.cluster_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data "aws_subnets" "private_sg_rds" {

module "catalog_mysql" {
source = "terraform-aws-modules/rds/aws"
version = "5.9.0"
version = "6.5.5"

identifier = "${var.eks_cluster_id}-catalog"

Expand Down

0 comments on commit 04a6b68

Please sign in to comment.