Skip to content

Commit

Permalink
Update default instance_ami in aws_ec2_ebs_docker_host module.
Browse files Browse the repository at this point in the history
  • Loading branch information
jareware committed Oct 29, 2020
1 parent 25715e6 commit 4bb0c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_ec2_ebs_docker_host/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ variable "instance_type" {

variable "instance_ami" {
description = "See https://cloud-images.ubuntu.com/locator/ec2/ for options"
default = "ami-0dad359ff462124ca" # i.e. 20.04 LTS on eu-west-1; see https://cloud-images.ubuntu.com/locator/ec2/
default = "ami-0c4c42893066a139e" # Ubuntu 20.04 LTS (eu-west-1, amd64, hvm:ebs-ssd, 2020-09-24)
}

variable "ssh_private_key_path" {
Expand Down

0 comments on commit 4bb0c8c

Please sign in to comment.