hashicorp / tfc-workflows-github

HCP Terraform starter workflows and github actions to automate Terraform Cloud CI/CD pipelines.
Mozilla Public License 2.0
124 stars 20 forks source link

Create-run hangs in applied state #13

Closed KamalAman closed 12 months ago

KamalAman commented 12 months ago

I have a create-run configured and it goes through the steps, but it waits forever (until the timeout) in the applied state

image

And eventually:

Screen Shot 2023-07-06 at 4 38 11 PM

This is my configuration

- name: Create Run
        uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.0
        id: create-run
        with:
          organization: "ORG"
          token: ${{ secrets.TERRAFORM_TOKEN }}
          workspace: variables-${{inputs.environment}} 
          message: 'Message (commit: #${{ steps.get-sha.outputs.sha7 }}): ${{ github.event.head_commit.message }}'

Why does it sit there forever, and how can I get it go continue after its applied.

KamalAman commented 12 months ago

I upgraded to v1.0.2 and the create run is fixed.

I believe that https://github.com/hashicorp/tfc-workflows-tooling/pull/16 resolved the issue