diff --git a/ec2-worker/variables.tf b/ec2-worker/variables.tf index acf0747..0f2416d 100644 --- a/ec2-worker/variables.tf +++ b/ec2-worker/variables.tf @@ -107,7 +107,7 @@ variable "concourse_worker_instance_count" { variable "concourse_version" { description = "Concourse CI version to use. Defaults to the latest tested version" - default = "5.4.1" + default = "5.5.1" type = string } diff --git a/ecs-web/variables.tf b/ecs-web/variables.tf index edf3403..3587a5c 100644 --- a/ecs-web/variables.tf +++ b/ecs-web/variables.tf @@ -27,7 +27,7 @@ variable "concourse_docker_image" { variable "concourse_version" { description = "Concourse CI version to use. Defaults to the latest tested version" - default = "5.4.1" + default = "5.5.1" type = string }