Unverified Commit d8af5c83 authored by Wael Nasreddine's avatar Wael Nasreddine Committed by GitHub
Browse files

Merge pull request #264859 from marsam/update-terraform

terraform: 1.6.2 -> 1.6.3
parents 3e7b6b1d 2a8ec5af
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -167,9 +167,9 @@ rec {
  mkTerraform = attrs: pluggable (generic attrs);

  terraform_1 = mkTerraform {
    version = "1.6.2";
    hash = "sha256-24B8YlorL00OqmYYVM1xg5dM9hZ4enDWJ1XIGmeEAiM=";
    vendorHash = "sha256-fIirGWt4Os2uZHo4ui7wmZEp+DRUHu/0p+cQCbUbzjc=";
    version = "1.6.3";
    hash = "sha256-2ai0WAknz4rt33BuBoqnTCsfPNHmet9+PdgYeeJKQkQ=";
    vendorHash = "sha256-ZtaXUX0PgL1nwXgohcfCyj/fLPAodx8amHEsQnlOQrc=";
    patches = [ ./provider-path-0_15.patch ];
    passthru = {
      inherit plugins;