page_title | subcategory | description |
---|---|---|
sigsci_site_allowlist Resource - terraform-provider-sigsci |
resource "sigsci_site_allowlist" "test" {
site_short_name = sigsci_site.my-site.short_name
source = "1.2.2.1"
note = "sample allowlist"
}
note
(String) Note/Description associated with the tag.site_short_name
(String) Site short namesource
(String) Source IP Address to allowlist
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_allowlist.test site_short_name:id