Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL version="1.0"

ENV DEBIAN_FRONTEND="noninteractive"
ENV TERRAGRUNT_VERSION="v0.77.22"
ENV TF_VERSION="1.11.4"
ENV TF_VERSION="1.15.3"
ENV ARCH="amd64"
ENV OS="linux"
ENV BINARY_NAME="terragrunt_${OS}_${ARCH}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This Docker image is based on Ubuntu 24.04 and includes popular IAC tools common

| Tool | Version | Description |
| ---------- | -------- | ------------------------------------------------------------------------------------------------ |
| Terraform | 1.11.4 | Infrastructure as Code tool for building, changing, and versioning infrastructure |
| Terraform | 1.15.3 | Infrastructure as Code tool for building, changing, and versioning infrastructure |
| Terragrunt | v0.77.22 | Thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules |
| Ansible | Latest | Automation platform for configuration management, application deployment, and task automation |
| vault | Latest | Hashicorp vault client for managing vault resources |
Expand Down
Loading