about summary refs log tree commit diff
path: root/third_party/terraform-gcp/default.nix
blob: 465b74e4e1b99995f848a4ba5e3893e79a271156 (plain) (blame)
1
2
3
{ pkgs, ... }:

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