From 941ed5b46334abb857dfd77a4ef5623f9f9efa41 Mon Sep 17 00:00:00 2001 From: Jorge Maroto Date: Tue, 8 Mar 2022 17:50:35 +0100 Subject: [PATCH] docs: fix callouts (#163) * Fix callouts Fix format so callouts are displayed properly. * Use blue box instead of yellow The content of the box is more an info than a warning, so use the friendly blue. https://www.terraform.io/registry/providers/docs#callouts --- website/docs/d/current_user.md | 2 +- website/docs/d/fargate_workload_agent.md | 2 +- website/docs/d/monitor_notification_channel_email.md | 2 +- website/docs/d/monitor_notification_channel_pagerduty.md | 2 +- website/docs/d/secure_notification_channel.md | 2 +- website/docs/d/secure_trusted_cloud_identity.md | 2 +- website/docs/d/user.md | 2 +- website/docs/r/monitor_alert_anomaly.md | 2 +- website/docs/r/monitor_alert_downtime.md | 2 +- website/docs/r/monitor_alert_event.md | 2 +- website/docs/r/monitor_alert_group_outlier.md | 2 +- website/docs/r/monitor_alert_metric.md | 2 +- website/docs/r/monitor_alert_promql.md | 2 +- website/docs/r/monitor_dashboard.md | 2 +- website/docs/r/monitor_notification_channel_email.md | 2 +- website/docs/r/monitor_notification_channel_opsgenie.md | 2 +- website/docs/r/monitor_notification_channel_pagerduty.md | 2 +- website/docs/r/monitor_notification_channel_slack.md | 2 +- website/docs/r/monitor_notification_channel_sns.md | 2 +- website/docs/r/monitor_notification_channel_victorops.md | 2 +- website/docs/r/monitor_notification_channel_webhook.md | 2 +- website/docs/r/monitor_team.md | 2 +- website/docs/r/secure_benchmark_task.md | 2 +- website/docs/r/secure_cloud_account.md | 2 +- website/docs/r/secure_list.md | 2 +- website/docs/r/secure_macro.md | 2 +- website/docs/r/secure_notification_channel_email.md | 2 +- website/docs/r/secure_notification_channel_opsgenie.md | 2 +- website/docs/r/secure_notification_channel_pagerduty.md | 2 +- website/docs/r/secure_notification_channel_slack.md | 2 +- website/docs/r/secure_notification_channel_sns.md | 2 +- website/docs/r/secure_notification_channel_victorops.md | 2 +- website/docs/r/secure_notification_channel_webhook.md | 2 +- website/docs/r/secure_policy.md | 2 +- website/docs/r/secure_rule_container.md | 2 +- website/docs/r/secure_rule_falco.md | 2 +- website/docs/r/secure_rule_filesystem.md | 2 +- website/docs/r/secure_rule_network.md | 2 +- website/docs/r/secure_rule_process.md | 2 +- website/docs/r/secure_rule_syscall.md | 2 +- website/docs/r/secure_team.md | 2 +- website/docs/r/secure_vulnerability_exception.md | 2 +- website/docs/r/secure_vulnerability_exception_list.md | 2 +- website/docs/r/user.md | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/website/docs/d/current_user.md b/website/docs/d/current_user.md index f1648c6e..38a1a32d 100644 --- a/website/docs/d/current_user.md +++ b/website/docs/d/current_user.md @@ -10,7 +10,7 @@ description: |- Retrieves information about the current user performing the API calls. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/d/fargate_workload_agent.md b/website/docs/d/fargate_workload_agent.md index 80e81624..93ac7268 100644 --- a/website/docs/d/fargate_workload_agent.md +++ b/website/docs/d/fargate_workload_agent.md @@ -10,7 +10,7 @@ description: |- Updates the fargate workload definition to add a [Sysdig Agent](https://docs.sysdig.com/en/docs/installation/serverless-agents/aws-fargate-serverless-agents/) -`~> **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.` +-> **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. You can connect the Sysdig agent directly to a collector (using `collector_host` and `collector` port) or through an orchestrator (using `orchestrator_host` and `orchestrator_port`). For details about how to deploy an orchestrator check the [Sysdig Orchestrator module](https://registry.terraform.io/modules/sysdiglabs/fargate-orchestrator-agent/aws/latest). diff --git a/website/docs/d/monitor_notification_channel_email.md b/website/docs/d/monitor_notification_channel_email.md index 5644470e..78324f1e 100644 --- a/website/docs/d/monitor_notification_channel_email.md +++ b/website/docs/d/monitor_notification_channel_email.md @@ -10,7 +10,7 @@ description: |- Retrieves information about a Monitor notification channel of type Email -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/d/monitor_notification_channel_pagerduty.md b/website/docs/d/monitor_notification_channel_pagerduty.md index 27647e0d..5148a5a0 100644 --- a/website/docs/d/monitor_notification_channel_pagerduty.md +++ b/website/docs/d/monitor_notification_channel_pagerduty.md @@ -10,7 +10,7 @@ description: |- Retrieves information about a Monitor notification channel of type Pagerduty -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/d/secure_notification_channel.md b/website/docs/d/secure_notification_channel.md index 0b26eb33..be332cc5 100644 --- a/website/docs/d/secure_notification_channel.md +++ b/website/docs/d/secure_notification_channel.md @@ -10,7 +10,7 @@ description: |- Retrieves the information of an existing Sysdig Secure Notification Channel. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/d/secure_trusted_cloud_identity.md b/website/docs/d/secure_trusted_cloud_identity.md index 043521b7..c81772b0 100644 --- a/website/docs/d/secure_trusted_cloud_identity.md +++ b/website/docs/d/secure_trusted_cloud_identity.md @@ -10,7 +10,7 @@ description: |- Retrieves information about the Sysdig Secure Trusted Cloud Identity -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/d/user.md b/website/docs/d/user.md index 5a1f9f8c..d8e3caf9 100644 --- a/website/docs/d/user.md +++ b/website/docs/d/user.md @@ -10,7 +10,7 @@ description: |- Retrieves information about a user from their email -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_alert_anomaly.md b/website/docs/r/monitor_alert_anomaly.md index d5e039c9..00d7a933 100644 --- a/website/docs/r/monitor_alert_anomaly.md +++ b/website/docs/r/monitor_alert_anomaly.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Monitor Anomaly Alert. Monitor hosts based on their historical behaviors and alert when they deviate. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_alert_downtime.md b/website/docs/r/monitor_alert_downtime.md index eb8dffe2..8b515b5a 100644 --- a/website/docs/r/monitor_alert_downtime.md +++ b/website/docs/r/monitor_alert_downtime.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Monitor Downtime Alert. Monitor any type of entity - host, container, process, service, etc - and alert when the entity goes down. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_alert_event.md b/website/docs/r/monitor_alert_event.md index 9c8035fa..3a086591 100644 --- a/website/docs/r/monitor_alert_event.md +++ b/website/docs/r/monitor_alert_event.md @@ -12,7 +12,7 @@ Creates a Sysdig Monitor Event Alert. Monitor occurrences of specific events, an number of occurrences violates a threshold. Useful for alerting on container, orchestration, and service events like restarts and deployments. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_alert_group_outlier.md b/website/docs/r/monitor_alert_group_outlier.md index f0746ce4..a6b8e872 100644 --- a/website/docs/r/monitor_alert_group_outlier.md +++ b/website/docs/r/monitor_alert_group_outlier.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Monitor Group Outlier Alert. Monitor a group of hosts and be notified when one acts differently from the rest. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_alert_metric.md b/website/docs/r/monitor_alert_metric.md index 45df173f..02ec9bf3 100644 --- a/website/docs/r/monitor_alert_metric.md +++ b/website/docs/r/monitor_alert_metric.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Monitor Metric Alert. Monitor time-series metrics and alert if they violate user-defined thresholds. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_alert_promql.md b/website/docs/r/monitor_alert_promql.md index d47a5240..6feb17b7 100644 --- a/website/docs/r/monitor_alert_promql.md +++ b/website/docs/r/monitor_alert_promql.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Monitor PromQL Alert. Monitor prometheus metrics and alert if they violate user-defined PromQL-based metric expression. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_dashboard.md b/website/docs/r/monitor_dashboard.md index bd76cdf9..05131b81 100644 --- a/website/docs/r/monitor_dashboard.md +++ b/website/docs/r/monitor_dashboard.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Monitor Dashboard using PromQL queries. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_notification_channel_email.md b/website/docs/r/monitor_notification_channel_email.md index 58f78409..6c2d2011 100644 --- a/website/docs/r/monitor_notification_channel_email.md +++ b/website/docs/r/monitor_notification_channel_email.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Monitor Notification Channel of type Email. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_notification_channel_opsgenie.md b/website/docs/r/monitor_notification_channel_opsgenie.md index 7e1df139..20c4ed77 100644 --- a/website/docs/r/monitor_notification_channel_opsgenie.md +++ b/website/docs/r/monitor_notification_channel_opsgenie.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Monitor Notification Channel of type OpsGenie. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_notification_channel_pagerduty.md b/website/docs/r/monitor_notification_channel_pagerduty.md index a64f6b58..d3da863d 100644 --- a/website/docs/r/monitor_notification_channel_pagerduty.md +++ b/website/docs/r/monitor_notification_channel_pagerduty.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Monitor Notification Channel of type Pagerduty. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_notification_channel_slack.md b/website/docs/r/monitor_notification_channel_slack.md index cee600f8..d0507845 100644 --- a/website/docs/r/monitor_notification_channel_slack.md +++ b/website/docs/r/monitor_notification_channel_slack.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Monitor Notification Channel of type Slack. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_notification_channel_sns.md b/website/docs/r/monitor_notification_channel_sns.md index 9cca3c50..8050aff9 100644 --- a/website/docs/r/monitor_notification_channel_sns.md +++ b/website/docs/r/monitor_notification_channel_sns.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Monitor Notification Channel of type Amazon SNS. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_notification_channel_victorops.md b/website/docs/r/monitor_notification_channel_victorops.md index 18af2c86..a518eb26 100644 --- a/website/docs/r/monitor_notification_channel_victorops.md +++ b/website/docs/r/monitor_notification_channel_victorops.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Monitor Notification Channel of type VictorOps. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_notification_channel_webhook.md b/website/docs/r/monitor_notification_channel_webhook.md index ae796724..fc000272 100644 --- a/website/docs/r/monitor_notification_channel_webhook.md +++ b/website/docs/r/monitor_notification_channel_webhook.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Monitor Notification Channel of type Webhook. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/monitor_team.md b/website/docs/r/monitor_team.md index 05468248..3b3419ac 100644 --- a/website/docs/r/monitor_team.md +++ b/website/docs/r/monitor_team.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Monitor Team. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_benchmark_task.md b/website/docs/r/secure_benchmark_task.md index 3cf47d3f..d736a158 100644 --- a/website/docs/r/secure_benchmark_task.md +++ b/website/docs/r/secure_benchmark_task.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Benchmark Task. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_cloud_account.md b/website/docs/r/secure_cloud_account.md index 0d4ef333..ff2a132a 100644 --- a/website/docs/r/secure_cloud_account.md +++ b/website/docs/r/secure_cloud_account.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Cloud Account. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_list.md b/website/docs/r/secure_list.md index c6a0a183..1d78a2d2 100644 --- a/website/docs/r/secure_list.md +++ b/website/docs/r/secure_list.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Falco List. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_macro.md b/website/docs/r/secure_macro.md index 4ab7064e..02593406 100644 --- a/website/docs/r/secure_macro.md +++ b/website/docs/r/secure_macro.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Falco Macro. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_notification_channel_email.md b/website/docs/r/secure_notification_channel_email.md index 41b771a3..a78da9f0 100644 --- a/website/docs/r/secure_notification_channel_email.md +++ b/website/docs/r/secure_notification_channel_email.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Notification Channel of type Email. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_notification_channel_opsgenie.md b/website/docs/r/secure_notification_channel_opsgenie.md index 53ef5a8b..e312ce90 100644 --- a/website/docs/r/secure_notification_channel_opsgenie.md +++ b/website/docs/r/secure_notification_channel_opsgenie.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Notification Channel of type OpsGenie. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_notification_channel_pagerduty.md b/website/docs/r/secure_notification_channel_pagerduty.md index a39b10f4..d94a5d3b 100644 --- a/website/docs/r/secure_notification_channel_pagerduty.md +++ b/website/docs/r/secure_notification_channel_pagerduty.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Notification Channel of type Pagerduty. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_notification_channel_slack.md b/website/docs/r/secure_notification_channel_slack.md index 3f186347..1380f7bd 100644 --- a/website/docs/r/secure_notification_channel_slack.md +++ b/website/docs/r/secure_notification_channel_slack.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Notification Channel of type Slack. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_notification_channel_sns.md b/website/docs/r/secure_notification_channel_sns.md index 105e038c..4d831b67 100644 --- a/website/docs/r/secure_notification_channel_sns.md +++ b/website/docs/r/secure_notification_channel_sns.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Notification Channel of type Amazon SNS. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_notification_channel_victorops.md b/website/docs/r/secure_notification_channel_victorops.md index 5ecce695..e3a0d10e 100644 --- a/website/docs/r/secure_notification_channel_victorops.md +++ b/website/docs/r/secure_notification_channel_victorops.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Notification Channel of type VictorOps. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_notification_channel_webhook.md b/website/docs/r/secure_notification_channel_webhook.md index 9f39950d..256cae0e 100644 --- a/website/docs/r/secure_notification_channel_webhook.md +++ b/website/docs/r/secure_notification_channel_webhook.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Notification Channel of type Webhook. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_policy.md b/website/docs/r/secure_policy.md index 0d1341c1..0ee969aa 100644 --- a/website/docs/r/secure_policy.md +++ b/website/docs/r/secure_policy.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Policy. -~> **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. +-> **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. ## Example Usage diff --git a/website/docs/r/secure_rule_container.md b/website/docs/r/secure_rule_container.md index 8a5d15ce..1fc4704e 100644 --- a/website/docs/r/secure_rule_container.md +++ b/website/docs/r/secure_rule_container.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Container Rule. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_rule_falco.md b/website/docs/r/secure_rule_falco.md index 00ce3de3..728d361d 100644 --- a/website/docs/r/secure_rule_falco.md +++ b/website/docs/r/secure_rule_falco.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Falco Rule. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_rule_filesystem.md b/website/docs/r/secure_rule_filesystem.md index c928605b..4aab5df3 100644 --- a/website/docs/r/secure_rule_filesystem.md +++ b/website/docs/r/secure_rule_filesystem.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Filesystem Rule. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_rule_network.md b/website/docs/r/secure_rule_network.md index 0620a5ac..92bbb200 100644 --- a/website/docs/r/secure_rule_network.md +++ b/website/docs/r/secure_rule_network.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Network Rule. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_rule_process.md b/website/docs/r/secure_rule_process.md index f47d97fb..5c7b72cb 100644 --- a/website/docs/r/secure_rule_process.md +++ b/website/docs/r/secure_rule_process.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Process Rule. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_rule_syscall.md b/website/docs/r/secure_rule_syscall.md index 07490a48..4c63a017 100644 --- a/website/docs/r/secure_rule_syscall.md +++ b/website/docs/r/secure_rule_syscall.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Syscall Rule. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_team.md b/website/docs/r/secure_team.md index 18457f9b..7a01d2a4 100644 --- a/website/docs/r/secure_team.md +++ b/website/docs/r/secure_team.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Team. -`~> **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.` +-> **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. ## Example Usage diff --git a/website/docs/r/secure_vulnerability_exception.md b/website/docs/r/secure_vulnerability_exception.md index 664902b8..44118b4b 100644 --- a/website/docs/r/secure_vulnerability_exception.md +++ b/website/docs/r/secure_vulnerability_exception.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Vulnerability Exception. -~> **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. +-> **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. ## Example Usage diff --git a/website/docs/r/secure_vulnerability_exception_list.md b/website/docs/r/secure_vulnerability_exception_list.md index 0f445509..f8e0b442 100644 --- a/website/docs/r/secure_vulnerability_exception_list.md +++ b/website/docs/r/secure_vulnerability_exception_list.md @@ -10,7 +10,7 @@ description: |- Creates a Sysdig Secure Vulnerability Exception list that will hold all the vulnerability exceptions. -~> **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. +-> **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. ## Example Usage diff --git a/website/docs/r/user.md b/website/docs/r/user.md index d03afafb..364ce9f0 100644 --- a/website/docs/r/user.md +++ b/website/docs/r/user.md @@ -10,7 +10,7 @@ description: |- Creates a user in Sysdig. -`~> **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.` +-> **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. ## Example Usage