mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-30 17:58:32 +00:00
Fix image
This commit is contained in:
@@ -31,7 +31,7 @@ build {
|
||||
provisioner "shell" {
|
||||
inline = [
|
||||
"apt-get install -y wget",
|
||||
"wget -O /tmp/openstack.tar.gz ${local.image}",
|
||||
"wget -O /tmp/talos.tar.gz ${local.image}",
|
||||
"tar xOzf /tmp/talos.tar.gz | dd of=/dev/sda && sync",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user