-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Provider: Packet - add ip and volume #7770
Conversation
@@ -21,6 +21,7 @@ func Provider() terraform.ResourceProvider { | |||
"packet_device": resourcePacketDevice(), | |||
"packet_ssh_key": resourcePacketSSHKey(), | |||
"packet_project": resourcePacketProject(), | |||
"packet_volume": resourcePacketVolume(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this also include packet_ip
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indeed, thanks 😸
Hi @ayudemura thanks for the PR here. Unfortunately, when I run some of the tests, I get failures:
Please can you have a look at these? thanks Paul |
@stack72 |
Hi @ayudemura The
|
a35c7f3
to
9b08353
Compare
9b08353
to
21b9318
Compare
Hi @ayudemura Do you want me to retest this? :) I see you pushed a commit to fix the tests Thanks Paul |
@stack72 |
Hi @ayudemura Afraid not :( Still not working
|
The panic is due to the fact that the IP reservation test has no type, yet we expect one in the code |
Putting this on hold. |
k nps - let me know when you reopen it |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
We have updated our packngo, and plugged in ip service and volume service.