terraform: 1.5.5 -> 1.5.6 (#251089)

Diff: https://github.com/hashicorp/terraform/compare/v1.5.5...v1.5.6

Changelog: https://github.com/hashicorp/terraform/blob/v1.5.6/CHANGELOG.md

authored by Mario Rodas and committed by GitHub 260a0522 bc1e02d1

+2 -2
+2 -2
pkgs/applications/networking/cluster/terraform/default.nix
··· 167 mkTerraform = attrs: pluggable (generic attrs); 168 169 terraform_1 = mkTerraform { 170 - version = "1.5.5"; 171 - hash = "sha256-SBS3a/CIUdyIUJvc+rANIs+oXCQgfZut8b0517QKq64="; 172 vendorHash = "sha256-lQgWNMBf+ioNxzAV7tnTQSIS840XdI9fg9duuwoK+U4="; 173 patches = [ ./provider-path-0_15.patch ]; 174 passthru = {
··· 167 mkTerraform = attrs: pluggable (generic attrs); 168 169 terraform_1 = mkTerraform { 170 + version = "1.5.6"; 171 + hash = "sha256-vbV8Tmas7n1o8Q+DG9RrcfdAMa4bJsVg2SsTFH1TJ5M="; 172 vendorHash = "sha256-lQgWNMBf+ioNxzAV7tnTQSIS840XdI9fg9duuwoK+U4="; 173 patches = [ ./provider-path-0_15.patch ]; 174 passthru = {