Regenerate docs, update CHANGELOG for v1.0.0, clean up registry manifest
Some checks failed
CI / build (push) Failing after 33s
Some checks failed
CI / build (push) Failing after 33s
- Regenerated docs/ via tfplugindocs: 51 files covering all 20 resources and 30 data sources with auto-extracted schemas and examples - Removed stale docs for old resources (build.md, ssh.md) - CHANGELOG.md: added v1.0.0 entry with full feature list, breaking changes, and security notes - terraform-registry-manifest.json: confirmed protocol_versions ["6.0"] is correct for Terraform Plugin Framework Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
36
docs/data-sources/server_traffic_blocks.md
Normal file
36
docs/data-sources/server_traffic_blocks.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "virtfusion_server_traffic_blocks Data Source - virtfusion"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
Use this data source to list traffic blocks for a VirtFusion server.
|
||||
---
|
||||
|
||||
# virtfusion_server_traffic_blocks (Data Source)
|
||||
|
||||
Use this data source to list traffic blocks for a VirtFusion server.
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `server_id` (Number) The server ID to list traffic blocks for.
|
||||
|
||||
### Optional
|
||||
|
||||
- `results` (Number) Maximum number of results to return. Defaults to 300.
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `blocks` (Attributes List) The list of traffic blocks. (see [below for nested schema](#nestedatt--blocks))
|
||||
|
||||
<a id="nestedatt--blocks"></a>
|
||||
### Nested Schema for `blocks`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (Number) The traffic block ID.
|
||||
- `type` (String) The traffic block type.
|
||||
Reference in New Issue
Block a user