Skip to content

Commit 04e2cc2

Browse files
authored
fix(docs): Fix document for secure_posture_policy data source
1 parent 9e9958e commit 04e2cc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/d/secure_posture_policy.md

+3-3
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)