Commit f671548 1 parent 369a286 commit f671548 Copy full SHA for f671548
File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ determining that location is as follows:
188
188
| service\_ account\_ name | The fully-qualified name of the default service account |
189
189
| service\_ account\_ unique\_ id | The unique id of the default service account |
190
190
| tag\_ bindings | Tag bindings |
191
+ | usage\_ report\_ export\_ bucket | GCE usage reports bucket |
191
192
192
193
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
193
194
Original file line number Diff line number Diff line change @@ -103,3 +103,8 @@ output "tag_bindings" {
103
103
description = " Tag bindings"
104
104
value = module. project-factory . tag_bindings
105
105
}
106
+
107
+ output "usage_report_export_bucket" {
108
+ description = " GCE usage reports bucket"
109
+ value = module. project-factory . usage_report_export_bucket
110
+ }
You can’t perform that action at this time.
0 commit comments