Billing account module (#1743)

* initial untested draft

* readme and tests

* folder module tfdoc

* remove redundant billing cost manager role in fast stage 0

* fix FAST test
This commit is contained in:
Ludovico Magnocavallo
2023-10-15 17:02:50 +02:00
committed by GitHub
parent 3949fdc283
commit 252127bde5
24 changed files with 1035 additions and 322 deletions

View File

@@ -109,7 +109,7 @@ variable "logging_exclusions" {
}
variable "logging_sinks" {
description = "Logging sinks to create for the organization."
description = "Logging sinks to create for the folder."
type = map(object({
bq_partitioned_table = optional(bool)
description = optional(string)