-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
jinja2 template missing "=" at https://github.com/AjiArya/python-tfgen/blob/main/templates/main.tf.j2#L78 causing error:
Error: Unsupported block type
on main.tf line 42, in resource "libvirt_domain" "ahs-vm2":
42: cpu {
the correct one is
cpu = {
mode = "host-passthrough"
}
tested on btech lab
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels