-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Warnings on upgrading to Terraform v0.11.1 #31
Comments
Thanks for reporting! This is an important issue to fix in this and several other AWS modules also. |
Probably not related to this issue, but is there a way to pin my infrastructure to a version of the module? I happen to delete my .terraform directory and discovered that I needed to upgrade my Terraform version because it was not compatible with the latest version of the module. |
Yes, you can specify version like this: module "db" {
source = "terraform-aws-modules/rds/aws"
version = "v1.4.0"
# the rest of arguments...
} Here you can see all releases - https://github.com/terraform-aws-modules/terraform-aws-rds/releases |
Thank you! |
@antonbabenko Any plans to make a release with the fix? Thanks in advance. |
This is now fixed in v1.5.0 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
The text was updated successfully, but these errors were encountered: