Adding new Terraform output for Guacamole

This commit is contained in:
Chris Long
2019-11-19 22:24:23 -08:00
parent 5584f792a3
commit 5bcef5e47d
2 changed files with 7 additions and 3 deletions

View File

@@ -30,3 +30,6 @@ output "splunk_url" {
value = local.splunk_url
}
output "guacamole_url" {
value = local.guacamole_url
}