Skip to content

Commit

Permalink
Update github-runners.tf (#26)
Browse files Browse the repository at this point in the history
* Update github-runners.tf

* Update terraform_plan.yaml
  • Loading branch information
arnol377 committed Oct 16, 2024
1 parent f78015f commit b4ffddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,6 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ steps.aws_auth.outputs.aws_secret_access_key }}
AWS_SESSION_TOKEN: ${{ steps.aws_auth.outputs.aws_session_token }}

- name: debug outputs
run: |
echo "S3 Upload Path: ${{ steps.terraform_init.outputs.s3_upload_path }}"
echo "Commit SHA: ${{ steps.terraform_init.outputs.commit_sha }}"
- name: show me
if: ${{ steps.terraform_init.outputs.s3_upload_path == '' }}
run: echo "s3_upload_path is not populated"

- name: show me
if: ${{ steps.terraform_init.outputs.commit_sha == '' }}
run: echo "commit_sha is not populated"

- name: Terraform Plan
uses: CSVD/terraform-plan@main
with:
Expand Down
2 changes: 2 additions & 0 deletions github-runners.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ module "csvd_ecs_github_runners" {
pull_request_bypassers = local.pull_request_bypassers
github_org_teams = local.github_organization_teams
}

# pr-check

0 comments on commit b4ffddb

Please sign in to comment.