Correct the type declaration on spoke_version

This commit is contained in:
2020-03-04 20:49:09 -05:00
parent 7a89a522cc
commit 20c4b99023

View File

@@ -105,7 +105,7 @@ variable "region" {
variable "spoke_version" {
description = "Git ref of MoveOnOrg/Spoke to deploy"
default = "v5.2"
type = "string"
type = string
}
variable "ssh_keys" {