Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1016 Bytes

site_blocklist.md

File metadata and controls

47 lines (31 loc) · 1016 Bytes
page_title subcategory description
sigsci_site_blocklist Resource - terraform-provider-sigsci

sigsci_site_blocklist (Resource)

Example Usage

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"
}

Schema

Required

  • note (String) Note/Description associated with the tag.
  • site_short_name (String) Site short name
  • source (String) Source IP Address to Blocklist

Optional

  • expires (String) Optional RFC3339-formatted datetime in the future. Omit this paramater if it does not expire.

Read-Only

  • id (String) The ID of this resource.

Import

Import is supported using the following syntax:

terraform import sigsci_site_blocklist.test site_short_name:id