mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
10 lines
124 B
YAML
10 lines
124 B
YAML
kind: pipeline
|
|
type: kubernetes
|
|
name: default
|
|
|
|
steps:
|
|
- name: infra
|
|
image: hashicorp/terraform:1.0.0
|
|
commands:
|
|
- plan
|