Skip to content

Commit

Permalink
docs: add error and warning data sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Uroš Simović committed Mar 11, 2024
1 parent 72e9c75 commit 81c6ae9
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/data-sources/error.md
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
29 changes: 29 additions & 0 deletions docs/data-sources/warning.md
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

0 comments on commit 81c6ae9

Please sign in to comment.