https://github.com/opendevstack/ods-pipeline-terraform
ODS Pipeline tasks for Terraform deployment - Experimental
https://github.com/opendevstack/ods-pipeline-terraform
experimental openshift pipelines tekton terraform
Last synced: 3 months ago
JSON representation
ODS Pipeline tasks for Terraform deployment - Experimental
- Host: GitHub
- URL: https://github.com/opendevstack/ods-pipeline-terraform
- Owner: opendevstack
- License: apache-2.0
- Created: 2023-12-18T08:26:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T12:53:31.000Z (about 1 year ago)
- Last Synced: 2025-01-25T00:20:11.503Z (5 months ago)
- Topics: experimental, openshift, pipelines, tekton, terraform
- Language: Go
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ods-pipeline-terraform
[](https://github.com/opendevstack/ods-pipeline-terraform/actions/workflows/main.yaml)
Tekton task for use with [ODS Pipeline](https://github.com/opendevstack/ods-pipeline) to provision/configure infrastructure using Terraform .
## Usage
```yaml
tasks:
- name: build
taskRef:
resolver: git
params:
- { name: url, value: https://github.com/opendevstack/ods-pipeline-terraform.git }
- { name: revision, value: v0.1.0 }
- { name: pathInRepo, value: tasks/deploy.yaml }
workspaces:
- { name: source, workspace: shared-workspace }
```See the [documentation](/docs/deploy.adoc) for details and available parameters.
## About this repository
`docs` and `tasks` are generated directories from recipes located in `build`. See the `Makefile` target for how everything fits together.