From 56b3fb337a33d31c5ddf18abeae44a6b946a4530 Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Fri, 19 Oct 2018 12:54:56 -0400 Subject: [PATCH] fix github repo reference (#5555) --- website/deploy/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/deploy/variables.tf b/website/deploy/variables.tf index 2386d407cf..0f0b2a1399 100644 --- a/website/deploy/variables.tf +++ b/website/deploy/variables.tf @@ -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." }