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

Fixed searching for configs with non-default names #2704. #2704

Merged
merged 23 commits into from
Sep 11, 2023

Conversation

levkohimins
Copy link
Contributor

@levkohimins levkohimins commented Sep 7, 2023

Description

  • Fixed searching for config with explicitly specified --terragrunt-config and run-all command.
  • Added the ability to explicitly specify the name of dependency configuration files, which may differ from the default name terragrunt.conf.

Fixes #2031 .

@levkohimins levkohimins marked this pull request as ready for review September 7, 2023 03:24
@levkohimins levkohimins removed the request for review from denis256 September 7, 2023 11:14
@levkohimins levkohimins changed the title Fixed --terragrunt-config flag Fixed work with non-default config names. Sep 9, 2023
@levkohimins levkohimins changed the title Fixed work with non-default config names. Fixed work with non-default config names Sep 9, 2023
}

// absolutePath := configPath
// if !filepath.IsAbs(absolutePath) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part is required?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, forgot to delete this code. Thanks. Fixed.

@levkohimins levkohimins changed the title Fixed work with non-default config names Fixed searching for configs with non-default names #2704. Sep 11, 2023
@levkohimins levkohimins merged commit aa17e62 into master Sep 11, 2023
@levkohimins
Copy link
Contributor Author

@denis256, thanks for the review!

@levkohimins
Copy link
Contributor Author

Resolved in v0.50.15 release.

@levkohimins levkohimins deleted the fix/terrarunt-config-flag branch September 12, 2023 15:05
hugorut pushed a commit to infracost/terragrunt that referenced this pull request Oct 10, 2023
hugorut pushed a commit to infracost/terragrunt that referenced this pull request Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Terragrunt "run-all plan" do not respects TERRAGRUNT_CONFIG env variable
2 participants