terraform: 1.9.3 -> 1.9.4 (#333037)

This commit is contained in:
R. RyanTM 2024-08-08 03:41:06 +10:00 committed by GitHub
parent 61448af9e2
commit 4755568545
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = {