mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
feat: generated docs, and original workflows
This commit is contained in:
35
terraform-provider-autoglue/docs/resources/ssh_key.md
Normal file
35
terraform-provider-autoglue/docs/resources/ssh_key.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "autoglue_ssh_key Resource - terraform-provider-autoglue"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# autoglue_ssh_key (Resource)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `comment` (String) Comment appended to authorized key
|
||||
- `name` (String) Display name
|
||||
|
||||
### Optional
|
||||
|
||||
- `bits` (Number) RSA key size (2048/3072/4096). Ignored for ed25519.
|
||||
- `type` (String) Key type: rsa or ed25519 (default rsa)
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `created_at` (String) Creation time (RFC3339, UTC)
|
||||
- `fingerprint` (String) SHA256 fingerprint
|
||||
- `id` (String) SSH key ID (UUID)
|
||||
- `private_key_pem` (String, Sensitive) Private key PEM (resource doesn’t reveal; stays empty).
|
||||
- `public_key` (String) OpenSSH authorized key
|
||||
- `updated_at` (String) Update time (RFC3339, UTC)
|
||||
Reference in New Issue
Block a user