You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd rather only provide access to some machines to create log streams within an existing log group, rather than also providing access to CreateLogGroup; would it be reasonable to have a separate auto_create_group flag that we can set to false to disable the group creation portion of that functionality?
The text was updated successfully, but these errors were encountered:
I am also in favor of this. I would like to manage the log groups through Terraform IaC and just let this plugin create the log streams one per unique EC2 instance-id for example. Was not expecting the log groups to automatically show up and had to do some cleanup due to this.
Problem
I'd rather only provide access to some machines to create log streams within an existing log group, rather than also providing access to
CreateLogGroup
; would it be reasonable to have a separateauto_create_group
flag that we can set tofalse
to disable the group creation portion of that functionality?The text was updated successfully, but these errors were encountered: