Unverified Commit 47555685 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

terraform: 1.9.3 -> 1.9.4 (#333037)

parent 61448af9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -165,8 +165,8 @@ rec {
  mkTerraform = attrs: pluggable (generic attrs);

  terraform_1 = mkTerraform {
    version = "1.9.3";
    hash = "sha256-5xtTjT+AP7Db3bhzhHkzmRIJpJB3UFZs+4cTgDB7Ihc=";
    version = "1.9.4";
    hash = "sha256-RCjeKdxrnCmOtUQfBC5/gM+FB6YHbc/V1cmVxNCVf20=";
    vendorHash = "sha256-FnjCJilPuhYs/JTuEyb4Grn4t40Ox2uqwQf2h9B227Q=";
    patches = [ ./provider-path-0_15.patch ];
    passthru = {