page_title | subcategory | description |
---|---|---|
sigsci_site_integration Resource - terraform-provider-sigsci |
resource "sigsci_site_integration" "test_integration" {
site_short_name = sigsci_site.my-site.short_name
type = "slack"
url = "https://wat.slack.com"
events = ["listCreated"]
}
Warning: You must terraform apply with the option parallelism=1 when using this resource or risk data inconsistencies! See the FAQ. |
---|
site_short_name
(String) Site short nametype
(String) One of (mailingList, slack, datadog, generic, pagerduty, microsoftTeams, jira, opsgenie, victorops, pivotaltracker)url
(String) Integration URL
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)
id
(String) The ID of this resource.name
(String) name
Required:
name
(String)value
(String)
Import is supported using the following syntax:
terraform import sigsci_site_integration.test_integration site_short_name:id