github.phpd.cn/hashicorp/packer@v1.3.2/website/deploy/variables.tf (about)

     1  variable "name" {
     2    default = "packer-www"
     3    description = "Name of the website in slug format."
     4  }
     5  
     6  variable "github_repo" {
     7    default = "hashicorp/packer"
     8    description = "GitHub repository of the provider in 'org/name' format."
     9  }
    10  
    11  variable "github_branch" {
    12    default = "stable-website"
    13    description = "GitHub branch which netlify will continuously deploy."
    14  }