workflow ses

This commit is contained in:
Jun-te Kim 2025-12-29 12:12:53 +00:00
parent f083b6adab
commit d5ef79950f

View file

@ -2,8 +2,6 @@ name: Terraform SES (mist)
on: on:
pull_request: pull_request:
paths:
- "aws_environment/ses-juntekim/**"
push: push:
branches: branches:
@ -35,6 +33,11 @@ jobs:
with: with:
terraform_version: ${{ env.TF_VERSION }} terraform_version: ${{ env.TF_VERSION }}
- name: Install AWS CLI
run: |
sudo apt-get update
sudo apt-get install -y awscli
# Optional but recommended once # Optional but recommended once
- name: Verify AWS identity - name: Verify AWS identity
run: aws sts get-caller-identity run: aws sts get-caller-identity