vm/komodo
dev
Exit code: 2
2
0
data.proxmox_virtual_environment_vms.templates: Reading... proxmox_virtual_environment_file.cloud_config["ipfabric"]: Refreshing state... [id=local:snippets/ipfabric-cloud-init.yml] data.proxmox_virtual_environment_vms.templates: Read complete after 0s [id=d50e9c91-c806-4e10-9db5-dfd3913dc39d] proxmox_virtual_environment_vm.vms["ipfabric"]: Refreshing state... [id=102] Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create Terraform will perform the following actions: # proxmox_virtual_environment_file.cloud_config["komodo"] will be created + resource "proxmox_virtual_environment_file" "cloud_config" { + content_type = "snippets" + datastore_id = "local" + file_modification_date = (known after apply) + file_name = (known after apply) + file_size = (known after apply) + file_tag = (known after apply) + id = (known after apply) + node_name = "pve01" + overwrite = true + timeout_upload = 1800 + source_raw { + data = (sensitive value) + file_name = "komodo-cloud-init.yml" + resize = 0 } } # proxmox_virtual_environment_vm.vms["komodo"] will be created + resource "proxmox_virtual_environment_vm" "vms" { + acpi = true + bios = "seabios" + boot_order = (known after apply) + delete_unreferenced_disks_on_destroy = true + id = (known after apply) + ipv4_addresses = (known after apply) + ipv6_addresses = (known after apply) + keyboard_layout = "en-us" + mac_addresses = (known after apply) + migrate = false + name = "komodo.taila5ad8.ts.net" + network_interface_names = (known after apply) + node_name = "pve01" + on_boot = true + protection = false + purge_on_destroy = true + reboot = false + reboot_after_update = true + scsi_hardware = "virtio-scsi-pci" + started = true + stop_on_destroy = true + tablet_device = true + tags = [ + "terraform-managed", + "vm", + "docker", ] + template = false + timeout_clone = 1800 + timeout_create = 1800 + timeout_migrate = 1800 + timeout_move_disk = 1800 + timeout_reboot = 1800 + timeout_shutdown_vm = 1800 + timeout_start_vm = 1800 + timeout_stop_vm = 300 + vm_id = (known after apply) + agent { + enabled = true + timeout = "15m" + trim = false + type = "virtio" } + clone { + full = true + retries = 1 + vm_id = 9004 } + cpu { + cores = 16 + hotplugged = 0 + limit = 0 + numa = false + sockets = 1 + type = "host" + units = (known after apply) } + disk { + aio = "io_uring" + backup = true + cache = "none" + datastore_id = "local-lvm" + discard = "ignore" + file_format = "raw" + interface = "scsi0" + iothread = false + path_in_datastore = (known after apply) + replicate = true + size = 32 + ssd = false } + initialization { + datastore_id = "local-lvm" + file_format = (known after apply) + meta_data_file_id = (known after apply) + network_data_file_id = (known after apply) + type = (known after apply) + user_data_file_id = (known after apply) + vendor_data_file_id = (known after apply) + ip_config { + ipv4 { + address = "192.168.1.162/24" + gateway = "192.168.1.254" } } } + memory { + dedicated = 32768 + floating = 0 + keep_hugepages = false + shared = 0 } + network_device { + bridge = "vmbr0" + enabled = true + firewall = false + mac_address = (known after apply) + model = "virtio" + mtu = 0 + queues = 0 + rate_limit = 0 + vlan_id = 0 } } Plan: 2 to add, 0 to change, 0 to destroy. Changes to Outputs: ~ vm_info = { + komodo = { + id = (known after apply) + ip = "192.168.1.162" + mac = (known after apply) + name = "komodo.taila5ad8.ts.net" + node = "pve01" } # (1 unchanged attribute hidden) } ───────────────────────────────────────────────────────────────────────────── Saved the plan to: tfplan To perform exactly these actions, run the following command to apply: terraform apply "tfplan"
No dependencies set.
The note is not visible to the blocked user.
🔍 Terraform Plan
Exit code:
20= No changes2= Changes detectedClick to expand plan output