Skip to content

Commit

Permalink
docs: add note callout for provider behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
d-strobel committed Oct 18, 2024
1 parent d12d407 commit 545519d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ description: |-
<!-- provider description generated from schema -->
The windows provider is used to interact remotely via winrm or ssh with a windows system.

**Important**:
Due to the limitations of the terraform-plugin-framework some attributes are listed as optionals even though a combination of certain parameters are required.
Check examples below for reference.
~> **Important** Due to the limitations of the terraform-plugin-framework some attributes are listed as optionals even though a combination of certain parameters are required. Check examples below for reference.

<!-- examples generated from template and example files -->
## Example Usage
Expand Down
4 changes: 2 additions & 2 deletions internal/generate/provider_windows/windows_provider_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions internal/schema/provider_windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"provider": {
"name": "windows",
"schema": {
"description": "The windows provider is used to interact remotely via winrm or ssh with a windows system.\n\n**Important**:\nDue to the limitations of the terraform-plugin-framework some attributes are listed as optionals even though a combination of certain parameters are required\nCheck examples below for reference.",
"markdown_description": "The windows provider is used to interact remotely via winrm or ssh with a windows system.\n\n**Important**:\nDue to the limitations of the terraform-plugin-framework some attributes are listed as optionals even though a combination of certain parameters are required.\nCheck examples below for reference.",
"description": "The windows provider is used to interact remotely via winrm or ssh with a windows system.\n\n~> **Important** Due to the limitations of the terraform-plugin-framework some attributes are listed as optionals even though a combination of certain parameters are required. Check examples below for reference.",
"markdown_description": "The windows provider is used to interact remotely via winrm or ssh with a windows system.\n\n~> **Important** Due to the limitations of the terraform-plugin-framework some attributes are listed as optionals even though a combination of certain parameters are required. Check examples below for reference.",
"attributes": [
{
"name": "endpoint",
Expand Down

0 comments on commit 545519d

Please sign in to comment.