Skip to content

Commit

Permalink
control the payload readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Nov 16, 2023
1 parent 3a7d025 commit a7f687a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Create the following blueprint, action and mapping to trigger a Terraform Cloud
</details>

<details>
<summary>Mapping</summary>
<summary>Mapping - (Should be saved as `invocations.json`)</summary>

```json
{
Expand All @@ -210,7 +210,7 @@ Create the following blueprint, action and mapping to trigger a Terraform Cloud
"workspace": {
"data": {
"type": "\"workspaces\"",
"id": ".payload.entity.properties.workspaceId"
"id": ".payload.entity.properties.workspace_id"
}
}
}
Expand Down Expand Up @@ -303,7 +303,7 @@ Create the following blueprint, action and mapping to trigger a CircleCI pipelin
</details>

<details>
<summary>Mapping</summary>
<summary>Mapping - (Should be saved as `invocations.json`)</summary>

```json
{
Expand Down

0 comments on commit a7f687a

Please sign in to comment.