-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
fix: sg arn output #56
Conversation
This should fix a long standing issue #45. |
can you please run:
|
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.
@dmitrijn thanks for the PR, please see comments
@dmitrijn ping :) |
@aknysh sorry for late answer, fixed! please run tests 🙂 |
are you planning to merge this PR? |
@aknysh ping 🙂 |
@aknysh @jamengual ping |
/terratest |
@jamengual can you merge? |
|
This very issue is handled nicely in the redis module so I'm frustrated as to why this isn't merged so we can actually use this module instead of forking it and fixing it ourselves. https://github.com/cloudposse/terraform-aws-elasticache-redis/blob/main/main.tf#L152 Please merge? Pretty please?? @aknysh @jamengual @dmitrijn ping :-) |
@adamwshero thanks for the bump. We get a lot of PRs + issues with the hundreds of modules, so it's typically a "squeaky wheels gets the oil" type of situation. If you're ever annoyed by this, feel free to ping in the #pr-reviews channel in the SweetOps slack and we're pretty responsive there. Sadly, this PR is a bit out of date and our CI has changed which has caused it to get into a base state (or at least it looks that way to me). @dmitrijn would you mind pulling in |
bump |
@adamwshero mind forking / copying @dmitrijn's change and putting up a PR yourself that is forked from |
Not @adamwshero , but I have this problem so I opened #67 since it's such a small change. Looking forward to seeing it get merged! |
@adamwshero @dmitrijn this was fixed in #67 and has been released in https://github.com/cloudposse/terraform-aws-elasticache-memcached/releases/tag/0.19.1 -- Sorry for the delay and that we didn't get it done as part of this PR, but at least it's fixed! Thanks for your work here -- closing out 👍 |
what
create_security_group = false
and don't want to create default one which is included in module you get response with nullable element and can't concatenate null values.