diff --git a/website/docs/d/fargate_workload_agent.md b/website/docs/d/fargate_workload_agent.md index cc20cd42..4a611d46 100644 --- a/website/docs/d/fargate_workload_agent.md +++ b/website/docs/d/fargate_workload_agent.md @@ -6,9 +6,9 @@ description: |- Updates the fargate workload definition to add a Sysdig Agent --- -# Data Source: fargate_workload_agent +# Data Source: sysdig_fargate_workload_agent -Updates the ECS Fargate Container Definitions to add a [Sysdig Workload Agent](https://docs.sysdig.com/en/docs/installation/serverless-agents/aws-fargate-serverless-agents/) +Updates the ECS Fargate Container Definitions to add a [Sysdig Workload Agent](https://docs.sysdig.com/en/docs/sysdig-secure/install-agent-components/linux-on-serverless/ecs-fargate/) -> **Note:** Sysdig Terraform Provider is under rapid development at this point. If you experience any issue or discrepancy while using it, please make sure you have the latest version. If the issue persists, or you have a Feature Request to support an additional set of resources, please open a [new issue](https://github.com/sysdiglabs/terraform-provider-sysdig/issues/new) in the GitHub repository. diff --git a/website/docs/d/monitor_notification_channel_ibm_function.md b/website/docs/d/monitor_notification_channel_ibm_function.md index d29083b9..b6e294a2 100644 --- a/website/docs/d/monitor_notification_channel_ibm_function.md +++ b/website/docs/d/monitor_notification_channel_ibm_function.md @@ -1,12 +1,12 @@ --- subcategory: "Sysdig Monitor" layout: "sysdig" -page_title: "Sysdig: sysdig_monitor_notification_channel_email" +page_title: "Sysdig: sysdig_monitor_notification_channel_ibm_function" description: |- Retrieves information about a Monitor notification channel of type IBM Function --- -# Data Source: sysdig_monitor_notification_channel_email +# Data Source: sysdig_monitor_notification_channel_ibm_function Retrieves information about a Monitor notification channel of type IBM Function. @@ -15,7 +15,7 @@ Retrieves information about a Monitor notification channel of type IBM Function. ## Example Usage ```terraform -data "sysdig_monitor_notification_channel_email" "nc_email" { +data "sysdig_monitor_notification_channel_ibm_function" "nc_ibm_function" { name = "some notification channel name" } ``` diff --git a/website/docs/d/secure_posture_policy.md b/website/docs/d/secure_posture_policy.md index 65d265bc..709839f5 100644 --- a/website/docs/d/secure_posture_policy.md +++ b/website/docs/d/secure_posture_policy.md @@ -6,16 +6,16 @@ description: |- Retrieves Posture policy by ID. --- -# Data Source: sysdig_secure_posture_policies +# Data Source: sysdig_secure_posture_policy -Retrieves the information of all Posture policies. +Retrieves the information of a Posture Policy. -> **Note:** Sysdig Terraform Provider is under rapid development at this point. If you experience any issue or discrepancy while using it, please make sure you have the latest version. If the issue persists, or you have a Feature Request to support an additional set of resources, please open a [new issue](https://github.com/sysdiglabs/terraform-provider-sysdig/issues/new) in the GitHub repository. ## Example Usage ```terraform -data sysdig_secure_posture_policies policy { +data sysdig_secure_posture_policiy policy { id = "454678" } ```