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" {
31
31
kubernetes_ca_cert = "some-cert"
32
32
kubernetes_authorization_type = "rbac"
33
33
environment_scope = "*"
34
- management_cluster_id = "123456"
34
+ management_project_id = "123456"
35
35
}
36
36
```
37
37
@@ -59,7 +59,7 @@ The following arguments are supported:
59
59
60
60
* ` environment_scope ` - (Optional, string) The associated environment to the cluster. Defaults to ` * ` .
61
61
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.
63
63
64
64
## Import
65
65
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ resource gitlab_project_cluster "bar" {
31
31
kubernetes_namespace = "namespace"
32
32
kubernetes_authorization_type = "rbac"
33
33
environment_scope = "*"
34
- management_cluster_id = "123456"
34
+ management_project_id = "123456"
35
35
}
36
36
```
37
37
@@ -61,7 +61,7 @@ The following arguments are supported:
61
61
62
62
* ` environment_scope ` - (Optional, string) The associated environment to the cluster. Defaults to ` * ` .
63
63
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.
65
65
66
66
## Import
67
67
You can’t perform that action at this time.
0 commit comments