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

Upgrade Terragrunt Version #338

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rubensf
Copy link

@rubensf rubensf commented Apr 30, 2024

This picks up a version of the terragrunt repository that has a AWS SDK that supports EKS Pod Identity.

While this is far from the latest terragrunt version, at least this provides some benefit while the much larger work required to upgrade to latest.

This picks up a version of the terragrunt repository that has a AWS SDK
that supports EKS Pod Identity.

While this is far from the latest terragrunt version, at least this
provides some benefit while the much larger work required to upgrade to
latest.
@@ -113,20 +113,20 @@ func parseLocals(path string, terragruntOptions *options.TerragruntOptions, incl
}

// Decode just the Base blocks. See the function docs for DecodeBaseBlocks for more info on what base blocks are.
localsAsCty, trackInclude, err := config.DecodeBaseBlocks(terragruntOptions, parser, file, path, includeFromChild, nil)
createExtensions, err := config.DecodeBaseBlocks(terragruntOptions, parser, file, path, includeFromChild, nil)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

You're looking at main. This is upgrading to v0.54.13. https://github.com/gruntwork-io/terragrunt/blob/v0.54.13/config/config.go#L853

I think I meant to say contextExtensions to keep in line with what that version says. Fixed.

@rubensf rubensf requested a review from Almenon September 9, 2024 19:27
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.

2 participants