You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Insanely out of date dependencies, most puzzlingly github.com/hashicorp/terraform v0.12.31 (released Apr 26, 2021; current version is 1.13.4) Errors everywhere. It's a miracle it still works at all, for any providers.
This results in basic functions like IsNull() from github.com/zclconf/go-cty v1.11.0 (Oct 17, 2022; current version is v1.17.0, released Sep 15, 2025) failing and giving errors like ERROR: Read resource response is null when it's totally not.
As others have mentioned, security vulns abound as well.
Insanely out of date dependencies, most puzzlingly
github.com/hashicorp/terraform v0.12.31(released Apr 26, 2021; current version is 1.13.4) Errors everywhere. It's a miracle it still works at all, for any providers.This results in basic functions like
IsNull()fromgithub.com/zclconf/go-cty v1.11.0(Oct 17, 2022; current version is v1.17.0, released Sep 15, 2025) failing and giving errors likeERROR: Read resource response is nullwhen it's totally not.As others have mentioned, security vulns abound as well.