page_title | subcategory | description |
---|---|---|
sigsci_corp_list Resource - terraform-provider-sigsci |
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",
]
}
entries
(Set of String) List entriesname
(String) Descriptive list nametype
(String) List types (string, ip, country, wildcard, signal)
description
(String) Optional list description
id
(String) The ID of this resource.
Import is supported using the following syntax:
terraform import sigsci_corp_list.test id