Skip to content

Commit

Permalink
Merge pull request #171 from HichamMourad/main
Browse files Browse the repository at this point in the history
Update execution-environment.yml
  • Loading branch information
HichamMourad authored Jan 6, 2025
2 parents c7b3f4e + dee7167 commit 775530c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions terraform_ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ dependencies:
galaxy: requirements.yml
python: requirements.txt
system: bindep.txt
ansible_core:
package_pip: ansible-core
ansible_runner:
package_pip: ansible-runner

additional_build_files:
# Can be used to resolve collections from private automation hub
Expand All @@ -33,8 +37,6 @@ additional_build_steps:
- RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "/awscliv2.zip"
- RUN unzip /awscliv2.zip -d /aws
- RUN /aws/aws/install
# - RUN curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/linux_64bit/session-manager-plugin.rpm" -o "/session-manager-plugin.rpm"
- RUN yum install -y git
- RUN curl "https://releases.hashicorp.com/terraform/1.10.3/terraform_1.10.3_linux_386.zip" -o "/terraform.zip"
- RUN unzip /terraform.zip -d /terraform
- RUN mv /terraform/terraform /bin

0 comments on commit 775530c

Please sign in to comment.