-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Convert to TF 0.12. Add tests. Add Codefresh test pipeline #23
Conversation
} | ||
|
||
output "worker_role_arn" { | ||
output "workers_role_arn" { |
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.
Could we note this in the PR please? I depend on this output of the module :)
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.
updated the PR description.
Renaming those outputs is not strictly necessary, but it reflects that the cluster has many workers. And since the new TF 0.12 module has many other changes, you will need to update it anyway
* Remove need for 'workers_security_group_count' * Remove documentation of sec_group_count * Asd multi worker example * Lint * README * Update Example * Remove duplicate resource name * Lint example
what
bats
andterratest
for the exampleterraform-modules
projectworker_role_arn
toworkers_role_arn
worker_role_name
toworkers_role_name
why
terraform-modules
project contains pipelines for all terraform modulesrelated