We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10126b commit ac68dd1Copy full SHA for ac68dd1
CHANGELOG.md
@@ -20,11 +20,19 @@ resource "gitlab_group" "nested_group" {
20
}
21
```
22
23
+FEATURES:
24
+
25
+* **New Resource:** `gitlab_user` [GH-23]
26
+* **New Resource:** `gitlab_label` [GH-22]
27
28
IMPROVEMENTS:
29
30
* Add `cacert_file` and `insecure` options to the provider. [GH-5]
-* Fix race conditions with `gitlab_projects` deletion. [GH-19]
31
+* Fix race conditions with `gitlab_project` deletion. [GH-19]
32
* Add `parent_id` argument to `gitlab_group`. [GH-28]
33
+* Add support for `gitlab_project` import. [GH-30]
34
+* Add support for `gitlab_groups` import. [GH-31]
35
+* Add `path` argument for `gitlab_project`. [GH-21]
36
37
## 0.1.0 (June 20, 2017)
38
0 commit comments