Skip to content

Commit f671548

Browse files
committed
added output
1 parent 369a286 commit f671548

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ determining that location is as follows:
188188
| service\_account\_name | The fully-qualified name of the default service account |
189189
| service\_account\_unique\_id | The unique id of the default service account |
190190
| tag\_bindings | Tag bindings |
191+
| usage\_report\_export\_bucket | GCE usage reports bucket |
191192

192193
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
193194

outputs.tf

+5
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,8 @@ output "tag_bindings" {
103103
description = "Tag bindings"
104104
value = module.project-factory.tag_bindings
105105
}
106+
107+
output "usage_report_export_bucket" {
108+
description = "GCE usage reports bucket"
109+
value = module.project-factory.usage_report_export_bucket
110+
}

0 commit comments

Comments
 (0)