From c7a216ec6feeb86705fe3ca46c6707514f3250e6 Mon Sep 17 00:00:00 2001 From: Raul A Dominguez Date: Thu, 7 Jul 2022 16:55:40 -0500 Subject: [PATCH] bump Jenkins version to 2.346.1 and swarm to 3.33 --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 7e951ed..06fcaec 100644 --- a/variables.tf +++ b/variables.tf @@ -130,7 +130,7 @@ variable "instance_type" { variable "jenkins_version" { description = "The version number of Jenkins to use on the master. Change this value when a new version comes out, and it will update the launch configuration and the autoscaling group." type = string - default = "2.332.3" + default = "2.346.1" } variable "key_name" { @@ -202,7 +202,7 @@ variable "ssm_parameter" { variable "swarm_version" { description = "The version of swarm plugin to install on the agents. Update by updating this value." type = string - default = "3.32" + default = "3.33" } variable "tags" {