Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1020 Bytes

site_redaction.md

File metadata and controls

44 lines (29 loc) · 1020 Bytes
page_title subcategory description
sigsci_site_redaction Resource - terraform-provider-sigsci

sigsci_site_redaction (Resource)

Example Usage

resource "sigsci_site_redaction" "test" {
  site_short_name = sigsci_site.my-site.short_name
  field           = "redacted"
  redaction_type  = 0
}
Warning: You must terraform apply with the option parallelism=1 when using this resource or risk data inconsistencies! See the FAQ.

Schema

Required

  • field (String) Field Name
  • redaction_type (Number) Type of redaction (0: Request Parameter, 1: Request Header, 2: Response Header)
  • site_short_name (String) Site short name

Read-Only

  • id (String) The ID of this resource.

Import

Import is supported using the following syntax:

terraform import sigsci_site_redaction.test site_short_name:id