Skip to content

Commit

Permalink
bumb os version (#94)
Browse files Browse the repository at this point in the history
added new version strings for CentOS and RHEL
  • Loading branch information
strixBE authored and metacpp committed Apr 3, 2019
1 parent dbe0daa commit 1046ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions os/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ variable "standard_os" {
default = {
"UbuntuServer" = "Canonical,UbuntuServer,16.04-LTS"
"WindowsServer" = "MicrosoftWindowsServer,WindowsServer,2016-Datacenter"
"RHEL" = "RedHat,RHEL,7.3"
"RHEL" = "RedHat,RHEL,7.5"
"openSUSE-Leap" = "SUSE,openSUSE-Leap,42.2"
"CentOS" = "OpenLogic,CentOS,7.3"
"CentOS" = "OpenLogic,CentOS,7.6"
"Debian" = "credativ,Debian,8"
"CoreOS" = "CoreOS,CoreOS,Stable"
"SLES" = "SUSE,SLES,12-SP2"
Expand Down

0 comments on commit 1046ed6

Please sign in to comment.