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 + +### 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 + +### Required + +- `condition` (Boolean) Error condition +- `summary` (String) Error message summary + +### Optional + +- `details` (String) Error message details + +### Read-Only + +- `id` (String) Error identifier