0
0
llucycodes42
The above code defines a provider called "gitlab" that provides an API token.
Shortcut: tf_gitlab
provider "gitlab" {
token = "${myGitLabToken}"
}
0
0
llucycodes42
The above code defines a provider called "gitlab" that provides an API token.
Shortcut: tf_gitlab
provider "gitlab" {
token = "${myGitLabToken}"
}