Skip to content
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

Closed
mavogel opened this issue Sep 6, 2021 · 6 comments · Fixed by #1672
Closed

Remove depends_on for terraform >= 0.13 #1574

mavogel opened this issue Sep 6, 2021 · 6 comments · Fixed by #1672
Assignees
Milestone

Comments

@mavogel
Copy link

mavogel commented Sep 6, 2021

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 on terraform 0.13 -> here

So 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...

⚠️ Note

Before you submit an issue, please perform the following first:

  1. Remove the local .terraform directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!): rm -rf .terraform/
  2. Re-initialize the project root to pull down modules: terraform init
  3. Re-attempt your terraform plan or apply and check if the issue still persists

Versions

  • Terraform: 1.0.0
  • Provider(s):
  • Module: v17.15.0
@antonbabenko
Copy link
Member

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.

@antonbabenko antonbabenko self-assigned this Sep 6, 2021
@antonbabenko antonbabenko added this to the v18.0.0 milestone Sep 13, 2021
@antonbabenko
Copy link
Member

Breaking change to do:
Remove variables from variables.tf - eks_depends_on and ng_depends_on.

@stale
Copy link

stale bot commented Oct 13, 2021

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.

@daroga0002
Copy link
Contributor

I have opened some draft PR for this, I will need to test it deeply but it should solve this issue

@daroga0002 daroga0002 self-assigned this Nov 5, 2021
@antonbabenko
Copy link
Member

This issue has been resolved in version 17.24.0 🎉

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants