From 3b7d38af8f6700dc08c4e496ed15868a7a2ac4a0 Mon Sep 17 00:00:00 2001 From: Paz Hershberg Date: Sun, 8 Sep 2024 17:37:16 +0300 Subject: [PATCH] this should really be pre-commit or a ci (`make gen-docs`) --- docs/resources/port_action.md | 18 ++++++++++++++++++ docs/resources/port_integration.md | 2 -- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/resources/port_action.md b/docs/resources/port_action.md index b32706d7..d65c352d 100644 --- a/docs/resources/port_action.md +++ b/docs/resources/port_action.md @@ -339,10 +339,12 @@ Optional: Optional: - `any_entity_change_event` (Attributes) Any entity change event trigger (see [below for nested schema](#nestedatt--automation_trigger--any_entity_change_event)) +- `any_run_change_event` (Attributes) Any run change event trigger (see [below for nested schema](#nestedatt--automation_trigger--any_run_change_event)) - `entity_created_event` (Attributes) Entity created event trigger (see [below for nested schema](#nestedatt--automation_trigger--entity_created_event)) - `entity_deleted_event` (Attributes) Entity deleted event trigger (see [below for nested schema](#nestedatt--automation_trigger--entity_deleted_event)) - `entity_updated_event` (Attributes) Entity updated event trigger (see [below for nested schema](#nestedatt--automation_trigger--entity_updated_event)) - `jq_condition` (Attributes) JQ condition for automation trigger (see [below for nested schema](#nestedatt--automation_trigger--jq_condition)) +- `run_created_event` (Attributes) Run created event trigger (see [below for nested schema](#nestedatt--automation_trigger--run_created_event)) - `run_updated_event` (Attributes) Run updated event trigger (see [below for nested schema](#nestedatt--automation_trigger--run_updated_event)) - `timer_property_expired_event` (Attributes) Timer property expired event trigger (see [below for nested schema](#nestedatt--automation_trigger--timer_property_expired_event)) @@ -354,6 +356,14 @@ Required: - `blueprint_identifier` (String) The blueprint identifier of the changed entity + +### Nested Schema for `automation_trigger.any_run_change_event` + +Required: + +- `action_identifier` (String) The action identifier of the changed run + + ### Nested Schema for `automation_trigger.entity_created_event` @@ -390,6 +400,14 @@ Optional: - `combinator` (String) The combinator of the condition + +### Nested Schema for `automation_trigger.run_created_event` + +Required: + +- `action_identifier` (String) The action identifier of the created run + + ### Nested Schema for `automation_trigger.run_updated_event` diff --git a/docs/resources/port_integration.md b/docs/resources/port_integration.md index 5f0f6e4b..a682117e 100644 --- a/docs/resources/port_integration.md +++ b/docs/resources/port_integration.md @@ -11,7 +11,6 @@ description: |- resource "portintegration" "mycustomintegration" { installationid = "my-custom-integration-id" title = "My Custom Integration" - version = "1.33.7" # Optional, can be omitted config = jsonencode({ createMissingRelatedEntitiesboolean = true deleteDependentEntities = true, @@ -56,7 +55,6 @@ Docs about how to import existing integrations and manage their mappings can be resource "port_integration" "my_custom_integration" { installation_id = "my-custom-integration-id" title = "My Custom Integration" - version = "1.33.7" # Optional, can be omitted config = jsonencode({ createMissingRelatedEntitiesboolean = true deleteDependentEntities = true,