fvumbaca / terraform-proxmox-k3s

A terraform module to get k3s up and running on Proxmox VE real quick.
MIT License
83 stars 44 forks source link

Static IP addresses not being assigned to VMs #18

Open egulatee opened 2 years ago

egulatee commented 2 years ago

Describe the bug Using the example from this project.

VMs provisioned do not get the IP addresses configured. Either -no IP address gets assigned (If no DHCP server on that network subnet) or -DHCP assigned ip address get assigned.

Differences:

To Reproduce Use main.tf in examples -Modified to use different network subnets. -Add network_tag to the main.tf

Created an ubuntu20.04 server VM Installed qemu-guest-agent Upgraded cloud-init Converted to VM Template via proxmox GUI

Expected behavior IP Addresses of the VMs created by terraform should match the ranges configured in main.tf.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context See files for logs and configuration terraform-plugin-proxmox.log main.tf.log terraform.log