posh-providers/hashicorp/cdktf
2025-09-22 10:25:50 +02:00
..
command.go feat: add flags 2023-06-01 10:42:08 +02:00
config_test.go feat: use json required 2025-09-22 07:05:37 +02:00
config.base.json feat: generate schema 2025-09-19 16:29:28 +02:00
config.go feat: implement cdktf 2023-05-25 16:31:31 +02:00
config.schema.json feat: update schema 2025-09-22 10:25:50 +02:00
README.md docs: update READMEs 2025-02-21 11:44:54 +01:00

POSH CDKTF provider

Usage

Plugin

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

Config

cdktf:
  path: path/to/cdktf