Skip to content

Commit

Permalink
use latest ecs ami
Browse files Browse the repository at this point in the history
  • Loading branch information
roylines committed Apr 6, 2016
1 parent 63b4721 commit b8be2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ variable "instance_type" {
}

variable "image_id" {
description = "The AMI to use for ECS container instances"
default = "ami-4fe4852a"
description = "The AMI to use for ECS container instances, see http://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_container_instance.html"
default = "ami-67a3a90d"
}

variable "cluster_min" {
Expand Down

0 comments on commit b8be2fe

Please sign in to comment.