From a7a33eccf0371c3a38b1713041cbe7df8c7655eb Mon Sep 17 00:00:00 2001 From: Hod Alpert Date: Thu, 6 Jan 2022 15:50:31 +0200 Subject: [PATCH] NSOF-5880 docs: move posture_check to Device Management subcategory --- docs/data-sources/posture_check.md | 2 +- docs/resources/posture_check.md | 2 +- templates/data-sources/posture_check.md.tmpl | 2 +- templates/resources/posture_check.md.tmpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/data-sources/posture_check.md b/docs/data-sources/posture_check.md index fbe5cfda..a4abbad0 100644 --- a/docs/data-sources/posture_check.md +++ b/docs/data-sources/posture_check.md @@ -1,7 +1,7 @@ --- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "pfptmeta_posture_check Data Source - terraform-provider-pfptmeta" -subcategory: "Notifications" +subcategory: "Device Management" description: |- Posture checks are administrator-defined sets of criteria allowing to or preventing the user devices from connecting to Proofpoint NaaS. Administrators can use SQL to create real-world conditions based on underlying information from the operating system and its hardware or choose from a list of common pre-defined conditions. diff --git a/docs/resources/posture_check.md b/docs/resources/posture_check.md index 2de3c50a..bb874f85 100644 --- a/docs/resources/posture_check.md +++ b/docs/resources/posture_check.md @@ -1,7 +1,7 @@ --- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "pfptmeta_posture_check Resource - terraform-provider-pfptmeta" -subcategory: "Notifications" +subcategory: "Device Management" description: |- Posture checks are administrator-defined sets of criteria allowing to or preventing the user devices from connecting to Proofpoint NaaS. Administrators can use SQL to create real-world conditions based on underlying information from the operating system and its hardware or choose from a list of common pre-defined conditions. diff --git a/templates/data-sources/posture_check.md.tmpl b/templates/data-sources/posture_check.md.tmpl index 71e695aa..098b18fd 100644 --- a/templates/data-sources/posture_check.md.tmpl +++ b/templates/data-sources/posture_check.md.tmpl @@ -1,7 +1,7 @@ --- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "{{.Type}} {{.Name}} - {{.ProviderName}}" -subcategory: "Notifications" +subcategory: "Device Management" description: |- {{ .Description | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/resources/posture_check.md.tmpl b/templates/resources/posture_check.md.tmpl index 263a473c..069b9ba3 100644 --- a/templates/resources/posture_check.md.tmpl +++ b/templates/resources/posture_check.md.tmpl @@ -1,7 +1,7 @@ --- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "{{.Type}} {{.Name}} - {{.ProviderName}}" -subcategory: "Notifications" +subcategory: "Device Management" description: |- {{ .Description | plainmarkdown | trimspace | prefixlines " " }} ---