This commit is contained in:
Aaron Welch 2016-08-10 12:11:04 -07:00
parent 58103a0df9
commit c5b15da76d
1 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,10 @@ func Provider() terraform.ResourceProvider {
},
ResourcesMap: map[string]*schema.Resource{
"packet_device": resourcePacketDevice(),
"packet_ssh_key": resourcePacketSSHKey(),
"packet_project": resourcePacketProject(),
"packet_volume": resourcePacketVolume(),
"packet_device": resourcePacketDevice(),
"packet_ssh_key": resourcePacketSSHKey(),
"packet_project": resourcePacketProject(),
"packet_volume": resourcePacketVolume(),
},
ConfigureFunc: providerConfigure,