Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdwyertech committed Feb 28, 2024
1 parent 1f35f05 commit 0252c14
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 23 deletions.
2 changes: 0 additions & 2 deletions docs/data-sources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ description: |-
- `id` (String) The ID of this resource.
- `json` (String)
- `override_attributes_json` (String)


2 changes: 0 additions & 2 deletions docs/data-sources/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ description: |-
- `normal_attributes_json` (String)
- `override_attributes_json` (String)
- `run_list` (List of String)


2 changes: 0 additions & 2 deletions docs/data-sources/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ Required:

- `name` (String)
- `value` (List of String)


2 changes: 0 additions & 2 deletions docs/resources/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ description: |-
### Read-Only

- `id` (String) The ID of this resource.


2 changes: 0 additions & 2 deletions docs/resources/client_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ description: |-
### Read-Only

- `id` (String) The ID of this resource.


2 changes: 0 additions & 2 deletions docs/resources/data_bag.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ description: |-

- `api_uri` (String)
- `id` (String) The ID of this resource.


2 changes: 0 additions & 2 deletions docs/resources/data_bag_item.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ description: |-
### Read-Only

- `id` (String) The ID of this resource.


2 changes: 0 additions & 2 deletions docs/resources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ description: |-

- `id` (String) The ID of this resource.
- `json` (String)


2 changes: 0 additions & 2 deletions docs/resources/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ description: |-
### Read-Only

- `id` (String) The ID of this resource.


2 changes: 0 additions & 2 deletions docs/resources/role.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ description: |-
### Read-Only

- `id` (String) The ID of this resource.


2 changes: 0 additions & 2 deletions docs/resources/user_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ description: |-
### Read-Only

- `id` (String) The ID of this resource.


4 changes: 3 additions & 1 deletion terraform-registry-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"version": 1,
"metadata": {
"protocol_versions": ["5.0"]
"protocol_versions": [
"6.0"
]
}
}

0 comments on commit 0252c14

Please sign in to comment.