create ssh key for compute instances
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
resource "tls_private_key" "ssh_key" {
|
||||
count = var.compute_ssh_key == null ? 1 : 0
|
||||
|
||||
algorithm = var.created_ssh_key_algorithm
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user