terraform: 1.5.2 -> 1.5.3 (#243204)
Diff: https://github.com/hashicorp/terraform/compare/v1.5.2...v1.5.3 Changelog: https://github.com/hashicorp/terraform/blob/v1.5.3/CHANGELOG.md
This commit is contained in:
parent
6a05eeb515
commit
1128a6668a
1 changed files with 3 additions and 3 deletions
|
@ -166,9 +166,9 @@ rec {
|
|||
mkTerraform = attrs: pluggable (generic attrs);
|
||||
|
||||
terraform_1 = mkTerraform {
|
||||
version = "1.5.2";
|
||||
hash = "sha256-Ri2nWLjPPBINXyPIQSbnd1L+t7QLgXiTOgqX8Dk/rXg=";
|
||||
vendorHash = "sha256-tfCfJj39VP+P4qhJTpEIAi4XB+6VYtVKkV/bTrtnFA0=";
|
||||
version = "1.5.3";
|
||||
hash = "sha256-4TnTYzjy8v5+mcV/JIiMPLCTPSanfmbTGzwlMovwlOo=";
|
||||
vendorHash = "sha256-lQgWNMBf+ioNxzAV7tnTQSIS840XdI9fg9duuwoK+U4=";
|
||||
patches = [ ./provider-path-0_15.patch ];
|
||||
passthru = {
|
||||
inherit plugins;
|
||||
|
|
Loading…
Reference in a new issue