diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index eabb74d..b27175c 100644 --- a/.github/workflows/apply.yml +++ b/.github/workflows/apply.yml @@ -11,7 +11,8 @@ env: jobs: terraform: if: github.event.pull_request.merged == true - name: Run Terraform Plan + + name: Run Terraform Apply runs-on: ubuntu-latest permissions: id-token: write diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 0796794..f5c545e 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -79,7 +79,6 @@ jobs: - *Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`*`; github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner, diff --git a/main.tf b/main.tf index 8f6de05..14e81bf 100644 --- a/main.tf +++ b/main.tf @@ -112,10 +112,6 @@ module "crayfits" { } ]) addl_env_vars = tolist([ - { - name = "PORT" - value = "8888" - }, { name = "SCYLLARIDAE_YML" value = <