A Terraform provider to manage Okta resources, enabling infrastructure-as-code provisioning and management of users, groups, applications, and other Okta objects.
This addresses #1573 which, even though closed as stale, I think should be fixed.
For example, when creating a rule through the UI or when not explicitly setting this value through the API, the JSON that is returned when subsequently pulling the rule from the API will also not have a value for inactivityPeriod. The provider docs do not specify a default value either.
Note: I realize this could considered be a breaking change w.r.t. how the provider handled this value up until now 😬.
This addresses #1573 which, even though closed as
stale
, I think should be fixed.For example, when creating a rule through the UI or when not explicitly setting this value through the API, the JSON that is returned when subsequently pulling the rule from the API will also not have a value for
inactivityPeriod
. The provider docs do not specify a default value either.Note: I realize this could considered be a breaking change w.r.t. how the provider handled this value up until now 😬.