This commit is contained in:
Jun-te Kim 2026-01-21 22:54:56 +00:00
parent b905f1dfef
commit 0b2cc9758a

View file

@ -39,10 +39,16 @@ jobs:
with: with:
terraform_version: ${{ env.TF_VERSION }} terraform_version: ${{ env.TF_VERSION }}
- name: Install AWS CLI - name: Install AWS CLI v2
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y awscli sudo apt-get install -y unzip curl
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
aws --version
# Optional but recommended once # Optional but recommended once
- name: Verify AWS identity - name: Verify AWS identity