generated from pulumi/pulumi-tf-provider-boilerplate
-
-
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
Labels
bug
Something isn't working
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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: