Fix terraform formatting

This commit is contained in:
Dalton Hubble
2018-06-22 00:28:36 -07:00
parent fb6f40051f
commit 0227014fa0
12 changed files with 23 additions and 21 deletions

View File

@ -1,8 +1,9 @@
locals {
# coreos-stable -> coreos flavor, stable channel
# flatcar-stable -> flatcar flavor, stable channel
flavor = "${element(split("-", var.os_channel), 0)}"
channel = "${element(split("-", var.os_channel), 1)}"
flavor = "${element(split("-", var.os_channel), 0)}"
channel = "${element(split("-", var.os_channel), 1)}"
}
// Container Linux Install profile (from release.core-os.net)