-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ID lists to be empty #163
Conversation
7b065be
to
c8b4363
Compare
When using `modules/cloudwatch-logs` the `module "lambda"` could have constant churn because of the possible introduction of `""` in the list of `vpc_subnet_ids` and `vpc_security_group_ids` Signed-off-by: Gregory Kman <gregorykman@gmail.com>
c8b4363
to
92eff51
Compare
Hi @gregops312 Please note that cloudwatch-logs module is deprecated and you should use the coralogix-aws-shipper instead |
Oh that's good to know. We can work on moving to that soon. So what is the process in getting this PR reviewed and available. Since it still exists I see no reason why it couldn't or shouldn't per say be maintained if people put forth the effort until it is entirely removed. |
The reason it is not removed yet is since we didnt want to break customers environment in case they dont use specific version one of the reason that it is deprecated is that the lambda node version is not supported anymore in AWS and thats why we moved |
It makes sense why it hasn't been removed. I would like to know what the path forward is on this PR, I see no reason why deprecated changes can't be made to make things better until it is removed. And you yourself made the point that is hasn't been removed because it is in use by customers, like myself, who would like to be able to use it and make it work for me, until at which point I can switch to the new implementation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Thank you very much! We'll definitely put some work on our backlog for changing to the new |
When using
modules/cloudwatch-logs
themodule "lambda"
could have constant churn because of the possible introduction of""
in the list ofvpc_subnet_ids
andvpc_security_group_ids
Description
When using
modules/cloudwatch-logs
themodule "lambda"
could have constant churn because of the possible introduction of""
in the list ofvpc_subnet_ids
andvpc_security_group_ids
How Has This Been Tested?
I used my branch and ran against the churning issue. Screenshots have been added to PR as well.
Before
After
Checklist: