Skip to content

Commit

Permalink
OpenTofu support (#98)
Browse files Browse the repository at this point in the history
* Get rid of shared chatops workflow

* Added migration to update terratest

* update repos

* Update migrate/migrations/20240523/script.sh

Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <[email protected]>

* Update shared-terraform-chatops.yml

* Test workflow dispatch

* Update shared-terraform-chatops.yml

* Drop unnecessary migration

* Drop unnecessary migration

---------

Co-authored-by: Erik Osterman <[email protected]>
  • Loading branch information
goruha and osterman authored Jun 6, 2024
1 parent c897d78 commit c969d44
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/shared-terraform-chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,17 @@ concurrency:
cancel-in-progress: false

jobs:
ci-terraform-chatops:
uses: cloudposse/github-actions-workflows/.github/workflows/ci-terraform-chatops.yml@main
with:
runs-on: ${{ inputs.runs-on }}
secrets:
github_access_token: ${{ secrets.github_access_token }}
terratest:
runs-on: ${{ fromJSON(inputs.runs-on) }}
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: cloudposse/actions/github/[email protected]
with:
token: ${{ secrets.github_access_token }}
repository: cloudposse/actions
commands: terratest
permission: triage
issue-type: pull-request
reactions: false

0 comments on commit c969d44

Please sign in to comment.