Skip to content

Commit

Permalink
update ecs deploy version in terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Jul 17, 2024
1 parent a3e9633 commit 6cad1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variable "ecs_deploy_image" {

variable "ecs_deploy_version" {
description = "ecs deploy version"
default = "v1.0.42"
default = "v1.0.43"
}

variable "ecs_deploy_debug" {
Expand Down

0 comments on commit 6cad1a8

Please sign in to comment.