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 12, 2024
1 parent 3c17d37 commit 508f996
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Terraform Provider: Assert

The Assert provider is a Terraform provider that lets you verify values in your Terraform configuration to make sure they meet specific criteria. The provider only contains functions to assert values, and does not manage any resources.
The Assert provider is a Terraform provider that lets you verify values in your Terraform configurations to make sure they meet specific criteria. The provider only contains functions to assert values, and does not manage any resources.

## Documentation, questions and discussions

Expand Down
4 changes: 2 additions & 2 deletions docs/functions/notnull.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Checks that the input is not null

<!-- signature generated by tfplugindocs -->
```text
notnull(set set of dynamic) bool
notnull(input object) bool
```

## Arguments

<!-- arguments generated by tfplugindocs -->
1. `set` (Set of Dynamic)
1. `input` (Object, Nullable) The input to check

6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
page_title: "Provider: Assert"
description: |-
The Assert provider provides functions to verify values in your Terraform configuration to make sure they meet specific criteria.
The Assert provider provides functions to verify values in your Terraform configurations to make sure they meet specific criteria.
---

# ASSERT Provider

The Assert provider is a utility provider that helps practitioners
to simplify the way they write assertions in their Terraform configuration.
to simplify the way they write assertions in their Terraform configurations.

This provider does not manage any infrastructure, but instead provides a set of provider-defined functions
that can be used to assert that values in Terraform configuration meet specific criteria.
that can be used to assert that values in Terraform configurations meet specific criteria.

Use the navigation to the left to read about the available resources.

Expand Down
6 changes: 3 additions & 3 deletions templates/index.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
page_title: "Provider: Assert"
description: |-
The Assert provider provides functions to verify values in your Terraform configuration to make sure they meet specific criteria.
The Assert provider provides functions to verify values in your Terraform configurations to make sure they meet specific criteria.
---

# {{ .ProviderShortName | upper }} Provider

The Assert provider is a utility provider that helps practitioners
to simplify the way they write assertions in their Terraform configuration.
to simplify the way they write assertions in their Terraform configurations.

This provider does not manage any infrastructure, but instead provides a set of provider-defined functions
that can be used to assert that values in Terraform configuration meet specific criteria.
that can be used to assert that values in Terraform configurations meet specific criteria.

Use the navigation to the left to read about the available resources.

Expand Down

0 comments on commit 508f996

Please sign in to comment.