Merge pull request #260298 from techknowlogick/tf-161

terraform_1: 1.6.0 -> 1.6.1
This commit is contained in:
Mario Rodas 2023-10-10 19:57:46 -05:00 committed by GitHub
commit f8ff6db310
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.0";
hash = "sha256-R1phgtGn9hyNqa0wR1zY9uThTJSIj7TuK5ekXx48QP0=";
vendorHash = "sha256-V7S+IzHfBhIHo0xCvHJ75gOmvVbJd2k8XBdvLG1dcsc=";
version = "1.6.1";
hash = "sha256-qUJruwpec4uZ/gPWzpbQOMfSxkwRkRDlWDmVIgqe5A8=";
vendorHash = "sha256-1ZQDgNeMC59KrmZpA8T+Etbuk2MQKQsDYzqPGl6Y4Hg=";
patches = [ ./provider-path-0_15.patch ];
passthru = {
inherit plugins;