posh-providers/gruntwork-io/terragrunt/README.md
2025-02-21 11:44:54 +01:00

296 B

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