Skip to content

Commit

Permalink
update terraform syntax for gcp smoke test
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Dantas <[email protected]>
Co-authored-by: Lilly Daniell <[email protected]>
Co-authored-by: Nick Ruffles <[email protected]>
  • Loading branch information
3 people committed Nov 24, 2022
1 parent 7f55940 commit f3daf23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resource/assets/gcp/infrastructure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,12 @@ value = google_compute_address.atc_ip.address

output "director_account_creds" {
value = base64decode(google_service_account_key.bosh.private_key)
sensitive = true
}

output "self_update_account_creds" {
value = base64decode(google_service_account_key.self_update.private_key)
sensitive = true
}

output "director_public_ip" {
Expand Down

0 comments on commit f3daf23

Please sign in to comment.