mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
feat: generated docs, and original workflows
This commit is contained in:
37
terraform-provider-autoglue/docs/data-sources/ssh_keys.md
Normal file
37
terraform-provider-autoglue/docs/data-sources/ssh_keys.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "autoglue_ssh_keys Data Source - terraform-provider-autoglue"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# autoglue_ssh_keys (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- `fingerprint` (String) Filter by exact fingerprint (client-side).
|
||||
- `name_contains` (String) Filter by substring of name (client-side).
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `keys` (Attributes List) SSH keys (see [below for nested schema](#nestedatt--keys))
|
||||
|
||||
<a id="nestedatt--keys"></a>
|
||||
### Nested Schema for `keys`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `created_at` (String)
|
||||
- `fingerprint` (String)
|
||||
- `id` (String)
|
||||
- `name` (String)
|
||||
- `public_key` (String)
|
||||
- `updated_at` (String)
|
||||
Reference in New Issue
Block a user