Skip to content

Commit

Permalink
update the ecs image to amzn-ami-2018.03.20200723-amazon-ecs-optimize…
Browse files Browse the repository at this point in the history
…d, the ebs one should not be used

(cherry picked from commit e797c96)

# Conflicts:
#	setup/module/api/core.tf
  • Loading branch information
victor committed Jul 29, 2020
1 parent 61ed91d commit aed59d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/module/api/core.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ data "aws_ami" "linux" {

filter {
name = "name"
values = ["amzn-ami-2017.09.d-amazon-ecs-optimized"]
values = ["amzn-ami-2018.03.20200723-amazon-ecs-optimized"]
}
}

Expand Down

0 comments on commit aed59d3

Please sign in to comment.