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." }