Correct the type declaration on spoke_version

main
Dan Buch 4 years ago
parent 7a89a522cc
commit 20c4b99023
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

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

Loading…
Cancel
Save