File tree Expand file tree Collapse file tree 6 files changed +27
-0
lines changed Expand file tree Collapse file tree 6 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,13 @@ description: |-
1010
1111Connection Data Source
1212
13+ ## Example Usage
1314
15+ ``` terraform
16+ data "hookdeck_connection" "example" {
17+ id = "<your_connection_id>"
18+ }
19+ ```
1420
1521<!-- schema generated by tfplugindocs -->
1622## Schema
Original file line number Diff line number Diff line change @@ -10,7 +10,13 @@ description: |-
1010
1111Destination Data Source
1212
13+ ## Example Usage
1314
15+ ``` terraform
16+ data "hookdeck_destination" "example" {
17+ id = "<your_destination_id>"
18+ }
19+ ```
1420
1521<!-- schema generated by tfplugindocs -->
1622## Schema
Original file line number Diff line number Diff line change @@ -10,7 +10,13 @@ description: |-
1010
1111Source Data Source
1212
13+ ## Example Usage
1314
15+ ``` terraform
16+ data "hookdeck_source" "example" {
17+ id = "<your_source_id>"
18+ }
19+ ```
1420
1521<!-- schema generated by tfplugindocs -->
1622## Schema
Original file line number Diff line number Diff line change 1+ data "hookdeck_connection" "example" {
2+ id = " <your_connection_id>"
3+ }
Original file line number Diff line number Diff line change 1+ data "hookdeck_destination" "example" {
2+ id = " <your_destination_id>"
3+ }
Original file line number Diff line number Diff line change 1+ data "hookdeck_source" "example" {
2+ id = " <your_source_id>"
3+ }
You can’t perform that action at this time.
0 commit comments