remove ip stuff for now

This commit is contained in:
Aaron Welch 2016-08-10 11:55:49 -07:00
parent 3430afb8a5
commit 58103a0df9
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ func Provider() terraform.ResourceProvider {
"packet_ssh_key": resourcePacketSSHKey(), "packet_ssh_key": resourcePacketSSHKey(),
"packet_project": resourcePacketProject(), "packet_project": resourcePacketProject(),
"packet_volume": resourcePacketVolume(), "packet_volume": resourcePacketVolume(),
"packet_ip_address": resourcePacketIPAddress(),
"packet_ip_reservation": resourcePacketIPReservation(),
}, },
ConfigureFunc: providerConfigure, ConfigureFunc: providerConfigure,