From 81c6ae9eb60a3810bd275e81a6a9e8e4a0a3181d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Uro=C5=A1=20Simovi=C4=87?= <uros313@kiwi.com>
Date: Mon, 11 Mar 2024 10:33:28 +0100
Subject: [PATCH] docs: add error and warning data sources

---
 docs/data-sources/error.md   | 29 +++++++++++++++++++++++++++++
 docs/data-sources/warning.md | 29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)
 create mode 100644 docs/data-sources/error.md
 create mode 100644 docs/data-sources/warning.md

diff --git a/docs/data-sources/error.md b/docs/data-sources/error.md
new file mode 100644
index 0000000..9e04c4c
--- /dev/null
+++ b/docs/data-sources/error.md
@@ -0,0 +1,29 @@
+---
+# generated by https://github.com/hashicorp/terraform-plugin-docs
+page_title: "misc_error Data Source - misc"
+subcategory: ""
+description: |-
+  Error data source
+---
+
+# misc_error (Data Source)
+
+Error data source
+
+
+
+<!-- schema generated by tfplugindocs -->
+## Schema
+
+### Required
+
+- `condition` (Boolean) Error condition
+- `summary` (String) Error message summary
+
+### Optional
+
+- `details` (String) Error message details
+
+### Read-Only
+
+- `id` (String) Error identifier
diff --git a/docs/data-sources/warning.md b/docs/data-sources/warning.md
new file mode 100644
index 0000000..f7420e9
--- /dev/null
+++ b/docs/data-sources/warning.md
@@ -0,0 +1,29 @@
+---
+# generated by https://github.com/hashicorp/terraform-plugin-docs
+page_title: "misc_warning Data Source - misc"
+subcategory: ""
+description: |-
+  Error data source
+---
+
+# misc_warning (Data Source)
+
+Error data source
+
+
+
+<!-- schema generated by tfplugindocs -->
+## Schema
+
+### Required
+
+- `condition` (Boolean) Error condition
+- `summary` (String) Error message summary
+
+### Optional
+
+- `details` (String) Error message details
+
+### Read-Only
+
+- `id` (String) Error identifier