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 9b9262c commit 00cdba3Copy full SHA for 00cdba3
README.md
@@ -100,7 +100,7 @@ terraform {
100
}
101
102
103
-resource "tls_private_key" "ecdsa-p384-kvm" {
+resource "tls_private_key" "ecdsa-p384-bastion" {
104
algorithm = "ECDSA"
105
ecdsa_curve = "P384"
106
@@ -129,7 +129,7 @@ module "vm" {
129
]
130
bastion_host = "10.0.0.1"
131
bastion_user = "admin"
132
- bastion_ssh_private_key = tls_private_key.ecdsa-p384-kvm.private_key_pem
+ bastion_ssh_private_key = tls_private_key.ecdsa-p384-bastion.private_key_pem
133
time_zone = "CET"
134
os_img_url = "file:///home/myuser/ubuntu-20.04-server-cloudimg-amd64.img"
135
xml_override = {
0 commit comments