Commit 11a70a5b authored by techknowlogick's avatar techknowlogick Committed by zowoq
Browse files
parent 439d34ff
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -184,9 +184,9 @@ rec {
  mkTerraform = attrs: pluggable (generic attrs);

  terraform_1 = mkTerraform {
    version = "1.10.5";
    hash = "sha256-6Y9r3VxL3DRvUaU6hLE+SdqjfIF+PAlXEYBPBc571QE=";
    vendorHash = "sha256-xyFguSjqUweZyoO97nkjLfJWS+eifNV7hpJUjh/6Z54=";
    version = "1.11.0";
    hash = "sha256-CPt1SxZZEvK2MXk45vvtKb2/NR/4yNWXBEUm6dvBXkU=";
    vendorHash = "sha256-xF9m67GE3MgeKqy7DGAf8RO1/MCZ5Uis1XNrajogQcI=";
    patches = [ ./provider-path-0_15.patch ];
    passthru = {
      inherit plugins;