terraform: 1.2.8 -> 1.2.9 (#190216)

https://github.com/hashicorp/terraform/releases/tag/v1.2.9
This commit is contained in:
zowoq 2022-09-08 10:46:26 +10:00 committed by GitHub
parent ca7cdab58a
commit 69fcff00d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,8 +169,8 @@ rec {
mkTerraform = attrs: pluggable (generic attrs);
terraform_1 = mkTerraform {
version = "1.2.8";
sha256 = "sha256-FJHZtYQHzRPWlSlXYu8mdd0YddIrBy8eBzhsvAHwfZw=";
version = "1.2.9";
sha256 = "sha256-Q5AJiFnbHXhIJP06SCJNvuMKGwEJUOsmueCI7QCeQlk=";
vendorSha256 = "sha256-VKJ+aWZYD6N8HDJwUEtgWxoBMGOa27K9ze2RUJvuipc=";
patches = [ ./provider-path-0_15.patch ];
passthru = {