posh-providers/hashicorp/cdktf/README.md
2023-05-25 10:03:43 +02:00

210 B

POSH CDKTF provider

Config

cdktf:
  path: devops/cdktf

Usage

func New(l log.Logger) (plugin.Plugin, error) {
	// ...
  inst.commands.Add(helm.NewCommand(l, kubectl))
	// ...
}