Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Output ERT SQL username and password
Browse files Browse the repository at this point in the history
[#129428037]

Signed-off-by: Dave Walter <[email protected]>
  • Loading branch information
wendorf authored and davewalter committed Oct 31, 2016
1 parent e62fc4e commit e0e791d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,11 @@ output "resources_bucket" {
output "director_blobstore_bucket" {
value = "${google_storage_bucket.director.name}"
}

output "ert_sql_username" {
value = "${var.ert_sql_db_username}"
}

output "ert_sql_password" {
value = "${var.ert_sql_db_password}"
}

0 comments on commit e0e791d

Please sign in to comment.