Skip to content

Commit 5b84fe9

Browse files
committed
Set distro default
1 parent e4899f3 commit 5b84fe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ variable "ami_version_ecs" {
2121
}
2222

2323
variable "ami_version_ubuntu" {
24-
description = "Ubuntu version to get"
24+
description = "Ubuntu version to get. Default is 16.04"
2525
default = "xenial-16.04"
2626
}
2727

2828
variable "distribution" {
2929
description = "Linux distribution for AWS AMI, supported: amazonlinux, ecs, ubuntu"
30+
default = "amazonlinux"
3031
}

0 commit comments

Comments
 (0)