diff options
Diffstat (limited to 'third_party/terraform-gcp/default.nix')
-rw-r--r-- | third_party/terraform-gcp/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/terraform-gcp/default.nix b/third_party/terraform-gcp/default.nix deleted file mode 100644 index 3332c12e41bc..000000000000 --- a/third_party/terraform-gcp/default.nix +++ /dev/null @@ -1,3 +0,0 @@ -{ pkgs, ... }: - -pkgs.terraform_0_12.withPlugins(p: [ p.google p.google-beta ]) |