| layout | resource |
|---|---|
| title | gitlab |
| type | provider |
| resource | gitlab |
provider "gitlab" {
version = "3.6.0"
# base_url - (optional) is a type of string
base_url = null
# cacert_file - (optional) is a type of string
cacert_file = null
# client_cert - (optional) is a type of string
client_cert = null
# client_key - (optional) is a type of string
client_key = null
# insecure - (optional) is a type of bool
insecure = null
# token - (required) is a type of string
token = null
}