Skip to content

Commit 369a286

Browse files
committed
added output
1 parent 37f42a9 commit 369a286

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/core_project_factory/outputs.tf

+5
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,8 @@ output "tag_bindings" {
100100
description = "Tag bindings"
101101
value = google_tags_tag_binding.bindings
102102
}
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

Comments
 (0)