summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/terraform
diff options
context:
space:
mode:
authorDiego Rodriguez <diego@noteable.io>2020-07-25 17:22:08 -0600
committerDiego Rodriguez <diego@noteable.io>2020-07-25 17:22:08 -0600
commitfd4e3392fc4317a6ee9a1954e87719d9e7c1c22e (patch)
tree6af981cf9d09991a5cf4d36834bc60a36c6f7ebd /pkgs/applications/networking/cluster/terraform
parentcc6c6eac3223c6b4b3a55f8a4d21561f20991386 (diff)
terraform: 0.12.28 -> 0.12.29
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index 78d4c6f797fe..74aa881c999c 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -48,6 +48,7 @@ let
kalbasit
marsam
babariviere
+ Chili-Man
];
};
} // attrs');
@@ -118,8 +119,8 @@ in rec {
terraform_0_11-full = terraform_0_11.full;
terraform_0_12 = pluggable (generic {
- version = "0.12.28";
- sha256 = "05ymr6vc0sqh1sia0qawhz0mag8jdrq157mbj9bkdpsnlyv209p3";
+ version = "0.12.29";
+ sha256 = "18i7vkvnvfybwzhww8d84cyh93xfbwswcnwfrgvcny1qwm8rsaj8";
patches = [
./provider-path.patch
(fetchpatch {