vagrant/website/deploy/variables.tf

15 lines
377 B
HCL

variable "name" {
default = "vagrant-www"
description = "Name of the website in slug format."
}
variable "github_repo" {
default = "hashicorp/vagrant"
description = "GitHub repository of the provider in 'org/name' format."
}
variable "github_branch" {
default = "stable-website"
description = "GitHub branch which netlify will continuously deploy."
}