Skip to content

Commit d4e4156

Browse files
committed
Fix docs to add new section
1 parent f12a9b8 commit d4e4156

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,7 +12,7 @@ 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
15+
## Migration/Troubleshooting
1616

1717
-> **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:
1818
```
@@ -27,7 +27,8 @@ additional_hashes = [
2727
]
2828
```
2929

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

0 commit comments

Comments
 (0)