-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get IPV4 addresses output #398
Comments
hi, i'll try to investigate within the next days; however, did you check if this behaviour is the same when using the underlying terraform provider (https://github.com/bpg/terraform-provider-proxmox)? the pulumi provider bridges the TF provider; hence, if the TF provider is the cause, this will come through to pulumi. |
I've updated my repro repository to include Terraform: it works. Full output follow
|
I've upgraded the repo for the last versions of both your package and the terraform provider. I now have an "even worse" error from your package (terraform provider still works):
Did you have the time to look at this issue? I'll try to look at this new error, I guess the generated types are wrong and we have to pass a kind of network device to the underlying terraform provider (which is weird considering it's not needed in the terraform HCL). |
Hi, this is interesting. I usually have two tests I run:
Both work and in both I get a successful IP address output. The small test I always run regarding a VM is:
The output of this one is:
Maybe this has to do with the DHCP configuration of the network devices? Did you try setting the IP configuration block without DHCP? |
Hello and many thanks for your work on this project!
At my company we try to automate the interactions with Proxmox via Pulumi. At the moment we're unable to get the IPV4 addresses of our VMs via your provider (FTR the IPV4 is available and displayed on the Proxmox interface).
I've put a repro in this repository. The setup is minimal and described below.
The VM Template is created directly on the Proxmox host from the Debian base image :
The VM is then launched with Pulumi via your provider :
But the output stays empty/undefined :
But in the Proxmox's interface it's available :
The text was updated successfully, but these errors were encountered: