kbcz1989
kbcz1989
> inst.ks=hd:fd0:/ks.cfg This will not work on CentOS 8+. I had to revert to http..
@allaboutopensource so, installation finishes or not? Do you see the IP address in VSphere? Can you connect manually to that IP from packer IP?
That sounds like a network problem. If you install the machine manually and set the same ip, can you then ping/telnet from packer machine?
Hello. This seems to be working for me: ```bash cat ~/.terraformrc plugin_cache_dir = "$HOME/.terraform.d/plugin-cache" ``` ```bash git clone repo cd repo/subfolder TF_CLI_CONFIG_FILE="/dev/null" terragrunt providers lock -platform=windows_amd64 -platform=darwin_amd64 -platform=darwin_arm64 -platform=linux_amd64 ```...
Hello @mforeman19 and others, here's the hackishism I would shamefully use in this case: ```hcl locals { list_object_a_enabled = true list_object_a = tolist([ { id = "a" enabled = true...
Any chance to get some movement here @paloalto?
@samcoe Seems like "signing keys" cannot be deleted:  
Seems to be failing with any to* function, like tomap, tolist.
We are using following permissions: 
can confirm. VGA block does not get imported into state at all. ```shell terraform show -json | jq '.values.root_module.resources[] | select(.address == "proxmox_virtual_environment_vm.this").values.vga' [] ```