Skip to content

Commit

Permalink
Deploy v1.4.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Withers authored Dec 7, 2020
1 parent 0425bc2 commit 7f3c222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/ecs-task-definition.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ data "aws_ecr_repository" "nginx" {
}

variable "nginx_tag" {
default = "20a37244741c7b6b5833e43b3eb70bb678c38fb0"
default = "v1.4.0"
}

variable "response_tag"{
default = "20a37244741c7b6b5833e43b3eb70bb678c38fb0"
default = "v1.4.0"
}

locals {
Expand Down

0 comments on commit 7f3c222

Please sign in to comment.