Unverified Commit a32e1291 authored by zowoq's avatar zowoq Committed by GitHub
Browse files

terraform: 1.13.3 -> 1.13.4 (#452262)

parents f995e044 aa7865a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -194,8 +194,8 @@ rec {
  mkTerraform = attrs: pluggable (generic attrs);

  terraform_1 = mkTerraform {
    version = "1.13.3";
    hash = "sha256-8C6OxeTjitDMi3J2KIfI6Q+w4FASS6zxjZHfSo7eZko=";
    version = "1.13.4";
    hash = "sha256-i+oXt5Olu0OC6rshQJUsjdEVQLeEoIt+Zrmbs3k3mWU=";
    vendorHash = "sha256-UcsB5cTae55meJ945fvgowch4EBdaTET2+t5KWvpPQ8=";
    patches = [ ./provider-path-0_15.patch ];
    passthru = {