🦊GitLab

Source Code Management (SCM) Setup

Resourcely integrates natively with GitLab, allowing you to embed proper configuration into your existing change management.

Setting up GitLab Source Code Management

Looking to use Resourcely with GitLab Pipelines? Check out the CI/CD setup guide at GitLab Pipelines.

Once you have configured your GitLab account, the following is required:

  • GitLab Top-Level Group

  • GitLab Group Access Token

GitLab Top-Level Group

In GitLab, groups are used to manage one or more related projects simultaneously. In order to configure Resourcely you must have the Maintainer or Owner role within the group. You can search for your group by the Search or go to button in the GitLab side tab.

Top-level group displaying projects

To learn more about Groups, see the following documentation:

GitLab Groups - Documentation

GitLab Group Access Token

GitLab group access tokens allow you to use a single token to perform actions for groups and manage the projects within the group.

Before a group access token can be created, you must enable Group Access Tokens within your Group. See the following documentation to learn more about Group Access Tokens:

Enable Group Access Tokens - Documentation

Once you have enabled group access tokens, you can create one from the Settings > Access Tokens section within the Group side tab. You must create one with the following permissions:

  • Role: Developer Role

  • Scope: api

Group Access Token Permissions

See the following documentation to learn more about creating Group Access Tokens:

Create Group Access Tokens - Documentation

Once the GitLab setup has been completed, you must integrate Terraform into the project you will be using for resource provisioning. Learn more in the CI/CD & Terraform Runners section.

Last updated