Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 884 Bytes

corp_list.md

File metadata and controls

51 lines (35 loc) · 884 Bytes
page_title subcategory description
sigsci_corp_list Resource - terraform-provider-sigsci

sigsci_corp_list (Resource)

Example Usage

resource "sigsci_corp_list" "test" {
  name        = "My corp list"
  type        = "ip"
  description = "Some IPs"
  entries = [
    "4.5.6.7",
    "2.3.4.5",
    "1.2.3.4",
  ]
}

Schema

Required

  • entries (Set of String) List entries
  • name (String) Descriptive list name
  • type (String) List types (string, ip, country, wildcard, signal)

Optional

  • description (String) Optional list description

Read-Only

  • id (String) The ID of this resource.

Import

Import is supported using the following syntax:

terraform import sigsci_corp_list.test id