nixpkgs/pkgs/applications/networking/cluster/terraform-providers
Jonas Chevalier e7dbfd7ece
terraform.withPlugins: clean and remove 0.12 support (#155477)
Now that the terraform 0.12 compatibility is not needed anymore, the
`terraform.withPlugins` and `terraform-providers.mkProvider`
implementations can be simplified.

Instead of building a bunch of bin wrappers on instantiation, the
providers are now stored in
`$out/libexec/terraform-providers/<registry>/<owner>/<name>/<version>/<os>_<arch>/terraform-provider-<name>_v<version>`
and then a simple `buildEnv` can be used to merge them.

This breaks back-compat so it's not possible to mix-and-match with
previous versions of nixpkgs. In exchange, it now becomes possible to
use the providers from
[nixpkgs-terraform-providers-bin](https://github.com/numtide/nixpkgs-terraform-providers-bin)
directly.
2022-01-24 12:53:05 +01:00
..
default.nix terraform.withPlugins: clean and remove 0.12 support (#155477) 2022-01-24 12:53:05 +01:00
providers.json terraform-providers: update 2022-01-24 2022-01-24 14:57:42 +10:00
update-all-providers terraform-providers: update-provider scripts 2022-01-02 16:53:11 +10:00
update-provider terraform-providers: update-provider script 2022-01-04 10:57:32 +10:00