Replies: 1 comment 5 replies
-
Hi @kalisteel 👋🏼 Could you provide a bit more detail about the flow that led to this result?
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Terraform change bios on "seabios" but I need "ovmf"
Plan terraform:
main.tf
Mine provider
I can't change bios on virtual machine, because I don't want to lose the data on it.I'm moving the VM from Vsphere(ESXi)
I'm try change the code in module and add string: bios = lookup(each.value, "ovmf", "seabios")
but I realized that it is not necessary, because the provider has a default value.
Beta Was this translation helpful? Give feedback.
All reactions