Bump default ref for Spoke

This commit is contained in:
Dan Buch 2023-01-28 20:41:33 -05:00
parent 2ec76ec2f5
commit 6e40a59bc5
Signed by: meatballhat
GPG Key ID: A12F782281063434

View File

@ -124,7 +124,7 @@ variable "region" {
variable "spoke_version" {
description = "Git ref of MoveOnOrg/Spoke to deploy"
default = "v8.0"
default = "12.3.0"
type = string
}