SSH公開鍵(生成): sakuracloud_ssh_key_gen
Example Usage
resource "sakuracloud_ssh_key_gen" "foobar" {
name = "foobar"
#pass_phrase = "your-pass-phrase"
description = "description"
}
Argument Reference
name
- (Required) 名前 /1
-64
文字で指定 / この値を変更するとリソースの再作成が行われるpass_phrase
- (Optional) 秘密鍵のパスフレーズ /8
-64
文字で指定 / この値を変更するとリソースの再作成が行われる
Common Arguments
description
- (Optional) 説明 /1
-512
文字で指定
Timeouts
timeouts
ブロックでカスタムタイムアウトが設定可能です。
create
- 作成 (デフォルト: 5分)delete
- 削除 (デフォルト: 5分)
Attribute Reference
id
- IDfingerprint
- 公開鍵のフィンガープリントprivate_key
- 秘密鍵public_key
- 公開鍵