From d6f3220c3491a8291cf75188f5bd11b1e8e19a53 Mon Sep 17 00:00:00 2001 From: "David.Houck" Date: Thu, 26 Sep 2024 11:01:18 -0400 Subject: [PATCH] feat: (IAC-347) AWS Q4 Tool Version Updates remove git commit change --- Dockerfile | 8 ++++---- main.tf | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9af72d9..3a41d036 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/main.tf b/main.tf index 19ae41c1..32ec24b1 100755 --- a/main.tf +++ b/main.tf @@ -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