page_title | subcategory | description |
---|---|---|
sigsci_site_redaction Resource - terraform-provider-sigsci |
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. |
---|
field
(String) Field Nameredaction_type
(Number) Type of redaction (0: Request Parameter, 1: Request Header, 2: Response Header)site_short_name
(String) Site short name
id
(String) The ID of this resource.
Import is supported using the following syntax:
terraform import sigsci_site_redaction.test site_short_name:id