nixpkgs/pkgs/applications/networking/cluster/terraform
Vincent Ambo f259444398
terraform: fix overrideAttrs with passthru attributes (#158632)
If plugins are specified in a call to `terraform.withPlugins`, the
standard override functions do not act on the wrapper derivation that
a user sees but on the underlying Terraform derivation.

Due to this, overriding attributes does nothing as they are not passed
through to the "outer" wrapper derivation.

This change fixes this for at least passthru attributes, but other
applications of `.overrideAttrs` (and potentially of the other
overrides) will do nothing (except compute a bit internally).

This fixes #158620 at least partially.
2022-02-08 17:41:58 +01:00
..
default.nix terraform: fix overrideAttrs with passthru attributes (#158632) 2022-02-08 17:41:58 +01:00
provider-path-0_15.patch terraform_0_15: 0.15.3 -> 0.15.4 2021-05-19 23:29:03 +02:00
provider-path.patch