terraform: 1.13.4 -> 1.13.5

This commit is contained in:
R. Ryantm
2025-11-05 12:59:25 +00:00
parent cef1398c49
commit ff94368731

View File

@@ -194,9 +194,9 @@ rec {
mkTerraform = attrs: pluggable (generic attrs);
terraform_1 = mkTerraform {
version = "1.13.4";
hash = "sha256-i+oXt5Olu0OC6rshQJUsjdEVQLeEoIt+Zrmbs3k3mWU=";
vendorHash = "sha256-UcsB5cTae55meJ945fvgowch4EBdaTET2+t5KWvpPQ8=";
version = "1.13.5";
hash = "sha256-F8fpTI6kPrjOM+4N67uBCpsxMLQUR6sXzTr1SYFI9Ww=";
vendorHash = "sha256-3skDvOcDlTOv8okiGmaB0bvkoMrQjutGdvpxcradqUk=";
patches = [ ./provider-path-0_15.patch ];
passthru = {
inherit plugins;