Skip to content

Commit

Permalink
validate workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed May 6, 2024
1 parent 129c560 commit 1587597
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.IAM_ROLE }}
role-session-name: Appointment_GitHub_to_AWS_via_FederatedOIDC
aws-region: ${{ vars.AWS_REGION }}

- name: install opentofu
uses: opentofu/setup-opentofu@v1
with:
Expand Down Expand Up @@ -84,6 +91,7 @@ jobs:
- name: frontend
working-directory: ./tofu/environments/stage/services/frontend
continue-on-error: true
run: |
terragrunt init -upgrade
terragrunt validate
Expand Down

0 comments on commit 1587597

Please sign in to comment.