From 94c509dd6dbea99a1e9e507dc16410c3a362dad7 Mon Sep 17 00:00:00 2001 From: Cherwin Nooitmeer Date: Fri, 8 Mar 2019 14:17:13 +0000 Subject: [PATCH] Update index.html.markdown Using the current provider with a base_url ending in api/v3/ will result in an error message Instructing the user to upgrade to v4. --- website/docs/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index 2218f2f97..b68ff8f98 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -69,7 +69,7 @@ The following arguments are supported in the `provider` block: it can also be sourced from the `GITLAB_TOKEN` environment variable. * `base_url` - (Optional) This is the target GitLab base API endpoint. Providing a value is a - requirement when working with GitLab CE or GitLab Enterprise e.g. https://my.gitlab.server/api/v3/. + requirement when working with GitLab CE or GitLab Enterprise e.g. https://my.gitlab.server/api/v4/. It is optional to provide this value and it can also be sourced from the `GITLAB_BASE_URL` environment variable. The value must end with a slash.