posh-providers/hashicorp/cdktf
Kevin Franklin Kim 4588a19b45
feat: add schema
2025-04-04 16:44:08 +02:00
..
command.go feat: add flags 2023-06-01 10:42:08 +02:00
config_test.go feat: add schema 2025-04-04 16:44:08 +02:00
config.go feat: implement cdktf 2023-05-25 16:31:31 +02:00
config.schema.json feat: add schema 2025-04-04 16:44:08 +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