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
Failed with Error : Access Is Denied init.log
I have attached the debug logs
Terraform v1.9.5 on windows_386
terraform { required_providers { virtualbox = { source = "terra-farm/virtualbox" version = "0.2.2-alpha.1" } } } resource "virtualbox_vm" "node" { count = 1 name = format("node-%02d", count.index + 1) image = "https://app.vagrantup.com/ubuntu/boxes/bionic64/versions/20210916.0.0/providers/virtualbox.box" cpus = 2 memory = "4096 mib" #user_data = file("user_data") network_adapter { type = "hostonly" host_interface = "vboxnet0" } } output "IPAddr" { value = element(virtualbox_vm.node.*.network_adapter.0.ipv4_address, 1) } output "IPAddr_2" { value = element(virtualbox_vm.node.*.network_adapter.0.ipv4_address, 2) } ```
The text was updated successfully, but these errors were encountered:
VoyTechnology
No branches or pull requests
Terraform init
Failed with Error : Access Is Denied
init.log
I have attached the debug logs
Terraform Version
Terraform v1.9.5
on windows_386
Virtualbox Provider version
The text was updated successfully, but these errors were encountered: