Skip to content

Commit

Permalink
update docs for site_integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-cxf committed Aug 15, 2024
1 parent 552b368 commit e3a5e35
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/resources/site_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,21 @@ resource "sigsci_site_integration" "test_integration" {
### Optional

- `events` (Set of String) Array of event types. Visit https://docs.fastly.com/signalsciences/integrations to find out which events the service you are connecting allows.
- `fields` (Block Set) (see [below for nested schema](#nestedblock--fields))

### Read-Only

- `id` (String) The ID of this resource.
- `name` (String) name

<a id="nestedblock--fields"></a>
### Nested Schema for `fields`

Required:

- `name` (String)
- `value` (String)

## Import

Import is supported using the following syntax:
Expand Down

0 comments on commit e3a5e35

Please sign in to comment.