terraform: 1.14.5 -> 1.14.6

This commit is contained in:
R. Ryantm
2026-02-25 18:52:25 +00:00
parent 23eae0051a
commit d7604fb795
@@ -200,9 +200,9 @@ rec {
mkTerraform = attrs: pluggable (generic attrs);
terraform_1 = mkTerraform {
version = "1.14.5";
hash = "sha256-qy/aS82YLIalVDFje4F7TWzC8OdYGBijuEpbDMlyEKY=";
vendorHash = "sha256-NDtBLa8vokrSRDCNX10lQyfMDzTrodoEj5zbDanL4bk=";
version = "1.14.6";
hash = "sha256-zQgy9sGGsE9VHPWerzTNcGj+JxbaGhflpKisZhpepXE=";
vendorHash = "sha256-L6b48ZRoW1ItpJsUV7f4Ce/rB9uUhwE10tfooG1P2rw=";
patches = [ ./provider-path-0_15.patch ];
passthru = {
inherit plugins;