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