-
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
Terraform Module is not up to date #37
Comments
i had the same issue, i was able to use the new version cloning this repo and importing the local module as workaround. :
|
Version 1.2.0 also doesn't handle x86_64 instance types in the regex which determines the |
@leo-the-nardo yes, may have to use that workaround. @genghis-tuan Second for this issue as well. |
@Viriathus1 @leo-the-nardo @genghis-tuan Just published a new version v1.3.0 which should include all the latest changes. Apologies for the delay. Lately I have been experimenting a lot with true-HA mechanisms and wanted to see if I could get it done before releasing a new version (which I couldn't achieve). |
@RaJiska thanks mate. On another note, currently getting a warning for aws_iam_role as a deprecated argument. The suggestion is to use aws_iam_role_policy. If this is not already on your radar, I'll take a look at it when I have time. |
@Viriathus1 - Reported in Issue #41 and fixed in PR #42 |
The current terraform module is sufficiently out of step with the documentation and work on the main branch.
In order to use it we must use the deprecated input variables like update_route_table and route_table_id along with other input variables not being available like use_ssh.
Is it possible to get an estimated time on the next release?
The text was updated successfully, but these errors were encountered: