Skip to content

Commit

Permalink
revert to Ubuntu LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Mar 30, 2019
1 parent 4741afa commit e7c7c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module "vm" {
region = "us-east"
type = "g6-standard-1"
deploy_repo = "${var.deploy_repo}"
source_image_id = "linode/ubuntu18.10"
source_image_id = "linode/ubuntu18.04"
ssh_keys = ["${var.ssh_keys}"]
}

Expand Down

0 comments on commit e7c7c22

Please sign in to comment.