terraform: 1.1.2 -> 1.1.3

https://github.com/hashicorp/terraform/releases/tag/v1.1.3
This commit is contained in:
zowoq 2022-01-07 08:23:42 +10:00
parent e24fb01615
commit 3c0f090cac

View file

@ -198,8 +198,8 @@ rec {
};
terraform_1 = mkTerraform {
version = "1.1.2";
sha256 = "sha256-8M/hs4AiApe9C19VnVhWYYOkKqXbv3aREUTNfExTDww=";
version = "1.1.3";
sha256 = "sha256-dvAuzVmwnM2PQcILzw3xNacBwuRY7cZEU3nv4/DzOKE=";
vendorSha256 = "sha256-inPNvNUcil9X0VQ/pVgZdnnmn9UCfEz7qXiuKDj8RYM=";
patches = [ ./provider-path-0_15.patch ];
passthru = { inherit plugins; };