Skip to content

Commit

Permalink
Issue #37 - Upgrade Terraform to version 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodgorsek committed Aug 25, 2024
1 parent 2e655ca commit aff7432
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It is based on the official Ansible AWX EE image and mainly includes:
* Java 21
* Kubernetes & Helm
* PostgreSQL 16
* Terraform 1.7.3
* Terraform 1.9.5

<a name="versioning"></a>

Expand Down

0 comments on commit aff7432

Please sign in to comment.