Unverified Commit 53e0eedd authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

terraform: 1.6.1 -> 1.6.2
parents f0692962 18f9acba
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.1";
    hash = "sha256-qUJruwpec4uZ/gPWzpbQOMfSxkwRkRDlWDmVIgqe5A8=";
    vendorHash = "sha256-1ZQDgNeMC59KrmZpA8T+Etbuk2MQKQsDYzqPGl6Y4Hg=";
    version = "1.6.2";
    hash = "sha256-24B8YlorL00OqmYYVM1xg5dM9hZ4enDWJ1XIGmeEAiM=";
    vendorHash = "sha256-fIirGWt4Os2uZHo4ui7wmZEp+DRUHu/0p+cQCbUbzjc=";
    patches = [ ./provider-path-0_15.patch ];
    passthru = {
      inherit plugins;