Skip to content

Commit c841107

Browse files
ahanselkasfang97
authored and
sfang97
committed
correct management_project_id argument in documentation (gitlabhq#368)
1 parent f4cd0e0 commit c841107

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/docs/r/group_cluster.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resource gitlab_group_cluster "bar" {
3131
kubernetes_ca_cert = "some-cert"
3232
kubernetes_authorization_type = "rbac"
3333
environment_scope = "*"
34-
management_cluster_id = "123456"
34+
management_project_id = "123456"
3535
}
3636
```
3737

@@ -59,7 +59,7 @@ The following arguments are supported:
5959

6060
* `environment_scope` - (Optional, string) The associated environment to the cluster. Defaults to `*`.
6161

62-
* `management_cluster_id` - (Optional, string) The ID of the management project for the cluster.
62+
* `management_project_id` - (Optional, string) The ID of the management project for the cluster.
6363

6464
## Import
6565

website/docs/r/project_cluster.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resource gitlab_project_cluster "bar" {
3131
kubernetes_namespace = "namespace"
3232
kubernetes_authorization_type = "rbac"
3333
environment_scope = "*"
34-
management_cluster_id = "123456"
34+
management_project_id = "123456"
3535
}
3636
```
3737

@@ -61,7 +61,7 @@ The following arguments are supported:
6161

6262
* `environment_scope` - (Optional, string) The associated environment to the cluster. Defaults to `*`.
6363

64-
* `management_cluster_id` - (Optional, string) The ID of the management project for the cluster.
64+
* `management_project_id` - (Optional, string) The ID of the management project for the cluster.
6565

6666
## Import
6767

0 commit comments

Comments
 (0)