-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Allow use of 3 availability zones #23
Conversation
thanks @fliphess Looks good, but please rebuild README by executing these commands:
It will add the new variables and outputs to In general, any changes to README should be made in thanks |
also please take a look at this
|
Ah thanks for pointing out where to look :) I'll look into it, sorry for not looking after the tests and adjust correctly, I was at work and was hoping for a quick win :) |
@aknysh The tests look a lot better now, but still testing with 2 azs. What would you suggest for changing the tests? I personally would prefer to test the module using 3 azs as well with 2, but that would I'm not in command of your infra and AWS billing so I'm not sure if I should just change the code example that is used for testing :) |
thanks @fliphess |
/codefresh run test |
Did the last testrun succeed? I wasn't able to view the output...... |
/codefresh run test |
@fliphess |
/codefresh run test |
2 similar comments
/codefresh run test |
/codefresh run test |
This reverts commit cdc0d26.
Hey @aknysh, Let me know what you have in mind, for now, I reverted the last commit that adds the third AZ so the test will succeed. I think how to test in multiple availability zones is mostly a Cloudposse decision and not a a community effort as it's your billing and your AWS account :) (Thanks btw for the high quality terraform modules, highly appreciated) |
Maybe merge this PR and start a new issue to come up with a solution for the missing third availability zone? Keep me posted :) |
/codefresh run test |
1 similar comment
/codefresh run test |
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 @fliphess
we'll update the tests to use 3 AZs in another PR
* Allow use of 3 availability zones after hashicorp/terraform-provider-aws#9398 * Update module documentation * Move zone_awareness out of zone_awareness_config * Add an extra az to th tfvars * Revert "Add an extra az to th tfvars" This reverts commit cdc0d26.
Allow use of 3 availability zones after hashicorp/terraform-provider-aws#9398