BigQuery reservation (#3441)

* First Commit.

* Improve

* Fix README

* Fix lint

* fix

* Fix Tests.

* Improve output

* fix yaml lint

* Fix

* Fic test

* Fix

* Fix output
This commit is contained in:
lcaggio
2025-11-03 11:36:42 +01:00
committed by GitHub
parent 0a70b9dd2c
commit 64632eb957
6 changed files with 361 additions and 46 deletions

View File

@@ -22,6 +22,14 @@ output "alert_ids" {
}
}
output "bigquery_reservations" {
description = "BigQuery reservations and assignments."
value = {
reservations = google_bigquery_reservation.default
assignments = local.bigquery_reservations_assigments
}
}
output "custom_role_id" {
description = "Map of custom role IDs created in the project."
value = local.custom_role_ids