From e3a5e35e0e789518a6a562fde3ff2730ac7eab52 Mon Sep 17 00:00:00 2001 From: Jeremy Cocks Date: Thu, 15 Aug 2024 20:45:57 +0100 Subject: [PATCH] update docs for site_integration --- docs/resources/site_integration.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/resources/site_integration.md b/docs/resources/site_integration.md index 40c9214..27f2d25 100644 --- a/docs/resources/site_integration.md +++ b/docs/resources/site_integration.md @@ -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 + +### Nested Schema for `fields` + +Required: + +- `name` (String) +- `value` (String) + ## Import Import is supported using the following syntax: