Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Terraform Role configuration for GitHub Actions OIDC #15

Merged
merged 8 commits into from
May 26, 2024
Prev Previous commit
Next Next commit
chore: Update Terraform module configuration for GitHub Actions OIDC
  • Loading branch information
michael-ortiz committed May 26, 2024
commit 2c71105faae41b91a68fbf9cd112a08582859793
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: npm run build

terraform:
name: Run Terraform
name: Run Terraform Plan
runs-on: ubuntu-latest

defaults:
Expand Down
Loading