Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 939 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 939 Bytes

ods-pipeline-terraform

Tests

Tekton task for use with ODS Pipeline to provision/configure infrastructure using Terraform .

Usage

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 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.