Add e2e test using opentofu cli
This commit is contained in:
parent
bd06c2e4b3
commit
6b623eb3a3
8 changed files with 180 additions and 5 deletions
|
@ -37,10 +37,6 @@ output "public_key_pem" {
|
|||
value = tor_relay_identity_ed25519.example.public_key_pem
|
||||
}
|
||||
|
||||
output "public_key_fingerprint_sha1" {
|
||||
description = "SHA1 fingerprint of the Ed25519 public key"
|
||||
value = tor_relay_identity_ed25519.example.public_key_fingerprint_sha1
|
||||
}
|
||||
|
||||
output "public_key_fingerprint_sha256" {
|
||||
description = "SHA256 fingerprint of the Ed25519 public key"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue