We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f42a9 commit 369a286Copy full SHA for 369a286
modules/core_project_factory/outputs.tf
@@ -100,3 +100,8 @@ output "tag_bindings" {
100
description = "Tag bindings"
101
value = google_tags_tag_binding.bindings
102
}
103
+
104
+output "usage_report_export_bucket" {
105
+ description = "GCE usage reports bucket"
106
+ value = try(google_project_usage_export_bucket.usage_report_export[0], null)
107
+}
0 commit comments