Skip to content

Commit

Permalink
add Attributes Reference to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vojindj committed Sep 5, 2024
1 parent 4c48f21 commit aa9fb45
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/docs/r/ip_filters_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Currently, there is only one setting available: `ip_filtering_enabled` which ena

> **Warning**
> This resource is global and is allowed to have only one instance per customer.
> Please verify the IP ranges before enabling the feature, ensuring you include the IP range you are using. Failure to include your current IP range will block your access to Sysdig until you connect from an approved IP range.
> Please verify that all IP ranges are created before enabling the feature. Failure to include your IP range will block your access to Sysdig until you connect from an approved IP range.

The `sysdig_ip_filters_settings` behaves differently from normal resources, in that Terraform does not destroy this resource.
On resource destruction, Terraform performs no actions in Sysdig.
Expand All @@ -34,6 +35,10 @@ This example enables the IP filtering feature.

* `ip_filtering_enabled` - (Required) Specifies whether the IP filtering feature is enabled.

## Attributes Reference

No additional attributes are exported.

## Import

Sysdig IP filters settings can be imported, e.g.
Expand Down

0 comments on commit aa9fb45

Please sign in to comment.