terraform: 1.3.5 -> 1.3.6 (#206370)

https://github.com/hashicorp/terraform/releases/tag/v1.3.6
(cherry picked from commit 716a1ee54b)

Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-12-17 09:51:44 +01:00
committed by GitHub
parent ed64de008f
commit 8530bee77a

View File

@@ -168,8 +168,8 @@ rec {
mkTerraform = attrs: pluggable (generic attrs);
terraform_1 = mkTerraform {
version = "1.3.5";
sha256 = "sha256-+jmZcIF9+vvjoA/PXWCc3F4l3YnlpZgxs0eGxchiIBE=";
version = "1.3.6";
sha256 = "sha256-aETsvcHoHSwqWCAdn9JPJLcX1Wi1umUghSjkq37OYDU=";
vendorSha256 = "sha256-fviukVGBkbxFs2fJpEp/tFMymXex7NRQdcGIIA9W88k=";
patches = [ ./provider-path-0_15.patch ];
passthru = {