Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Aug 9, 2024
1 parent 950c7b9 commit 1734180
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/resources/bindplane_destination.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ destination-type. The destination can be used by multiple [configurations](./bin
| `type` | string | required | The destination type. |
| `parameters_json` | string | optional | The serialized JSON representation of the destination type's parameters. |
| `rollout` | bool | required | Whether or not updates to the destination should trigger an automatic rollout of any configuration that uses it. |
| `display_name` | string | optional | The display name which will be set on the resources `metadata.displayName` field. |
| `description` | string | optional | The description which will be set on the resources `metadata.description` field. |

## Sensitive Values

Expand Down Expand Up @@ -211,4 +213,4 @@ destinations can be imported. For example:
```bash
terraform import bindplane_destination.destination {{name}}
```
```
4 changes: 3 additions & 1 deletion docs/resources/bindplane_extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ extension-type. The extension can be used by multiple [configurations](./bindpla
| `type` | string | required | The extension type. |
| `parameters_json` | string | optional | The serialized JSON representation of the extension type's parameters. |
| `rollout` | bool | required | Whether or not updates to the extension should trigger an automatic rollout of any configuration that uses it. |
| `display_name` | string | optional | The display name which will be set on the resources `metadata.displayName` field. |
| `description` | string | optional | The description which will be set on the resources `metadata.description` field. |

## Sensitive Values

Expand Down Expand Up @@ -234,4 +236,4 @@ extension can be imported. For example:
```bash
terraform import bindplane_extension.extension {{name}}
```
```
4 changes: 3 additions & 1 deletion docs/resources/bindplane_processor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ processor-type. The processor can be used by multiple [configurations](./bindpla
| `type` | string | required | The processor type. |
| `parameters_json` | string | optional | The serialized JSON representation of the processor type's parameters. |
| `rollout` | bool | required | Whether or not updates to the processor should trigger an automatic rollout of any configuration that uses it. |
| `display_name` | string | optional | The display name which will be set on the resources `metadata.displayName` field. |
| `description` | string | optional | The description which will be set on the resources `metadata.description` field. |

## Sensitive Values

Expand Down Expand Up @@ -203,4 +205,4 @@ processor can be imported. For example:

```bash
terraform import bindplane_processor.processor {{name}}
```
```
4 changes: 3 additions & 1 deletion docs/resources/bindplane_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ source-type. The source can be used by multiple [configurations](./bindplane_con
| `type` | string | required | The source type. |
| `parameters_json` | string | optional | The serialized JSON representation of the source type's parameters. |
| `rollout` | bool | required | Whether or not updates to the source should trigger an automatic rollout of any configuration that uses it. |
| `display_name` | string | optional | The display name which will be set on the resources `metadata.displayName` field. |
| `description` | string | optional | The description which will be set on the resources `metadata.description` field. |

## Sensitive Values

Expand Down Expand Up @@ -188,4 +190,4 @@ source can be imported. For example:
```bash
terraform import bindplane_source.source {{name}}
```
```

0 comments on commit 1734180

Please sign in to comment.