terraform: 1.3.5 -> 1.3.6

https://github.com/hashicorp/terraform/releases/tag/v1.3.6

zowoq e371f835 2058a48b

+2 -2
+2 -2
pkgs/applications/networking/cluster/terraform/default.nix
··· 168 168 mkTerraform = attrs: pluggable (generic attrs); 169 169 170 170 terraform_1 = mkTerraform { 171 - version = "1.3.5"; 172 - sha256 = "sha256-+jmZcIF9+vvjoA/PXWCc3F4l3YnlpZgxs0eGxchiIBE="; 171 + version = "1.3.6"; 172 + sha256 = "sha256-aETsvcHoHSwqWCAdn9JPJLcX1Wi1umUghSjkq37OYDU="; 173 173 vendorSha256 = "sha256-fviukVGBkbxFs2fJpEp/tFMymXex7NRQdcGIIA9W88k="; 174 174 patches = [ ./provider-path-0_15.patch ]; 175 175 passthru = {