Skip to content

Commit

Permalink
Terraform: Update default configuration for Odin (#520)
Browse files Browse the repository at this point in the history
Same changes as in #510 minus the RC suffix. Just makes it more straightforward for local builds.
  • Loading branch information
cassidyjames authored Aug 4, 2021
1 parent 39a6a67 commit aaaf16b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions etc/terraform.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
ARCH="amd64"

# base codename
BASECODENAME="bionic"
BASECODENAME="focal"

# base version
BASEVERSION="18.04"
BASEVERSION="20.04"

# distribution codename
CODENAME="hera"
CODENAME="odin"

# distribution version
VERSION="5.1"
VERSION="6.0"

# distribution channel
CHANNEL="stable"
Expand All @@ -24,10 +24,10 @@ MIRROR_URL="http://azure.archive.ubuntu.com/ubuntu/"

# use HWE kernel and packages?
HWE_KERNEL="yes"
HWE_X11="yes"
HWE_X11="no"

# use appcenter ppa
INCLUDE_APPCENTER="yes"
INCLUDE_APPCENTER=""

# suffix for generated .iso files
OUTPUT_SUFFIX=""
Expand Down

0 comments on commit aaaf16b

Please sign in to comment.