Skip to content

Commit

Permalink
chore: gen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Mar 15, 2024
1 parent 0686669 commit d28aecb
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/functions/false.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "false function - assert"
subcategory: ""
description: |-
Checks whether a value is false
---

# function: false





## Signature

<!-- signature generated by tfplugindocs -->
```text
false(value bool) bool
```

## Arguments

<!-- arguments generated by tfplugindocs -->
1. `value` (Boolean) The value to check

26 changes: 26 additions & 0 deletions docs/functions/true.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "true function - assert"
subcategory: ""
description: |-
Checks whether a value is true
---

# function: true





## Signature

<!-- signature generated by tfplugindocs -->
```text
true(value bool) bool
```

## Arguments

<!-- arguments generated by tfplugindocs -->
1. `value` (Boolean) The value to check

0 comments on commit d28aecb

Please sign in to comment.