-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #37 - Upgrade Terraform to version 1.9.5
- Loading branch information
1 parent
2e655ca
commit aff7432
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
FROM quay.io/ansible/awx-ee:24.6.1 | ||
|
||
MAINTAINER Paul Podgorsek <[email protected]> | ||
MAINTAINER Paul Podgorsek | ||
LABEL description Ansible AWX Execution Environment container with Cloud providers, Terraform, Kubernetes and other common tools. | ||
|
||
ENV ANSIBLE_COLLECTION_AWS_VERSION 8.1.0 | ||
|
@@ -12,7 +12,7 @@ ENV ANSIBLE_COLLECTION_GCP_VERSION v1.3.0 | |
ENV HELM_VERSION v3.15.4 | ||
ENV JAVA_VERSION 21 | ||
ENV POSTGRESQL_VERSION 16 | ||
ENV TERRAFORM_VERSION 1.7.3 | ||
ENV TERRAFORM_VERSION 1.9.5 | ||
|
||
USER root | ||
|
||
|
@@ -59,7 +59,7 @@ RUN pip3 install psycopg2-binary | |
# Official documentation: https://developer.hashicorp.com/terraform/install | ||
RUN yum install -y yum-utils \ | ||
&& yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo \ | ||
&& yum install -y terraform \ | ||
&& yum install -y terraform-${TERRAFORM_VERSION}* \ | ||
&& yum clean all | ||
|
||
# Fix a bug in the runner's home directory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters