Skip to content

Commit c03583b

Browse files
committed
Added short explanation for temporary_key_pair_name
1 parent c99002f commit c03583b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/datasources/sshkey.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ source "qemu" "install" {
4646
ssh_username = "root"
4747
ssh_private_key_file = data.sshkey.install.private_key_path
4848
ssh_clear_authorized_keys = true
49+
// clean up SSH keys after build
4950
temporary_key_pair_name = var.temporary_key_pair_name
5051
http_content = {
5152
"/preseed.cfg" = templatefile("preseed.cfg.pkrtpl", {

0 commit comments

Comments
 (0)