forked from Telmate/terraform-provider-proxmox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: not attempting to get an IP due to cloud-init
* fix: never checked if we have a `Cloud-init` disk * refactor: replace schema strings with constants * fix: mac address parsing silently fails * fix: wrong variable name in warning * fix: uses nonexistent function * refactor: don't get network interfaces again we can reuse the network interfaces we got earlier * fix: dead code * fix: disk to terraform was moved * refactor: minor performance improvement
- Loading branch information
1 parent
2b3985e
commit 742b91b
Showing
10 changed files
with
186 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.