terraform: 1.5.1 -> 1.5.2
Diff: https://github.com/hashicorp/terraform/compare/v1.5.1...v1.5.2 Changelog: https://github.com/hashicorp/terraform/blob/v1.5.2/CHANGELOG.md
This commit is contained in:
parent
46e3229c8d
commit
5aa7c26001
@ -166,8 +166,8 @@ rec {
|
||||
mkTerraform = attrs: pluggable (generic attrs);
|
||||
|
||||
terraform_1 = mkTerraform {
|
||||
version = "1.5.1";
|
||||
hash = "sha256-dqnJGIoUJP37Z77TR2RBxP94Hx3AZbx90m8z1FoYdw0=";
|
||||
version = "1.5.2";
|
||||
hash = "sha256-Ri2nWLjPPBINXyPIQSbnd1L+t7QLgXiTOgqX8Dk/rXg=";
|
||||
vendorHash = "sha256-tfCfJj39VP+P4qhJTpEIAi4XB+6VYtVKkV/bTrtnFA0=";
|
||||
patches = [ ./provider-path-0_15.patch ];
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user