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

Merge pull request #260298 from techknowlogick/tf-161

terraform_1: 1.6.0 -> 1.6.1
parents 89eec3e4 f29f111b
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.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;