Keys are working properly now
This commit is contained in:
parent
b641368c0a
commit
3ae1c32cff
@ -3,8 +3,13 @@ output host_ssh_key {
|
||||
value = tls_private_key.host.private_key_pem
|
||||
}
|
||||
|
||||
output vultr_keys {
|
||||
output vultr_secret {
|
||||
sensitive = true
|
||||
value = aws_iam_access_key.vultr.secret
|
||||
}
|
||||
|
||||
output vultr_key_id {
|
||||
sensitive = true
|
||||
value = aws_iam_access_key.vultr.id
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user