File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments