Last active
February 5, 2021 21:24
-
-
Save rhoboat/bb46285f12bf183e2b84dc863c6cc059 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[] ERRO[2021-02-05T13:12:15-08:00] template.ExecError template: terragrunt.hcl:83:34: executing "inputs" at <.CacheEngine>: map has no entry for key "CacheEngine" | |
[0/5593]/Users/rhozen/Development/Go/pkg/mod/github.com/gruntwork-io/[email protected]/render/render_template.go:66 (0x4d412a3) | |
executeTemplate: return "", errors.WithStackTrace(err) | |
/Users/rhozen/Development/Go/pkg/mod/github.com/gruntwork-io/[email protected]/render/render_template.go:40 (0x4d40d65) | |
RenderTemplateWithPartials: return executeTemplate(tmpl, variables) | |
/Users/rhozen/Development/Go/pkg/mod/github.com/gruntwork-io/[email protected]/templates/template_processor.go:448 (0x4ebca05) | |
processTemplate: out, err = render.RenderTemplateWithPartials(templatePath, partials, vars, opts) | |
/Users/rhozen/Development/Go/pkg/mod/github.com/gruntwork-io/[email protected]/templates/template_processor.go:370 (0x4ebbf49) | |
processFile: return processTemplate(path, opts, variables, partials, engine) | |
/Users/rhozen/Development/Go/pkg/mod/github.com/gruntwork-io/[email protected]/templates/template_processor.go:350 (0x4ebcef5) | |
processTemplateFolder.func1: return processFile(path, opts, variables, partials, engine) | |
/usr/local/opt/go/libexec/src/path/filepath/path.go:360 (0x4108cc3) | |
walk: return walkFn(path, info, nil) | |
/usr/local/opt/go/libexec/src/path/filepath/path.go:384 (0x4108b9e) | |
walk: err = walk(filename, fileInfo, walkFn) | |
/usr/local/opt/go/libexec/src/path/filepath/path.go:406 (0x4108e05) | |
Walk: err = walk(root, info, walkFn) | |
/Users/rhozen/Development/Go/pkg/mod/github.com/gruntwork-io/[email protected]/templates/template_processor.go:342 (0x4ebbe14) | |
processTemplateFolder: return filepath.Walk(opts.TemplateFolder, func(path string, info os.FileInfo, err error) error { | |
/Users/rhozen/Development/Go/pkg/mod/github.com/gruntwork-io/[email protected]/templates/template_processor.go:77 (0x4eb942d) | |
ProcessTemplate: err = processTemplateFolder(boilerplateConfig, options, vars, partials) | |
/Users/rhozen/Development/Go/pkg/mod/github.com/gruntwork-io/[email protected]/templates/template_processor.go:203 (0x4ebab78) | |
processDependency: return ProcessTemplate(dependencyOptions, opts, dependency) | |
/Users/rhozen/Development/Go/pkg/mod/github.com/gruntwork-io/[email protected]/templates/template_processor.go:180 (0x4eba865) | |
processDependencies: err := processDependency(dependency, opts, variables) | |
/Users/rhozen/Development/Go/pkg/mod/github.com/gruntwork-io/[email protected]/templates/template_processor.go:67 (0x4eb92d2) | |
ProcessTemplate: err = processDependencies(boilerplateConfig.Dependencies, options, vars) | |
/Users/rhozen/Development/Go/pkg/mod/github.com/gruntwork-io/[email protected]/templates/template_processor.go:203 (0x4ebab78) | |
processDependency: return ProcessTemplate(dependencyOptions, opts, dependency) | |
/Users/rhozen/Development/Go/pkg/mod/github.com/gruntwork-io/[email protected]/templates/template_processor.go:180 (0x4eba865) | |
processDependencies: err := processDependency(dependency, opts, variables) | |
/Users/rhozen/Development/Go/pkg/mod/github.com/gruntwork-io/[email protected]/templates/template_processor.go:67 (0x4eb92d2) | |
ProcessTemplate: err = processDependencies(boilerplateConfig.Dependencies, options, vars) | |
/Users/rhozen/Development/repos/aws-architecture-catalog/tools/refarch-deployer/deploy/stages.go:266 (0x5017265) | |
generateCode: if err := templates.ProcessTemplate(opts, opts, variables.Dependency{}); err != nil { | |
/Users/rhozen/Development/repos/aws-architecture-catalog/tools/refarch-deployer/deploy/statemachine.go:207 (0x501b4e4) | |
(*DeployerStateMachine).Run: if err := action(machine); err != nil { | |
/Users/rhozen/Development/repos/aws-architecture-catalog/tools/refarch-deployer/cmd/deploy.go:109 (0x5022334) | |
deployRefArch: return machine.Run() | |
/Users/rhozen/Development/Go/pkg/mod/github.com/urfave/[email protected]/app.go:524 (0x4186d7d) | |
HandleAction: return a(context) | |
/Users/rhozen/Development/Go/pkg/mod/github.com/urfave/[email protected]/command.go:173 (0x4187b4e) | |
Command.Run: err = HandleAction(c.Action, context) | |
/Users/rhozen/Development/Go/pkg/mod/github.com/urfave/[email protected]/app.go:277 (0x4184d08) | |
(*App).Run: return c.Run(context) | |
/Users/rhozen/Development/Go/pkg/mod/github.com/gruntwork-io/[email protected]/entrypoint/entrypoint.go:35 (0x41db2d8) | |
RunApp: err := app.Run(os.Args) | |
/Users/rhozen/Development/repos/aws-architecture-catalog/tools/refarch-deployer/main.go:20 (0x5028e07) | |
main: entrypoint.RunApp(app) | |
/usr/local/opt/go/libexec/src/runtime/proc.go:204 (0x4039be9) | |
main: fn() | |
/usr/local/opt/go/libexec/src/runtime/asm_amd64.s:1374 (0x406c721) | |
goexit: BYTE $0x90 // NOP error="template: terragrunt.hcl:83:34: executing \"inputs\" at <.CacheEngine>: map has no entry for key \"CacheEngine\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment