We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369a286 commit f671548Copy full SHA for f671548
README.md
@@ -188,6 +188,7 @@ determining that location is as follows:
188
| service\_account\_name | The fully-qualified name of the default service account |
189
| service\_account\_unique\_id | The unique id of the default service account |
190
| tag\_bindings | Tag bindings |
191
+| usage\_report\_export\_bucket | GCE usage reports bucket |
192
193
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
194
outputs.tf
@@ -103,3 +103,8 @@ output "tag_bindings" {
103
description = "Tag bindings"
104
value = module.project-factory.tag_bindings
105
}
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