posh-providers/gruntwork-io/terragrunt
Kevin Franklin Kim 4588a19b45
feat: add schema
2025-04-04 16:44:08 +02:00
..
command.go feat(gruntwork-io/terragrunt): add output and refresh cmds 2024-09-19 14:30:01 +02:00
config_test.go feat: add schema 2025-04-04 16:44:08 +02:00
config.go feat: go 1.24.0 2025-02-19 12:09:30 +01: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 terragrunt provider

Usage

Plugin

func New(l log.Logger) (plugin.Plugin, error) {
	// ...
  inst.commands.MustAdd(terragrunt.NewCommand(l, inst.op, inst.cache))
	// ...
}

Config

terragrunt:
  path: path/to/terragrunt
  cachPath: .posh/cache/terragrunt