Merge pull request #253906 from QJoly/terraform-1.5.7
terraform: 1.5.6 -> 1.5.7
This commit is contained in:
commit
4727cbfb5e
1 changed files with 3 additions and 2 deletions
|
@ -64,6 +64,7 @@ let
|
|||
zimbatm
|
||||
zowoq
|
||||
techknowlogick
|
||||
qjoly
|
||||
];
|
||||
mainProgram = "terraform";
|
||||
};
|
||||
|
@ -167,8 +168,8 @@ rec {
|
|||
mkTerraform = attrs: pluggable (generic attrs);
|
||||
|
||||
terraform_1 = mkTerraform {
|
||||
version = "1.5.6";
|
||||
hash = "sha256-vbV8Tmas7n1o8Q+DG9RrcfdAMa4bJsVg2SsTFH1TJ5M=";
|
||||
version = "1.5.7";
|
||||
hash = "sha256-pIhwJfa71/gW7lw/KRFBO4Q5Z5YMcTt3r9kD25k8cqM=";
|
||||
vendorHash = "sha256-lQgWNMBf+ioNxzAV7tnTQSIS840XdI9fg9duuwoK+U4=";
|
||||
patches = [ ./provider-path-0_15.patch ];
|
||||
passthru = {
|
||||
|
|
Loading…
Reference in a new issue