Merge branch 'master' into yuryninog-patch-1

This commit is contained in:
Julio Castillo
2021-12-15 14:19:27 +01:00
committed by GitHub
5 changed files with 26 additions and 19 deletions

View File

@@ -19,12 +19,14 @@ variable "billing_account" {
variable "cai_config" {
type = object({
bq_dataset = string
bq_table = string
bq_dataset = string
bq_table = string
target_node = string
})
default = {
bq_dataset = "my-dataset"
bq_table = "my_table"
bq_dataset = "my-dataset"
bq_table = "my_table"
target_node = "organization/1234567890"
}
}