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

Feature/terragrunt #13

Merged
merged 3 commits into from
Aug 20, 2024
Merged

Feature/terragrunt #13

merged 3 commits into from
Aug 20, 2024

Conversation

alandavid
Copy link
Contributor

@alandavid alandavid commented Aug 20, 2024

Description:

This PR adds Terragrunt to the existing Terraform Docker image. The following changes have been made:

Added Terragrunt v0.62.2 to /usr/local/bin.
Details:
Terragrunt Installation:

ENV TERRAGRUNT_VERSION=v0.62.2
wget -q https://github.com/gruntwork-io/terragrunt/releases/download/${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 -O /usr/local/bin/terragrunt && \
chmod +x /usr/local/bin/terragrunt

This update ensures that Terragrunt is available alongside Terraform in the image.

@alandavid alandavid merged commit f821992 into master Aug 20, 2024
0 of 2 checks passed
@adenot adenot deleted the feature/terragrunt branch August 20, 2024 07:02
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.

1 participant