Correct the type declaration on spoke_version
This commit is contained in:
parent
7a89a522cc
commit
20c4b99023
2
main.tf
2
main.tf
@ -105,7 +105,7 @@ variable "region" {
|
|||||||
variable "spoke_version" {
|
variable "spoke_version" {
|
||||||
description = "Git ref of MoveOnOrg/Spoke to deploy"
|
description = "Git ref of MoveOnOrg/Spoke to deploy"
|
||||||
default = "v5.2"
|
default = "v5.2"
|
||||||
type = "string"
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "ssh_keys" {
|
variable "ssh_keys" {
|
||||||
|
Loading…
Reference in New Issue
Block a user