Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
naitmare01 committed Nov 17, 2022
1 parent 1fbd7f4 commit 614e408
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 9 deletions.
27 changes: 19 additions & 8 deletions docs/data-sources/deals.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,32 @@
page_title: "pipedrive_deals Data Source - terraform-provider-pipedrive"
subcategory: ""
description: |-
---

# pipedrive_deals (Data Source)
---

# Data Source: pipedrive_deals

## Example Usage

```hcl
data pipedrive_deals "example"{
id = "123"
}
output "name" {
value = data.pipedrive_deals.example
}
```
<!-- schema generated by tfplugindocs -->
## Schema
## Argument Reference

The following arguments are supported:

### Read-Only
* **id** - (Required) The id of the deal.

- `id` (String) The ID of this resource.
- `title` (String)
## Attributes Reference

In addition to all argument, the following attributes are exported:

* **id** The ID of this resource.
* **title** The title of this resource
25 changes: 24 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
404: Not Found
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "pipedrive Provider"
subcategory: ""
description: |-
---

# Pipedrive Provider

This provider gives Terraform the ability to work with [Pipedrive CRM system](https://www.pipedrive.com/en/about).

<!-- schema generated by tfplugindocs -->
## Authentication

```hcl
provider "pipedrive" {
apikey = "insert_api_key_here"
}
```

## Argument Reference

* **apikey** - (Required) The apikey from pipedrive.

0 comments on commit 614e408

Please sign in to comment.