x86_64 to amd64 to match Vagrant arch names

This commit is contained in:
Greg Hellings
2023-11-27 21:00:35 -06:00
parent 997880276d
commit d472bf08d5
41 changed files with 99 additions and 75 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ variable "distro" {
variable "arch" {
type = string
default = "x86_64"
default = "amd64"
}
variable "version" {