gitlab_compliance_framework (Data Source)

The gitlab_compliance_framework data source allows details of a compliance framework to be retrieved by its name and the namespace it belongs to.

Upstream API: GitLab GraphQL API docs

Example Usage

data "gitlab_compliance_framework" "example" {
  namespace_path = "top-level-group"
  name           = "HIPAA"
}

Schema

Required

Read-Only