`gitlab_application_settings` resource missing `session_expire_from_init` field
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Label this issue](https://contributors.gitlab.com/manage-issue?action=label&projectId=40916776&issueIid=6774) - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=40916776&issueIid=6774) </details> <!--IssueSummary end--> Hi :wave: It looks like the [`gitlab_application_settings` resource is missing](https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/blob/c5e88f3f20e565bcc9ba16d1c74f62fded9812dd/internal/provider/sdk/schema_gitlab_application_settings.go#L1780) the [`session_expire_from_init`](https://docs.gitlab.com/api/settings/#:~:text=session%5Fexpire%5Ffrom%5Finit) from the Gitlab settings documentation. ## Implementation Guide - Follow the `CONTRIBUTING.md` guide for setting up your local development environment. - Clone the community fork of this project. - In `internal/provider/sdk/schema_gitlab_application_settings.go`, add a new attribute called `session_expire_from_init`. Look at where the existing attribute `session_expire_delay` is referenced to know where to add the new one.
issue