The gitlab_application
data source retrieves information about a gitlab application.
Upstream API: GitLab REST API docs
data "gitlab_application" "oidc" {
application_id = 1
}
id
(String) The ID of this Terraform resource. In the format of <application_id>
.application_id
(String) Internal GitLab application id.confidential
(Boolean) Indicates if the application is kept confidential.name
(String) The name of the GitLab application.redirect_url
(String) The redirect url of the application.