-
Notifications
You must be signed in to change notification settings - Fork 43
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
Conditionally create redis #819
base: master
Are you sure you want to change the base?
Conversation
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.
Thanks!
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.
I've tested this patch in a deployment I'm running now with no app nodes and I still get an error. Is it working for you, @coltoneshaw? More details in the comment below.
Co-authored-by: Alejandro García Montoro <[email protected]>
@agarciamontoro - Fixed, not sure why that didn't reflect here when i tested. |
@coltoneshaw - would you be able to resolve the conflicts? |
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.
Thank you, Colton! Can you resolve the conflicts? It seems it's just a matter of running make assets
again
Fixed, not sure why that didn't reflect here when i tested.
Maybe you already had a Terraform state where the count was already resolved. That happened to me the first thing I tried.
Conditionally creating redis security groups, only if it's enabled and you have app nodes.