Remove as_logging_destination

This commit is contained in:
Julio Castillo
2022-11-12 19:24:41 +01:00
parent b37ef3a90a
commit c83a7de076
17 changed files with 170 additions and 222 deletions

View File

@@ -193,8 +193,9 @@ module "organization" {
logging_sinks = {
for name, attrs in var.log_sinks : name => {
bq_partitioned_table = attrs.type == "bigquery"
destination = local.log_sink_destinations[name].as_logging_destination
destination = local.log_sink_destinations[name].id
filter = attrs.filter
type = attrs.type
}
}
}