Fix IAM bindings for logging sinks
- Move to non-authoritative bindings to allow multiple sinks to write to the same destination - Allow automatically adding logging bucket IAM bindings
This commit is contained in:
@@ -68,7 +68,7 @@ output "custom_roles" {
|
||||
}
|
||||
|
||||
output "sink_writer_identities" {
|
||||
description = ""
|
||||
description = "Writer identities created for each sink."
|
||||
value = {
|
||||
for name, sink in google_logging_project_sink.sink : name => sink.writer_identity
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user