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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user