mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
| .. | ||
| command.go | ||
| config_test.go | ||
| config.go | ||
| config.schema.json | ||
| README.md | ||
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