-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Remove depends_on for terraform >= 0.13 #1574
Comments
Hi @mavogel ! Good catch! I thought about this earlier today, too, but I was thinking about it from the simplification and standardization (across the rest of terraform-aws-modules) point of view. If there are no objections from anyone, I will self-assign myself to this issue and schedule it for the next week. |
Breaking change to do: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I have opened some draft PR for this, I will need to test it deeply but it should solve this issue |
This issue has been resolved in version 17.24.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. |
Description
I'm about to use the module and found a comment
will be removed in terraform 0.13
-> here. After checking the versions, I saw the module is onterraform 0.13
-> hereSo can those
depends_on
be removed? (I did not test it, yet, but wanted to point out). I could file a PR then.And I found more occurrences of the
Will be removed...
Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
1.0.0
v17.15.0
The text was updated successfully, but these errors were encountered: