We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99002f commit c03583bCopy full SHA for c03583b
docs/datasources/sshkey.mdx
@@ -46,6 +46,7 @@ source "qemu" "install" {
46
ssh_username = "root"
47
ssh_private_key_file = data.sshkey.install.private_key_path
48
ssh_clear_authorized_keys = true
49
+ // clean up SSH keys after build
50
temporary_key_pair_name = var.temporary_key_pair_name
51
http_content = {
52
"/preseed.cfg" = templatefile("preseed.cfg.pkrtpl", {
0 commit comments