Skip to content

Commit 191891d

Browse files
authored
Merge branch 'master' into feat-add-vulnerability-rule-bundle-resource
2 parents 131539d + 2de87b4 commit 191891d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/docs/d/fargate_workload_agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ description: |-
66
Updates the fargate workload definition to add a Sysdig Agent
77
---
88

9-
# Data Source: fargate_workload_agent
9+
# Data Source: sysdig_fargate_workload_agent
1010

11-
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/)
11+
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/)
1212

1313
-> **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.
1414

website/docs/d/secure_posture_policy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ description: |-
66
Retrieves Posture policy by ID.
77
---
88

9-
# Data Source: sysdig_secure_posture_policies
9+
# Data Source: sysdig_secure_posture_policy
1010

11-
Retrieves the information of all Posture policies.
11+
Retrieves the information of a Posture Policy.
1212

1313
-> **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.
1414

1515
## Example Usage
1616

1717
```terraform
18-
data sysdig_secure_posture_policies policy {
18+
data sysdig_secure_posture_policiy policy {
1919
id = "454678"
2020
}
2121
```

0 commit comments

Comments
 (0)