Skip to content

Commit f12a9b8

Browse files
committed
Fix document issue
1 parent b7819d4 commit f12a9b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/docs/r/secure_malware_policy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Retrieves the information of an existing Sysdig Secure Malware 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

15+
## Example Usage
16+
1517
-> **Note:** Due to a bug in the schema for `additional_hashes` and `ignore_hashes`, you might have faced issues with multiple hash values for these fields with the older version of the provider. After updating to the latest provider version, please update the `additional_hashes` and `ignore_hashes` fields in the malware policy definition in your terraform files to use a list of hashes like shown below, which should now allow multiple hashes:
1618
```
1719
additional_hashes = {
@@ -25,8 +27,7 @@ additional_hashes = [
2527
]
2628
```
2729

28-
## Example Usage
29-
30+
To create a new malware policy:
3031
```terraform
3132
data "sysdig_secure_notification_channel" "email_notification_channel" {
3233
name = "Test Email Channel"

0 commit comments

Comments
 (0)