gitlab_cluster_agent (Data Source)

The gitlab_cluster_agent data source allows to retrieve details about a GitLab Agent for Kubernetes.

Upstream API: GitLab REST API docs

Example Usage

data "gitlab_cluster_agent" "example" {
  project  = "12345"
  agent_id = 1
}

Schema

Required

Read-Only