From ef3d9871ccb52a9cb88801af382af16fa4d4bd4a Mon Sep 17 00:00:00 2001 From: Alex Hanselka Date: Thu, 30 Jul 2020 11:54:50 -0500 Subject: [PATCH] correct management_project_id argument in documentation --- website/docs/r/group_cluster.html.markdown | 4 ++-- website/docs/r/project_cluster.html.markdown | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/r/group_cluster.html.markdown b/website/docs/r/group_cluster.html.markdown index 1d7094f36..0b0356f75 100644 --- a/website/docs/r/group_cluster.html.markdown +++ b/website/docs/r/group_cluster.html.markdown @@ -31,7 +31,7 @@ resource gitlab_group_cluster "bar" { kubernetes_ca_cert = "some-cert" kubernetes_authorization_type = "rbac" environment_scope = "*" - management_cluster_id = "123456" + management_project_id = "123456" } ``` @@ -59,7 +59,7 @@ The following arguments are supported: * `environment_scope` - (Optional, string) The associated environment to the cluster. Defaults to `*`. -* `management_cluster_id` - (Optional, string) The ID of the management project for the cluster. +* `management_project_id` - (Optional, string) The ID of the management project for the cluster. ## Import diff --git a/website/docs/r/project_cluster.html.markdown b/website/docs/r/project_cluster.html.markdown index 9d99d3c4f..e0ec2b3af 100644 --- a/website/docs/r/project_cluster.html.markdown +++ b/website/docs/r/project_cluster.html.markdown @@ -31,7 +31,7 @@ resource gitlab_project_cluster "bar" { kubernetes_namespace = "namespace" kubernetes_authorization_type = "rbac" environment_scope = "*" - management_cluster_id = "123456" + management_project_id = "123456" } ``` @@ -61,7 +61,7 @@ The following arguments are supported: * `environment_scope` - (Optional, string) The associated environment to the cluster. Defaults to `*`. -* `management_cluster_id` - (Optional, string) The ID of the management project for the cluster. +* `management_project_id` - (Optional, string) The ID of the management project for the cluster. ## Import