-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add error and warning data sources
- Loading branch information
Uroš Simović
committed
Mar 11, 2024
1 parent
72e9c75
commit 81c6ae9
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |