diff --git a/website/docs/d/fargate_workload_agent.md b/website/docs/d/fargate_workload_agent.md index cc20cd42d..4a611d466 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/secure_posture_policy.md b/website/docs/d/secure_posture_policy.md index 65d265bcf..709839f51 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" } ```