terraform-providers: store providers as JSON

This commit is contained in:
Timothy Stott
2020-10-08 19:00:07 +01:00
parent 21b9c04a2c
commit 063f1d7301
3 changed files with 1018 additions and 1164 deletions
File diff suppressed because it is too large Load Diff
@@ -4,7 +4,7 @@
, callPackage
}:
let
list = import ./data.nix;
list = lib.importJSON ./providers.json;
toDrv = data:
buildGoPackage rec {
File diff suppressed because it is too large Load Diff