Skip to content

Commit

Permalink
Reorder keys
Browse files Browse the repository at this point in the history
  • Loading branch information
paultyng committed Oct 21, 2022
1 parent 548822c commit 4ddd719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,16 @@ func New(version string) func() *schema.Provider {
"unifi_network": resourceNetwork(),
"unifi_port_forward": resourcePortForward(),
"unifi_port_profile": resourcePortProfile(),
"unifi_radius_profile": resourceRadiusProfile(),
"unifi_site": resourceSite(),
"unifi_static_route": resourceStaticRoute(),
"unifi_user_group": resourceUserGroup(),
"unifi_user": resourceUser(),
"unifi_wlan": resourceWLAN(),
"unifi_radius_profile": resourceRadiusProfile(),

"unifi_setting_mgmt": resourceSettingMgmt(),
"unifi_setting_usg": resourceSettingUsg(),
"unifi_setting_radius": resourceSettingRadius(),
"unifi_setting_usg": resourceSettingUsg(),
},
}

Expand Down

0 comments on commit 4ddd719

Please sign in to comment.