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 Nov 9, 2024
1 parent d72c869 commit b9fe632
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 20 deletions.
47 changes: 30 additions & 17 deletions aws/.terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aws_availability_zones" "available" {}

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "~> 5.13.0"
version = "~> 5.15.0"

name = "${var.cluster_name}-vpc"
cidr = local.vpc_cidr
Expand All @@ -65,7 +65,7 @@ module "vpc" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "20.24.2"
version = "20.29.0"

cluster_name = var.cluster_name
cluster_version = var.cluster_version
Expand Down
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.69.0"
version = "~> 5.75.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit b9fe632

Please sign in to comment.