Skip to content

Commit d6fa315

Browse files
authored
Merge pull request #1076 from gitlabhq/dependabot/go_modules/tools/github.com/hashicorp/terraform-plugin-docs-0.8.0
build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.7.0 to 0.8.0 in /tools
2 parents d19ee24 + c3acff3 commit d6fa315

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+138
-107
lines changed

docs/data-sources/branch.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,14 @@ data "gitlab_branch" "foo" {
3737
- `name` (String) The name of the branch.
3838
- `project` (String) The full path or id of the project.
3939

40-
### Optional
41-
42-
- `id` (String) The ID of this resource.
43-
4440
### Read-Only
4541

4642
- `can_push` (Boolean) Bool, true if you can push to the branch.
4743
- `commit` (Set of Object) The commit associated with the branch ref. (see [below for nested schema](#nestedatt--commit))
4844
- `default` (Boolean) Bool, true if branch is the default branch for the project.
4945
- `developer_can_merge` (Boolean) Bool, true if developer level access allows to merge branch.
5046
- `developer_can_push` (Boolean) Bool, true if developer level access allows git push.
47+
- `id` (String) The ID of this resource.
5148
- `merged` (Boolean) Bool, true if the branch has been merged into it's parent.
5249
- `protected` (Boolean) Bool, true if branch has branch protection.
5350
- `web_url` (String) The url of the created branch (https.)

docs/data-sources/group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ data "gitlab_group" "foo" {
3434

3535
- `full_path` (String) The full path of the group.
3636
- `group_id` (Number) The ID of the group.
37-
- `id` (String) The ID of this resource.
3837

3938
### Read-Only
4039

4140
- `default_branch_protection` (Number) Whether developers and maintainers can push to the applicable default branch.
4241
- `description` (String) The description of the group.
4342
- `full_name` (String) The full name of the group.
43+
- `id` (String) The ID of this resource.
4444
- `lfs_enabled` (Boolean) Boolean, is LFS enabled for projects in this group.
4545
- `name` (String) The name of this group.
4646
- `parent_id` (Number) Integer, ID of the parent group.

docs/data-sources/group_membership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ data "gitlab_group_membership" "example" {
3535
- `access_level` (String) Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
3636
- `full_path` (String) The full path of the group.
3737
- `group_id` (Number) The ID of the group.
38-
- `id` (String) The ID of this resource.
3938

4039
### Read-Only
4140

41+
- `id` (String) The ID of this resource.
4242
- `members` (List of Object) The list of group members. (see [below for nested schema](#nestedatt--members))
4343

4444
<a id="nestedatt--members"></a>

docs/data-sources/group_variable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ The `gitlab_group_variable` data source allows to retrieve details about a group
2626
### Optional
2727

2828
- `environment_scope` (String) The environment scope of the variable. Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
29-
- `id` (String) The ID of this resource.
3029

3130
### Read-Only
3231

32+
- `id` (String) The ID of this resource.
3333
- `masked` (Boolean) If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
3434
- `protected` (Boolean) If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
3535
- `value` (String) The value of the variable.

docs/data-sources/group_variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ The `gitlab_group_variables` data source allows to retrieve all group-level CI/C
2525
### Optional
2626

2727
- `environment_scope` (String) The environment scope of the variable. Defaults to all environment (`*`).
28-
- `id` (String) The ID of this resource.
2928

3029
### Read-Only
3130

31+
- `id` (String) The ID of this resource.
3232
- `variables` (List of Object) The list of variables returned by the search (see [below for nested schema](#nestedatt--variables))
3333

3434
<a id="nestedatt--variables"></a>

docs/data-sources/instance_deploy_keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ data "gitlab_instance_deploy_keys" "example" {
3232

3333
### Optional
3434

35-
- `id` (String) The ID of this resource.
3635
- `public` (Boolean) Only return deploy keys that are public.
3736

3837
### Read-Only
3938

4039
- `deploy_keys` (List of Object) The list of all deploy keys across all projects of the GitLab instance. (see [below for nested schema](#nestedatt--deploy_keys))
40+
- `id` (String) The ID of this resource.
4141

4242
<a id="nestedatt--deploy_keys"></a>
4343
### Nested Schema for `deploy_keys`

docs/data-sources/instance_variable.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ The `gitlab_instance_variable` data source allows to retrieve details about an i
2222

2323
- `key` (String) The name of the variable.
2424

25-
### Optional
26-
27-
- `id` (String) The ID of this resource.
28-
2925
### Read-Only
3026

27+
- `id` (String) The ID of this resource.
3128
- `masked` (Boolean) If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
3229
- `protected` (Boolean) If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
3330
- `value` (String) The value of the variable.

docs/data-sources/instance_variables.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ The `gitlab_instance_variables` data source allows to retrieve all instance-leve
1818
<!-- schema generated by tfplugindocs -->
1919
## Schema
2020

21-
### Optional
22-
23-
- `id` (String) The ID of this resource.
24-
2521
### Read-Only
2622

23+
- `id` (String) The ID of this resource.
2724
- `variables` (List of Object) The list of variables returned by the search (see [below for nested schema](#nestedatt--variables))
2825

2926
<a id="nestedatt--variables"></a>

docs/data-sources/project_issue.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ output "welcome_issue_web_url" {
3838
- `iid` (Number) The internal ID of the project's issue.
3939
- `project` (String) The name or ID of the project.
4040

41-
### Optional
42-
43-
- `id` (String) The ID of this resource.
44-
4541
### Read-Only
4642

4743
- `assignee_ids` (Set of Number) The IDs of the users to assign the issue to.
@@ -61,6 +57,7 @@ output "welcome_issue_web_url" {
6157
- `external_id` (String) The external ID of the issue.
6258
- `human_time_estimate` (String) The human-readable time estimate of the issue.
6359
- `human_total_time_spent` (String) The human-readable total time spent of the issue.
60+
- `id` (String) The ID of this resource.
6461
- `issue_id` (Number) The instance-wide ID of the issue.
6562
- `issue_link_id` (Number) The ID of the issue link.
6663
- `issue_type` (String) The type of issue. Valid values are: `issue`, `incident`, `test_case`.

docs/data-sources/project_issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ data "gitlab_project_issues" "all_with_foo" {
4242
- `created_after` (String) Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z)
4343
- `created_before` (String) Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z)
4444
- `due_date` (String) Return issues that have no due date, are overdue, or whose due date is this week, this month, or between two weeks ago and next month. Accepts: 0 (no due date), any, today, tomorrow, overdue, week, month, next_month_and_previous_two_weeks.
45-
- `id` (String) The ID of this resource.
4645
- `iids` (List of Number) Return only the issues having the given iid
4746
- `issue_type` (String) Filter to a given type of issue. Valid values are [issue incident test_case]. (Introduced in GitLab 13.12)
4847
- `labels` (List of String) Return issues with labels. Issues must have all labels to be returned. None lists all issues with no labels. Any lists all issues with at least one label. No+Label (Deprecated) lists all issues with no labels. Predefined names are case-insensitive.
@@ -64,6 +63,7 @@ data "gitlab_project_issues" "all_with_foo" {
6463

6564
### Read-Only
6665

66+
- `id` (String) The ID of this resource.
6767
- `issues` (List of Object) The list of issues returned by the search. (see [below for nested schema](#nestedatt--issues))
6868

6969
<a id="nestedatt--issues"></a>

0 commit comments

Comments
 (0)