Closed2
Could not retrieve the list of available versions for provider hashicorp/aws: no available releases

Could not retrieve the list of available versions for provider hashicorp/aws: no available releases match the given constraints >= 2.23.0, ~> 3.0, >= 3.35.0, >= 3.56.0, ~> 4.0, >= 4.16.0
列挙されたバージョンで競合しているので修正する
~> 3.0 と ~> 4.0, >= 4.16.0 が競合している

terraform providersコマンドを打つとツリー構造で各モジュールのバージョンが出力されるので、該当のモジュールを特定して修正する
このスクラップは2023/10/30にクローズされました