terraform: 1.9.8 -> 1.10.0
Diff: https://github.com/hashicorp/terraform/compare/v1.9.8...v1.10.0 Changelog: https://github.com/hashicorp/terraform/blob/v1.10.0/CHANGELOG.md
This commit is contained in:
parent
817e1ed8f4
commit
07fc04c459
@ -165,9 +165,9 @@ rec {
|
|||||||
mkTerraform = attrs: pluggable (generic attrs);
|
mkTerraform = attrs: pluggable (generic attrs);
|
||||||
|
|
||||||
terraform_1 = mkTerraform {
|
terraform_1 = mkTerraform {
|
||||||
version = "1.9.8";
|
version = "1.10.0";
|
||||||
hash = "sha256-0xBhOdaIbw1fLmbI4KDvQoHD4BmVZoiMT/zv9MnwuD4=";
|
hash = "sha256-GvFBefp1RWqgB79Sv+2vYZyTjeLEYNsXFJrJxEUJAlY=";
|
||||||
vendorHash = "sha256-tH9KQF4oHcQh34ikB9Bx6fij/iLZN+waxv5ZilqGGlU=";
|
vendorHash = "sha256-UmPnOfjR6kYI0TMH2J54LzDeDGJKMkAC0xZk6xstIuk=";
|
||||||
patches = [ ./provider-path-0_15.patch ];
|
patches = [ ./provider-path-0_15.patch ];
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit plugins;
|
inherit plugins;
|
||||||
|
Loading…
Reference in New Issue
Block a user