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

Commit

Permalink
Add gcs backup bucket in terraforming-pas output
Browse files Browse the repository at this point in the history
  • Loading branch information
alamages authored and Nick Mahoney committed Aug 8, 2019
1 parent 59cae76 commit f5c58a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraforming-pas/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ output "resources_bucket" {
value = "${module.pas.resources_bucket}"
}

output "backup_bucket" {
value = "${module.pas.backup_bucket}"
}

output "pas_subnet_gateway" {
value = "${module.pas.pas_subnet_gateway}"
}
Expand Down

0 comments on commit f5c58a9

Please sign in to comment.