remove ip stuff for now
This commit is contained in:
parent
3430afb8a5
commit
58103a0df9
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue