diff --git a/docs/resources/bindplane_destination.md b/docs/resources/bindplane_destination.md index 9542771..ef2c8f1 100644 --- a/docs/resources/bindplane_destination.md +++ b/docs/resources/bindplane_destination.md @@ -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 @@ -211,4 +213,4 @@ destinations can be imported. For example: ```bash terraform import bindplane_destination.destination {{name}} -``` \ No newline at end of file +``` diff --git a/docs/resources/bindplane_extension.md b/docs/resources/bindplane_extension.md index 97a4555..c793163 100644 --- a/docs/resources/bindplane_extension.md +++ b/docs/resources/bindplane_extension.md @@ -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 @@ -234,4 +236,4 @@ extension can be imported. For example: ```bash terraform import bindplane_extension.extension {{name}} -``` \ No newline at end of file +``` diff --git a/docs/resources/bindplane_processor.md b/docs/resources/bindplane_processor.md index be78f51..2977b1b 100644 --- a/docs/resources/bindplane_processor.md +++ b/docs/resources/bindplane_processor.md @@ -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 @@ -203,4 +205,4 @@ processor can be imported. For example: ```bash terraform import bindplane_processor.processor {{name}} -``` \ No newline at end of file +``` diff --git a/docs/resources/bindplane_source.md b/docs/resources/bindplane_source.md index d00ed36..eb0d9a5 100644 --- a/docs/resources/bindplane_source.md +++ b/docs/resources/bindplane_source.md @@ -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 @@ -188,4 +190,4 @@ source can be imported. For example: ```bash terraform import bindplane_source.source {{name}} -``` \ No newline at end of file +```