terraform/builtin/providers/gitlab
Łukasz Jan Niemier 18f2edf729 Add namespcace ID attribute (#14483)
* Add namespcace ID attribute

This commit also introduce `id` comouted value which is numeric value
used by GitLab to iteract with repository. This should simplify use of
`gitlab_project_hook` usage and would allow to introduce other resources
as described in #14471

* Fixes requested by @richardc

* Handle optional `namespace_id`
2017-05-24 13:05:27 +01:00
..
config.go provider/gitlab: add gitlab provider and `gitlab_project` resource 2017-04-24 11:38:20 +01:00
provider.go provider/gitlab: Add `gitlab_group` resource (#14490) 2017-05-24 13:01:24 +01:00
provider_test.go provider/gitlab: add gitlab provider and `gitlab_project` resource 2017-04-24 11:38:20 +01:00
resource_gitlab_deploy_key.go provider/gitlab: add `gitlab_deploy_key` (#14734) 2017-05-24 11:41:40 +01:00
resource_gitlab_deploy_key_test.go provider/gitlab: add `gitlab_deploy_key` (#14734) 2017-05-24 11:41:40 +01:00
resource_gitlab_group.go provider/gitlab: Add `gitlab_group` resource (#14490) 2017-05-24 13:01:24 +01:00
resource_gitlab_group_test.go provider/gitlab: Add `gitlab_group` resource (#14490) 2017-05-24 13:01:24 +01:00
resource_gitlab_project.go Add namespcace ID attribute (#14483) 2017-05-24 13:05:27 +01:00
resource_gitlab_project_hook.go provider/gitlab: Adding default values to gitlab_project_hook resource 2017-05-04 19:59:32 +03:00
resource_gitlab_project_hook_test.go Add namespcace ID attribute (#14483) 2017-05-24 13:05:27 +01:00
resource_gitlab_project_test.go Add namespcace ID attribute (#14483) 2017-05-24 13:05:27 +01:00
util.go provider/gitlab: add gitlab provider and `gitlab_project` resource 2017-04-24 11:38:20 +01:00
util_test.go provider/gitlab: add gitlab provider and `gitlab_project` resource 2017-04-24 11:38:20 +01:00