A Terraform provider to manage Okta resources, enabling infrastructure-as-code provisioning and management of users, groups, applications, and other Okta objects.
the stated use-case for app_group_assignments is to explicitly manage all groups assigned to an application, however I can't currently explicitly state that I want there to be zero groups assigned to an application
This PR removes the min_items from the resource schema to allow the terraform provider to explicitly manage that zero groups should be assigned to an Okta application
fixes: #2068
the stated use-case for
app_group_assignments
is to explicitly manage all groups assigned to an application, however I can't currently explicitly state that I want there to be zero groups assigned to an applicationThis PR removes the
min_items
from the resource schema to allow the terraform provider to explicitly manage that zero groups should be assigned to an Okta application