Skip to content

Commit

Permalink
feat: (IAC-347) AWS Q4 Tool Version Updates
Browse files Browse the repository at this point in the history
remove git commit change
  • Loading branch information
dhoucgitter committed Sep 26, 2024
1 parent 9b15158 commit d6f3220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG TERRAFORM_VERSION=1.8.5
ARG AWS_CLI_VERSION=2.16.5
FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
ARG TERRAFORM_VERSION=1.9.6
ARG AWS_CLI_VERSION=2.17.58
FROM hashicorp/terraform:$TERRAFORM_VERSION AS terraform

FROM amazon/aws-cli:$AWS_CLI_VERSION
ARG KUBECTL_VERSION=1.29.7
ARG KUBECTL_VERSION=1.29.8

WORKDIR /viya4-iac-aws

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module "vpc" {
# EKS Setup - https://github.com/terraform-aws-modules/terraform-aws-eks
module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "~> 19.0"
version = "~> 20.0"
cluster_name = local.cluster_name
cluster_version = var.kubernetes_version
cluster_enabled_log_types = [] # disable cluster control plan logging
Expand Down

0 comments on commit d6f3220

Please sign in to comment.