fix github repo reference (#5555)

This commit is contained in:
Jeff Escalante 2018-10-19 12:54:56 -04:00 committed by Mitchell Hashimoto
parent a43e292424
commit 56b3fb337a

View File

@ -4,7 +4,7 @@ variable "name" {
}
variable "github_repo" {
default = "hashicorp/packer"
default = "hashicorp/vault"
description = "GitHub repository of the provider in 'org/name' format."
}