Update docs
This commit is contained in:
parent
a4442dcfbe
commit
bd06c2e4b3
8 changed files with 4 additions and 28 deletions
|
@ -27,9 +27,7 @@ terraform {
|
|||
provider "tor" {}
|
||||
|
||||
# Example: Generate RSA identity key for Tor relay
|
||||
resource "tor_relay_identity_rsa" "example" {
|
||||
key_size = 2048 # Default RSA key size for Tor relays
|
||||
}
|
||||
resource "tor_relay_identity_rsa" "example" {}
|
||||
|
||||
output "private_key_pem" {
|
||||
description = "RSA private key in PEM format"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue