From 20c4b99023b86a504e45f31fdc50bfb32ca94e0a Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 4 Mar 2020 20:49:09 -0500 Subject: [PATCH] Correct the type declaration on spoke_version --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index caf843b..3babf1b 100644 --- a/main.tf +++ b/main.tf @@ -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" {