Skip to content

Commit 00cdba3

Browse files
authored
Update README.md
1 parent 9b9262c commit 00cdba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ terraform {
100100
}
101101
}
102102
103-
resource "tls_private_key" "ecdsa-p384-kvm" {
103+
resource "tls_private_key" "ecdsa-p384-bastion" {
104104
algorithm = "ECDSA"
105105
ecdsa_curve = "P384"
106106
}
@@ -129,7 +129,7 @@ module "vm" {
129129
]
130130
bastion_host = "10.0.0.1"
131131
bastion_user = "admin"
132-
bastion_ssh_private_key = tls_private_key.ecdsa-p384-kvm.private_key_pem
132+
bastion_ssh_private_key = tls_private_key.ecdsa-p384-bastion.private_key_pem
133133
time_zone = "CET"
134134
os_img_url = "file:///home/myuser/ubuntu-20.04-server-cloudimg-amd64.img"
135135
xml_override = {

0 commit comments

Comments
 (0)