Commit c3a95d6d authored by R. RyanTM's avatar R. RyanTM Committed by zowoq
Browse files

terraform: 1.8.2 -> 1.8.3

parent ae468e8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -166,8 +166,8 @@ rec {
  mkTerraform = attrs: pluggable (generic attrs);

  terraform_1 = mkTerraform {
    version = "1.8.2";
    hash = "sha256-c9RzdmaTXMOi4oP++asoysDpt/BSvBK/GmEDDGViSl0=";
    version = "1.8.3";
    hash = "sha256-4W1Cs3PAGn43eGDK15qSvN+gLdkkoFIwhejcJsCqcYA=";
    vendorHash = "sha256-2+ctm1lJjCHITWV7BqoqgBlXKjNT4lueAt4F3UtoL9Q=";
    patches = [ ./provider-path-0_15.patch ];
    passthru = {