Correct the type declaration on spoke_version

This commit is contained in:
Dan Buch 2020-03-04 20:49:09 -05:00
parent 7a89a522cc
commit 20c4b99023
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

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" {