We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
had tried below cases but both fails image = "/d/software/OS/CentOS-Stream-Vagrant-8-latest.x86_64.vagrant-virtualbox.box"
image = "/d/software/OS/CentOS-Stream-Vagrant-8-latest.x86_64.vagrant-virtualbox.box"
image = "D:\\software\\OS\\CentOS-Stream-Vagrant-8-latest.x86_64.vagrant-virtualbox.box"
resource "virtualbox_vm" "node" { count = 1 name = format("node-%02d", count.index + 1) image = ??? cpus = 1 memory = "512 mib" # user_data = file("${path.module}/user_data") network_adapter { type = "hostonly" host_interface = "vboxnet1" } }
The text was updated successfully, but these errors were encountered:
VoyTechnology
No branches or pull requests
had tried below cases but both fails
image = "/d/software/OS/CentOS-Stream-Vagrant-8-latest.x86_64.vagrant-virtualbox.box"
image = "D:\\software\\OS\\CentOS-Stream-Vagrant-8-latest.x86_64.vagrant-virtualbox.box"
The text was updated successfully, but these errors were encountered: