From aa9fb458ff310114d718317c28bd03bd4140eccf Mon Sep 17 00:00:00 2001 From: vojindjukic Date: Tue, 3 Sep 2024 14:12:20 +0200 Subject: [PATCH] add Attributes Reference to docs --- website/docs/r/ip_filters_settings.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/docs/r/ip_filters_settings.md b/website/docs/r/ip_filters_settings.md index 0ee8fce8..c300a7e9 100644 --- a/website/docs/r/ip_filters_settings.md +++ b/website/docs/r/ip_filters_settings.md @@ -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. @@ -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.