Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 968 Bytes

site_allowlist.md

File metadata and controls

46 lines (30 loc) · 968 Bytes
page_title subcategory description
sigsci_site_allowlist Resource - terraform-provider-sigsci

sigsci_site_allowlist (Resource)

Example Usage

resource "sigsci_site_allowlist" "test" {
  site_short_name = sigsci_site.my-site.short_name
  source          = "1.2.2.1"
  note            = "sample allowlist"
}

Schema

Required

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

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_allowlist.test site_short_name:id