Skip to content

Commit

Permalink
Adding opentofu support.
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Wade <[email protected]>
  • Loading branch information
swade1987 committed May 7, 2024
1 parent 55412cc commit 7853574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- name: Run tests
run: make testacc
e2e-flux-bootstrap-with-github:
name: Terraform - E2E Flux with GitHub Bootstrap
runs-on: ubuntu-latest
needs: build
if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]'
Expand Down Expand Up @@ -146,6 +147,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
e2e-helm-install-with-github:
name: Terraform - E2E Helm Install with GitHub
runs-on: ubuntu-latest
needs: build
if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]'
Expand Down Expand Up @@ -200,6 +202,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
e2e-flux-bootstrap-with-github-pat:
name: Terraform - E2E Flux with GitHub Bootstrap
runs-on: ubuntu-latest
needs: build
if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The following guides are available to help you use the provider:
## Requirements

- [Terraform](https://www.terraform.io/downloads.html) 1.5.x or newer
- [OpenTofu](https://opentofu.org/) v1.7.x or newer
- [Go](https://golang.org/doc/install) 1.22 (to build the provider plugin)

## Contributing to the provider
Expand Down

0 comments on commit 7853574

Please sign in to comment.