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

terraform: 1.6.1 -> 1.6.2
This commit is contained in:
Mario Rodas 2023-10-20 06:18:16 -05:00 committed by GitHub
commit 53e0eedd65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;