Hello I am trying to plan a terraform update. We are using a complex terraform project consisting of many modules.
I have added a CloudSQL database module which requires hashicorp/null version ~> 3.1.0 but it seems like another module from my project has a dependency constraint for hashicorp/null version ~> 2.1.
Resulting in the following error :
Error: Failed to query available provider packages
Could not retrieve the list of available versions for provider hashicorp/null:
no available releases match the given constraints ~> 2.1, ~> 3.1.0
How can I track and update this dependency constraint ? I don't know which part of my project is enforcing it ?