mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-27 03:51:20 -05:00
14 lines
363 B
HCL
14 lines
363 B
HCL
variable "name" {
|
|
default = "packer-www"
|
|
description = "Name of the website in slug format."
|
|
}
|
|
|
|
variable "github_repo" {
|
|
default = "hashicorp/packer"
|
|
description = "GitHub repository of the provider in 'org/name' format."
|
|
}
|
|
|
|
variable "github_branch" {
|
|
default = "stable-website"
|
|
description = "GitHub branch which netlify will continuously deploy."
|
|
}
|