kbcz1989

Results 19 comments of 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: ![image](https://github.com/cli/cli/assets/58665245/6a98f819-fd51-4368-9989-d541152ab613) ![image](https://github.com/cli/cli/assets/58665245/4cd97aad-bb23-40b3-aa55-421029affca0)

Seems to be failing with any to* function, like tomap, tolist.

We are using following permissions: ![image](https://github.com/hashicorp/terraform-provider-azuread/assets/58665245/e647027d-5540-4f0e-bf90-1fdaba042984)

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' [] ```