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

authored by

zowoq and committed by
GitHub
1128a666 6a05eeb5

+3 -3
+3 -3
pkgs/applications/networking/cluster/terraform/default.nix
··· 166 mkTerraform = attrs: pluggable (generic attrs); 167 168 terraform_1 = mkTerraform { 169 - version = "1.5.2"; 170 - hash = "sha256-Ri2nWLjPPBINXyPIQSbnd1L+t7QLgXiTOgqX8Dk/rXg="; 171 - vendorHash = "sha256-tfCfJj39VP+P4qhJTpEIAi4XB+6VYtVKkV/bTrtnFA0="; 172 patches = [ ./provider-path-0_15.patch ]; 173 passthru = { 174 inherit plugins;
··· 166 mkTerraform = attrs: pluggable (generic attrs); 167 168 terraform_1 = mkTerraform { 169 + version = "1.5.3"; 170 + hash = "sha256-4TnTYzjy8v5+mcV/JIiMPLCTPSanfmbTGzwlMovwlOo="; 171 + vendorHash = "sha256-lQgWNMBf+ioNxzAV7tnTQSIS840XdI9fg9duuwoK+U4="; 172 patches = [ ./provider-path-0_15.patch ]; 173 passthru = { 174 inherit plugins;