Added back sink iam flag as module users might not have access to the sink destination and the role might need to be granted somewhere else
This commit is contained in:
@@ -21,7 +21,7 @@ locals {
|
||||
for type in ["bigquery", "logging", "pubsub", "storage"] :
|
||||
type => {
|
||||
for name, sink in var.logging_sinks :
|
||||
name => sink if sink.type == type
|
||||
name => sink if sink.iam && sink.type == type
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user