parameterize ca script
This commit is contained in:
parent
0a4af15521
commit
791f5672e3
3 changed files with 6 additions and 6 deletions
|
@ -28,3 +28,7 @@ output "bridge_name" {
|
|||
output "ca_host" {
|
||||
value = "hermes.dmz"
|
||||
}
|
||||
|
||||
output "ca_script" {
|
||||
value = "/root/ssh_ca/ssh_ca.sh"
|
||||
}
|
||||
|
|
Reference in a new issue