page_title | subcategory | description |
---|---|---|
sigsci_site_list Resource - terraform-provider-sigsci |
resource "sigsci_site_list" "test" {
site_short_name = sigsci_site.my-site.short_name
name = "My new 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 namesite_short_name
(String) Site short 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_site_list.test site_short_name:id