github.com/GoogleCloudPlatform/terraformer@v0.8.18/docs/gitlab.md (about)

     1  ### Use with GitLab
     2  
     3  Example:
     4  
     5  ```shell
     6  ./terraformer import gitlab --group=GROUP_TO_IMPORT --resources=projects --token=YOUR_TOKEN # or GITLAB_TOKEN in env
     7  ./terraformer import gitlab --group=GROUP_TO_IMPORT --resources=groups --base-url=https://your-self-hosted-gitlab-domain/api/v4
     8  ```
     9  
    10  List of supported resources:
    11  
    12  * `projects`
    13    * `gitlab_project`
    14    * `gitlab_project_value`
    15    * `gitlab_project_membership`
    16    * `gitlab_tag_protection`
    17    * `gitlab_branch_protection`
    18  * `groups`
    19    * `gitlab_group_membership`
    20    * `gitlab_group_variable`