Skip to content

Commit

Permalink
Simplify log_sink local
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc committed Jun 10, 2022
1 parent 0bf1880 commit 29ce5f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fast/stages/00-bootstrap/organization.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ locals {
{ for k, v in var.log_sinks : k => module.log-export-gcs.0 if v.type == "storage" },
# use separate pubsub topics and logging buckets for sinks with
# destination `pubsub` and `logging`
{ for k, v in module.log-export-pubsub : k => v },
{ for k, v in module.log-export-logbucket : k => v }
module.log-export-pubsub,
module.log-export-logbucket
)
}

Expand Down

0 comments on commit 29ce5f6

Please sign in to comment.