Unverified Commit e4f19e9d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #317521 from r-ryantm/auto-update/terraform

terraform: 1.8.4 -> 1.8.5
parents fc83006b 1fbb81ee
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.8.4";
    hash = "sha256-YCFmjQ/xlyB0spumw8hBUmr9UVC7ZPNGrxYecFKi3aw=";
    version = "1.8.5";
    hash = "sha256-5PzP0LUJPpOQQ8YqwBFyEFcsHF2O1uDD8Yh8wB3uJ8s=";
    vendorHash = "sha256-PXA2AWq1IFmnqhhU92S9UaIYTUAAn5lsg3S7h5hBOQE=";
    patches = [ ./provider-path-0_15.patch ];
    passthru = {