Skip to content

Commit

Permalink
azuread_access_package_assignment_policy: update constant names
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Jul 27, 2023
1 parent 9d4cae1 commit b0de4dd
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,11 @@ func accessPackageAssignmentPolicyResource() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ValidateFunc: validation.StringInSlice([]string{
msgraph.AccessReviewRecurranceTypeAnnual,
msgraph.AccessReviewRecurranceTypeHalfYearly,
msgraph.AccessReviewRecurranceTypeQuarterly,
msgraph.AccessReviewRecurranceTypeMonthly,
msgraph.AccessReviewRecurranceTypeWeekly,
msgraph.AccessReviewRecurrenceTypeAnnual,
msgraph.AccessReviewRecurrenceTypeHalfYearly,
msgraph.AccessReviewRecurrenceTypeQuarterly,
msgraph.AccessReviewRecurrenceTypeMonthly,
msgraph.AccessReviewRecurrenceTypeWeekly,
}, false),
},

Expand Down

0 comments on commit b0de4dd

Please sign in to comment.