tvl-depot/third_party/terraform-gcp/default.nix
Vincent Ambo 97be9c1411 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.
2019-12-09 03:18:27 +00:00

3 lines
91 B
Nix

{ pkgs, ... }:
pkgs.third_party.terraform_0_12.withPlugins(p: [ p.google p.google-beta ])