0
0
llucycodes42
This code creates a new GitLab project named "${example}" which has the following description: "This is a new project.
Shortcut: tf_gitlab_project
resource "gitlab_project" "${example}" {
name = "${example}"
description = "${example}"
}