Skip to content

Commit 93305f6

Browse files
committed
docs: update provider documentation schema
- Regenerate documentation with tfplugindocs to match current provider schema - Fix page titles and attribute descriptions - Ensure documentation is in sync with provider implementation
1 parent ab3daa7 commit 93305f6

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs/data-sources/extip.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ description: |-
88

99
# extip (Data Source)
1010

11+
12+
13+
14+
1115
<!-- schema generated by tfplugindocs -->
1216
## Schema
1317

@@ -16,7 +20,7 @@ description: |-
1620
- `client_timeout` (Number) The time to wait for a response in ms
1721
If not set, defaults to 1000 (1 second). Setting to 0 means infinite (no timeout)
1822
- `resolver` (String) The URL to use to resolve the external IP address
19-
If not set, defaults to <https://checkip.amazonaws.com/>
23+
If not set, defaults to https://checkip.amazonaws.com/
2024
- `validate_ip` (Boolean) Validate if the returned response is a valid ip address
2125

2226
### Read-Only

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ description: |-
77

88
# extip Provider
99

10+
11+
12+
13+
1014
<!-- schema generated by tfplugindocs -->
1115
## Schema

0 commit comments

Comments
 (0)