fix typo in logging sinks interface (#2015)
This commit is contained in:
committed by
GitHub
parent
f69dfbe0c2
commit
bf93b6fb4e
@@ -51,7 +51,7 @@ resource "google_logging_project_sink" "sink" {
|
||||
disabled = each.value.disabled
|
||||
|
||||
dynamic "bigquery_options" {
|
||||
for_each = each.value.type == "biquery" && each.value.bq_partitioned_table != null ? [""] : []
|
||||
for_each = each.value.type == "bigquery" ? [""] : []
|
||||
content {
|
||||
use_partitioned_tables = each.value.bq_partitioned_table
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user