x86_64 to amd64 to match Vagrant arch names
This commit is contained in:
@@ -10,7 +10,7 @@ variable "distro" {
|
||||
|
||||
variable "arch" {
|
||||
type = string
|
||||
default = "x86_64"
|
||||
default = "amd64"
|
||||
}
|
||||
|
||||
variable "version" {
|
||||
|
||||
Reference in New Issue
Block a user