Skip to content
New issue

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

collie kit apply should include platform.hcl with expose = true #263

Closed
JohannesRudolph opened this issue Nov 13, 2023 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@JohannesRudolph
Copy link
Member

When collie generates a new terragrunt configuration for invoking a kit module via collie kit apply
it generates an include block like

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.

@JohannesRudolph JohannesRudolph added the bug Something isn't working label Nov 13, 2023
@JohannesRudolph
Copy link
Member Author

Fxied in #270

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants