Terraform variables: list Erlang 21.1 and 21.2

This commit is contained in:
Michael Klishin 2018-12-24 20:27:49 +03:00
parent 762d7c5e4d
commit e180f545c1
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ variable "erlang_version_to_system" {
"20.2" = "debian-stretch"
"20.3" = "debian-stretch"
"21.0" = "debian-stretch"
"21.1" = "debian-stretch"
"21.2" = "debian-stretch"
"22.0" = "debian-stretch"
}
}