parameterize ca script

This commit is contained in:
Pim Kunis 2023-04-24 00:07:59 +02:00
parent 0a4af15521
commit 791f5672e3
3 changed files with 6 additions and 6 deletions

View file

@ -28,3 +28,7 @@ output "bridge_name" {
output "ca_host" {
value = "hermes.dmz"
}
output "ca_script" {
value = "/root/ssh_ca/ssh_ca.sh"
}