mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
gofmt!
This commit is contained in:
parent
58103a0df9
commit
c5b15da76d
@ -18,10 +18,10 @@ func Provider() terraform.ResourceProvider {
|
|||||||
},
|
},
|
||||||
|
|
||||||
ResourcesMap: map[string]*schema.Resource{
|
ResourcesMap: map[string]*schema.Resource{
|
||||||
"packet_device": resourcePacketDevice(),
|
"packet_device": resourcePacketDevice(),
|
||||||
"packet_ssh_key": resourcePacketSSHKey(),
|
"packet_ssh_key": resourcePacketSSHKey(),
|
||||||
"packet_project": resourcePacketProject(),
|
"packet_project": resourcePacketProject(),
|
||||||
"packet_volume": resourcePacketVolume(),
|
"packet_volume": resourcePacketVolume(),
|
||||||
},
|
},
|
||||||
|
|
||||||
ConfigureFunc: providerConfigure,
|
ConfigureFunc: providerConfigure,
|
||||||
|
Loading…
Reference in New Issue
Block a user