From 97be9c1411aca437daa9eb95474ee134e727a3d9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 9 Dec 2019 03:18:27 +0000 Subject: fix(third_party): Shuffle code around to be compatible with readTree As per the previous commit these files were no longer being imported, which is now fixed by moving them into separate subfolders. --- third_party/terraform-gcp/default.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 third_party/terraform-gcp/default.nix (limited to 'third_party/terraform-gcp') diff --git a/third_party/terraform-gcp/default.nix b/third_party/terraform-gcp/default.nix new file mode 100644 index 0000000000..465b74e4e1 --- /dev/null +++ b/third_party/terraform-gcp/default.nix @@ -0,0 +1,3 @@ +{ pkgs, ... }: + +pkgs.third_party.terraform_0_12.withPlugins(p: [ p.google p.google-beta ]) -- cgit 1.4.1