Skip to content

Commit

Permalink
add resource to provider and sort list
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoodsell-tempus committed Sep 21, 2023
1 parent 17613d9 commit 225cb32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion okta/framework_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,11 @@ func (p *FrameworkProvider) DataSources(_ context.Context) []func() datasource.D
func (p *FrameworkProvider) Resources(_ context.Context) []func() resource.Resource {
return []func() resource.Resource{
NewAppAccessPolicyAssignmentResource,
NewAppOAuthRoleAssignmentResource,
NewBrandResource,
NewPolicyDeviceAssuranceAndroidResource,
NewPolicyDeviceAssuranceIOSResource,
NewPolicyDeviceAssuranceChromeOSResource,
NewPolicyDeviceAssuranceIOSResource,
NewPolicyDeviceAssuranceMacOSResource,
NewPolicyDeviceAssuranceWindowsResource,
}
Expand Down

0 comments on commit 225cb32

Please sign in to comment.