terraform: 0.12.28 -> 0.12.29
This commit is contained in:
parent
cc6c6eac32
commit
fd4e3392fc
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue