Skip to content

Commit

Permalink
add unique_writer_identity
Browse files Browse the repository at this point in the history
  • Loading branch information
lindeskar committed Apr 29, 2021
1 parent 8a89e56 commit 15ca72b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ resource "google_logging_project_sink" "log-proj-sink" {
dataflow_name = var.dataflow_job_enable == 1 ? google_dataflow_job.splunk-job[0].name : ""
})

unique_writer_identity = true
destination = "pubsub.googleapis.com/${google_pubsub_topic.log-topic.id}"
}

Expand Down

0 comments on commit 15ca72b

Please sign in to comment.