We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When collie generates a new terragrunt configuration for invoking a kit module via collie kit apply it generates an include block like
collie kit apply
include "platform" { path = find_in_parent_folders("platform.hcl") }
Using platform variables like e.g. AAD Tenant Id is very common and the missing expose = true trips up the workflow for engineers new to terra grunt.
expose = true
The text was updated successfully, but these errors were encountered:
Fxied in #270
Sorry, something went wrong.
tfelix
Jelledb
No branches or pull requests
When collie generates a new terragrunt configuration for invoking a kit module via
collie kit apply
it generates an include block like
Using platform variables like e.g. AAD Tenant Id is very common and the missing
expose = true
trips up the workflow for engineers new to terra grunt.The text was updated successfully, but these errors were encountered: