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

Commit

Permalink
Add pks output for director blobstore service account key
Browse files Browse the repository at this point in the history
  • Loading branch information
JaysonBH authored and zachgersh committed Feb 8, 2019
1 parent b3dd51c commit a2491e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraforming-pks/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ output "director_blobstore_bucket" {
value = "${module.ops_manager.director_blobstore_bucket}"
}

output "director_blobstore_service_account_key" {
value = "${module.infra.blobstore_gcp_service_account_key}"
sensitive = true
}

output "infrastructure_subnet_gateway" {
value = "${module.infra.subnet_gateway}"
}
Expand Down

0 comments on commit a2491e2

Please sign in to comment.