The gitlab_instance_variables
data source allows to retrieve all instance-level CI/CD variables.
Upstream API: GitLab REST API docs
data "gitlab_instance_variables" "vars" {}
id
(String) The ID of this resource.variables
(List of Object) The list of variables returned by the search (see below for nested schema)variables
Read-Only:
key
(String)masked
(Boolean)protected
(Boolean)raw
(Boolean)value
(String)variable_type
(String)