Skip to content

Commit 02a3f4c

Browse files
authored
Merge pull request #16 from fnaoto/feature/fix_document
Delete unused under lines.
2 parents 50a80f3 + fd4c947 commit 02a3f4c

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

docs/data-sources/app_collaborator.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The deploygate_app_collaborator data srouce is used to get informantion about ex
1212

1313
<!-- schema generated by tfplugindocs -->
1414
## Example Usage
15-
---
1615

1716
```tf
1817
# Provider
@@ -45,7 +44,6 @@ output "data_app_collaborator_users" {
4544
```
4645

4746
## Argument Reference
48-
---
4947

5048
- **app_id** (Required) `(String)` Id of application. Something like `com.deploygate.sample` or `com.deploygate.sample.DeployGateSample`.
5149

@@ -54,7 +52,6 @@ output "data_app_collaborator_users" {
5452
- **platform** (Required) `(String)` Platform of application, `android` or `ios`.
5553

5654
## Attributes Reference
57-
---
5855

5956
- **users** `(Object)` (see [below for users](#users))
6057

docs/data-sources/organization_member.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The deploygate_organization_member data source is used to get informantion about
1212

1313
<!-- schema generated by tfplugindocs -->
1414
## Example Usage
15-
---
1615

1716
```tf
1817
# Provider
@@ -43,12 +42,10 @@ output "data_organization_member_members" {
4342
```
4443

4544
## Argument Reference
46-
---
4745

4846
- **organization** (Required) `(String)` Name of the organization. [Check your organizations](https://deploygate.com/organizations)
4947

5048
## Attributes Reference
51-
---
5249

5350
- **members** `(Object)` Data of the organization members. (see [below for members](#members))
5451

docs/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ description: |-
1616

1717
<!-- schema generated by tfplugindocs -->
1818
## Example Usage
19-
---
2019

2120
Terraform 0.13 and later:
2221

@@ -61,7 +60,6 @@ provider "deploygate" {
6160
```
6261

6362
## Authentication
64-
---
6563

6664
The deploygate providing credentials for authentication.
6765

@@ -97,7 +95,6 @@ provider "deploygate" {}
9795
```
9896

9997
## Argument Reference
100-
---
10198

10299
The following arguments are supported in the deploygate provider block:
103100

docs/resources/app_collaborator.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The deploygate_app_collaborator resource is used to manage app collaborators of
1212

1313
<!-- schema generated by tfplugindocs -->
1414
## Example Usage
15-
---
1615

1716
```tf
1817
# Provider
@@ -42,7 +41,6 @@ resource "deploygate_app_collaborator" "current" {
4241
```
4342

4443
## Argument Reference
45-
---
4644

4745
- **app_id** (Required) `(String)` Id of application. Something like `com.deploygate.sample` or `com.deploygate.sample.DeployGateSample`.
4846

@@ -59,7 +57,6 @@ The users blocks supports the following arguments:
5957
- **name** (Required) `(String)` Name of a user to add to collaborators.
6058

6159
## Attributes Reference
62-
---
6360

6461
- **users** `(Object)` (see [below for users](#users))
6562

docs/resources/organization_member.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The deploygate_organization_member resource is used to manage organization membe
1212

1313
<!-- schema generated by tfplugindocs -->
1414
## Example Usage
15-
---
1615

1716
```tf
1817
# Provider
@@ -45,7 +44,6 @@ resource "deploygate_organization_member" "current" {
4544
```
4645

4746
## Argument Reference
48-
---
4947

5048
- **members** - (Required) `(Block)` To add a deploygate user to the organization member. (see [below for members](#members))
5149

@@ -58,7 +56,6 @@ The members blocks supports the following arguments:
5856
- **name** (Required) `(String)` Name of a user to add to orgazation member.
5957

6058
## Attributes Reference
61-
---
6259

6360
- **members** `(Object)` Data of the organization members. (see [below for members](#members))
6461

0 commit comments

Comments
 (0)