Skip to content

Commit af50532

Browse files
chore(deps): update terraform (major) (#923)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa81337 commit af50532

File tree

2 files changed

+2
-2
lines changed
  • cluster/terraform
  • manifests/modules/networking/securitygroups-for-pods/.workshop/terraform/preprovision

2 files changed

+2
-2
lines changed

cluster/terraform/eks.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "eks" {
22
source = "terraform-aws-modules/eks/aws"
3-
version = "~> 19.16"
3+
version = "~> 20.0"
44

55
cluster_name = var.cluster_name
66
cluster_version = var.cluster_version

manifests/modules/networking/securitygroups-for-pods/.workshop/terraform/preprovision/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ data "aws_subnets" "private_sg_rds" {
1919

2020
module "catalog_mysql" {
2121
source = "terraform-aws-modules/rds/aws"
22-
version = "5.9.0"
22+
version = "6.5.5"
2323

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

0 commit comments

Comments
 (0)