page_title | subcategory | description |
---|---|---|
sigsci_site_blocklist Resource - terraform-provider-sigsci |
resource "sigsci_site_blocklist" "test" {
site_short_name = sigsci_site.my-site.short_name
source = "1.2.3.4"
note = "sample blocklist"
expires = "2012-11-01T22:08:41+00:00"
}
note
(String) Note/Description associated with the tag.site_short_name
(String) Site short namesource
(String) Source IP Address to Blocklist
expires
(String) Optional RFC3339-formatted datetime in the future. Omit this paramater if it does not expire.
id
(String) The ID of this resource.
Import is supported using the following syntax:
terraform import sigsci_site_blocklist.test site_short_name:id