-
Notifications
You must be signed in to change notification settings - Fork 428
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
Add support for Terraform 0.12 #52 #53
Conversation
53d8228
to
74db222
Compare
f19658d
to
95781f5
Compare
Approved |
e5cac7c
to
0b9a49c
Compare
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.
We need to be considerate about arbitrarily changing default values when they were previously undefined.
read_replica_disk_type
in modules/mysql/variables.tf
and failover_replica_pricing_plan
in modules/safer_mysql/variables.tf
should be typed.
3ab1793
to
e49e705
Compare
7f5404f
to
f6bf9f3
Compare
I have tested again. All tests are green. |
Fixes #52